summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: track log done items directly in the deferred pending work itemDarrick J. Wong2016-08-303-15/+6
* xfs: prevent dropping ioend completions during buftarg waitBrian Foster2016-08-261-1/+1
* xfs: fix superblock inprogress checkDave Chinner2016-08-261-1/+2
* xfs: simple btree query range should look right if LE lookup failsDarrick J. Wong2016-08-261-0/+7
* xfs: fix some key handling problems in _btree_simple_query_rangeDarrick J. Wong2016-08-261-1/+2
* xfs: don't log the entire end of the AGFDarrick J. Wong2016-08-262-2/+6
* xfs: disallow mounting of realtime + rmap filesystemsDarrick J. Wong2016-08-261-1/+8
* xfs: don't perform lookups on zero-height btreesDarrick J. Wong2016-08-261-0/+4
* Merge branch 'iomap-fixes-4.8-rc3' into for-nextDave Chinner2016-08-174-12/+58
|\
| * xfs: (re-)implement FIEMAP_FLAG_XATTRChristoph Hellwig2016-08-173-1/+54
| * xfs: simplify xfs_file_iomap_beginChristoph Hellwig2016-08-172-11/+4
* | xfs: remove OWN_AG rmap when allocating a block from the AGFLDarrick J. Wong2016-08-171-0/+13
* | xfs: store rmapbt block count in the AGFDarrick J. Wong2016-08-174-3/+16
* | xfs: don't invalidate whole file on DAX read/writeDave Chinner2016-08-171-1/+12
* | xfs: fix bogus space reservation in xfs_iomap_write_allocateChristoph Hellwig2016-08-171-3/+7
* | xfs: don't assert fail on non-async buffers on ioacct decrementBrian Foster2016-08-171-1/+0
|/
* fs: return EPERM on immutable inodeEryu Guan2016-08-071-1/+1
* Merge tag 'xfs-rmap-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-08-0664-915/+6267
|\
| * xfs: move (and rename) the deferred bmap-free tracepointsDarrick J. Wong2016-08-032-2/+7
| * xfs: collapse single use static functionsDarrick J. Wong2016-08-032-128/+63
| * xfs: remove unnecessary parentheses from log redo item recovery functionsDarrick J. Wong2016-08-032-12/+12
| * xfs: remove the extents array from the rmap update done log itemDarrick J. Wong2016-08-037-89/+15
| * xfs: in btree_lshift, only allocate temporary cursor when neededDarrick J. Wong2016-08-031-17/+17
| * xfs: remove unnecesary lshift/rshift key initializationDarrick J. Wong2016-08-031-14/+0
| * xfs: remove the get*keys and update_keys btree ops pointersDarrick J. Wong2016-08-036-136/+61
| * xfs: enable the rmap btree functionalityDarrick J. Wong2016-08-032-1/+6
| * xfs: don't update rmapbt when fixing agflDarrick J. Wong2016-08-032-4/+17
| * xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabledDarrick J. Wong2016-08-031-0/+4
| * xfs: add rmap btree block detection to log recoveryDarrick J. Wong2016-08-031-0/+4
| * xfs: add rmap btree geometry feature flagDarrick J. Wong2016-08-032-1/+4
| * xfs: propagate bmap updates to rmapbtDarrick J. Wong2016-08-038-16/+400
| * xfs: enable the xfs_defer mechanism to process rmaps to updateDarrick J. Wong2016-08-034-10/+134
| * xfs: log rmap intent itemsDarrick J. Wong2016-08-036-0/+438
| * xfs: create rmap update intent log itemsDarrick J. Wong2016-08-036-2/+662
| * xfs: add rmap btree insert and delete helpersDarrick J. Wong2016-08-032-1/+49
| * xfs: convert unwritten status of reverse mappingsDarrick J. Wong2016-08-032-0/+446
| * xfs: remove an extent from the rmap btreeDarrick J. Wong2016-08-031-5/+215
| * xfs: add an extent to the rmap btreeDarrick J. Wong2016-08-032-5/+223
| * xfs: add tracepoints for the rmap functionsDarrick J. Wong2016-08-031-2/+49
| * xfs: teach rmapbt to support interval queriesDarrick J. Wong2016-08-032-0/+52
| * xfs: support overlapping intervals in the rmap btreeDarrick J. Wong2016-08-032-4/+74
| * xfs: add rmap btree operationsDarrick J. Wong2016-08-035-0/+376
| * xfs: rmap btree requires more reserved free spaceDarrick J. Wong2016-08-0310-42/+86
| * xfs: rmap btree transaction reservationsDarrick J. Wong2016-08-032-27/+41
| * xfs: add rmap btree growfs supportDarrick J. Wong2016-08-031-0/+73
| * xfs: define the on-disk rmap btree formatDarrick J. Wong2016-08-0313-8/+415
| * xfs: introduce rmap extent operation stubsDarrick J. Wong2016-08-035-2/+195
| * xfs: add owner field to extent allocation and freeingDarrick J. Wong2016-08-0313-33/+181
| * xfs: rmap btree add more reserved blocksDarrick J. Wong2016-08-036-11/+20
| * xfs: add rmap btree stats infrastructureDarrick J. Wong2016-08-033-3/+21