summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: defer should abort intent items if the trans roll failsDarrick J. Wong2016-10-241-12/+5
* xfs: clear cowblocks tag when cow fork is emptiedBrian Foster2016-10-241-1/+5
* xfs: fix up inode cowblocks tracking tracepointsBrian Foster2016-10-241-4/+4
* xfs: remove xfs_bunmapi_cowChristoph Hellwig2016-10-202-23/+0
* xfs: optimize xfs_reflink_end_cowChristoph Hellwig2016-10-202-64/+56
* xfs: optimize xfs_reflink_cancel_cow_blocksChristoph Hellwig2016-10-201-28/+23
* xfs: refactor xfs_bunmapi_cowChristoph Hellwig2016-10-203-159/+225
* xfs: optimize writes to reflink filesChristoph Hellwig2016-10-204-105/+100
* xfs: don't bother looking at the refcount tree for readsChristoph Hellwig2016-10-201-5/+8
* xfs: handle "raw" delayed extents xfs_reflink_trim_around_sharedChristoph Hellwig2016-10-201-1/+2
* xfs: add xfs_trim_extentDarrick J. Wong2016-10-202-0/+35
* xfs: merge xfs_reflink_remap_range and xfs_file_share_rangeChristoph Hellwig2016-10-203-174/+143
* xfs: remove xfs_file_wait_for_ioChristoph Hellwig2016-10-201-29/+10
* xfs: move inode locking from xfs_reflink_remap_range to xfs_file_share_rangeChristoph Hellwig2016-10-202-36/+41
* xfs: fix the same_inode check in xfs_file_share_rangeChristoph Hellwig2016-10-201-1/+1
* xfs: remove the same fs check from xfs_file_share_rangeChristoph Hellwig2016-10-201-3/+0
* libxfs: v3 inodes are only valid on crc-enabled filesystemsRoger Willcocks2016-10-203-2/+14
* libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong2016-10-201-2/+1
* xfs: unset MS_ACTIVE if mount failsDarrick J. Wong2016-10-201-0/+1
* xfs: remove pointless error goto in xfs_bmap_remap_allocEric Sandeen2016-10-201-3/+0
* xfs: don't take the IOLOCK exclusive for direct I/O page invalidationChristoph Hellwig2016-10-201-68/+30
* xfs: add some 'static' annotationsEric Biggers2016-10-202-3/+3
* xfs: Fix uninitialized variable in xfs_reflink_reserve_cow_range()Geert Uytterhoeven2016-10-201-1/+1
* xfs: remove redundant assignment of ifpColin Ian King2016-10-201-1/+1
* Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2016-10-1372-308/+10552
|\
| * xfs: convert COW blocks to real blocks before unwritten extent conversionChristoph Hellwig2016-10-111-2/+2
| * xfs: rework refcount cow recovery error handlingDarrick J. Wong2016-10-101-11/+9
| * xfs: clear reflink flag if setting realtime flagDarrick J. Wong2016-10-101-2/+2
| * xfs: fix error initializationDarrick J. Wong2016-10-101-1/+1
| * xfs: fix label inaccuraciesDarrick J. Wong2016-10-101-4/+4
| * xfs: remove isize check from unshare operationDarrick J. Wong2016-10-101-12/+6
| * xfs: reduce stack usage of _reflink_clear_inode_flagDarrick J. Wong2016-10-101-24/+16
| * xfs: check inode reflink flag before calling reflink functionsDarrick J. Wong2016-10-102-7/+9
| * xfs: implement swapext for rmap filesystemsDarrick J. Wong2016-10-053-3/+173
| * xfs: refactor swapext codeDarrick J. Wong2016-10-051-131/+144
| * xfs: various swapext cleanupsDarrick J. Wong2016-10-051-16/+16
| * xfs: recognize the reflink feature bitDarrick J. Wong2016-10-052-1/+9
| * xfs: simulate per-AG reservations being critically lowDarrick J. Wong2016-10-052-2/+6
| * xfs: don't mix reflink and DAX mode for nowDarrick J. Wong2016-10-054-0/+13
| * xfs: check for invalid inode reflink flagsDarrick J. Wong2016-10-052-0/+20
| * xfs: set a default CoW extent size of 32 blocksDarrick J. Wong2016-10-052-4/+9
| * xfs: convert unwritten status of reverse mappings for shared filesDarrick J. Wong2016-10-052-1/+387
| * xfs: use interval query for rmap alloc operations on shared filesDarrick J. Wong2016-10-054-2/+530
| * xfs: add shared rmap map/unmap/convert log item typesDarrick J. Wong2016-10-053-0/+15
| * xfs: increase log reservations for reflinkDarrick J. Wong2016-10-052-3/+15
| * xfs: garbage collect old cowextsz reservationsDarrick J. Wong2016-10-0515-32/+287
| * xfs: try other AGs to allocate a BMBT blockDarrick J. Wong2016-10-052-0/+47
| * xfs: don't allow reflink when the AG is low on spaceDarrick J. Wong2016-10-051-0/+35
| * xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong2016-10-059-3/+237
| * xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong2016-10-0515-20/+167
OpenPOWER on IntegriCloud