aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-04xfs: fix inverted return from xfs_btree_sblock_verify_crcEric Sandeen1-1/+1
2018-12-04xfs: fix PAGE_MASK usage in xfs_free_file_spaceDarrick J. Wong1-2/+2
2018-11-26fs/xfs: fix f_ffree value for statfs when project quota is setYe Yin1-1/+1
2018-11-21xfs: delalloc -> unwritten COW fork allocation can go wrongDave Chinner1-1/+4
2018-11-21xfs: flush removing page cache in xfs_reflink_remap_prepDave Chinner3-5/+17
2018-11-20xfs: extent shifting doesn't fully invalidate page cacheDave Chinner1-7/+1
2018-11-20xfs: finobt AG reserves don't consider last AG can be a runtDave Chinner1-4/+7
2018-11-20xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffersDave Chinner1-7/+21
2018-11-20xfs: uncached buffer tracing needs to print bnoDave Chinner1-1/+4
2018-11-19xfs: make xfs_file_remap_range() staticEric Biggers1-1/+1
2018-11-19xfs: fix shared extent data corruption due to missing cow reservationBrian Foster1-0/+1
2018-11-06xfs: fix overflow in xfs_attr3_leaf_verifyDave Chinner1-2/+9
2018-11-06xfs: print buffer offsets when dumping corrupt buffersDarrick J. Wong1-1/+1
2018-11-06xfs: Fix error code in 'xfs_ioc_getbmap()'Christophe JAILLET1-1/+1
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-161/+109
2018-10-30xfs: remove [cm]time update from reflink callsDarrick J. Wong1-6/+1
2018-10-30xfs: remove xfs_reflink_remap_rangeDarrick J. Wong3-75/+70
2018-10-30xfs: remove redundant remap partial EOF block checksDarrick J. Wong1-19/+0
2018-10-30xfs: support returning partial reflink resultsDarrick J. Wong3-10/+14
2018-10-30xfs: clean up xfs_reflink_remap_blocks call siteDarrick J. Wong1-19/+18
2018-10-30xfs: fix pagecache truncation prior to reflinkDarrick J. Wong1-2/+3
2018-10-30vfs: clean up generic_remap_file_range_prep return valueDarrick J. Wong1-2/+2
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong3-6/+9
2018-10-30vfs: remap helper should update destination inode metadataDarrick J. Wong1-23/+0
2018-10-30vfs: pass remap flags to generic_remap_file_range_prepDarrick J. Wong3-12/+14
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong1-16/+7
2018-10-30vfs: rename vfs_clone_file_prep to be more descriptiveDarrick J. Wong1-1/+1
2018-10-30vfs: check file ranges before cloning filesDarrick J. Wong1-1/+1
2018-10-18xfs: cancel COW blocks before swapextChristoph Hellwig1-0/+6
2018-10-18xfs: clear ail delwri queued bufs on unmount of shutdown fsBrian Foster2-6/+29
2018-10-18xfs: use offsetof() in place of offset macros for __xfsstatsCarlos Maiolino2-49/+31
2018-10-18xfs: Fix xqmstats offsets in /proc/fs/xfs/xqmstatCarlos Maiolino1-1/+1
2018-10-18xfs: fix use-after-free race in xfs_buf_releDave Chinner1-1/+37
2018-10-18xfs: Add attibute remove and helper functionsAllison Henderson2-11/+26
2018-10-18xfs: Add attibute set and helper functionsAllison Henderson4-87/+115
2018-10-18xfs: Add helper function xfs_attr_try_sf_addnameAllison Henderson1-23/+30
2018-10-18xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.hAllison Henderson1-0/+0
2018-10-18xfs: issue log message on user force shutdownDave Chinner1-25/+25
2018-10-18xfs: fix buffer state management in xrep_findroot_blockDarrick J. Wong3-14/+71
2018-10-18xfs: always assign buffer verifiers when one is providedDarrick J. Wong3-17/+78
2018-10-18xfs: xrep_findroot_block should reject root blocks with siblingsDarrick J. Wong1-13/+48
2018-10-18xfs: add a define for statfs magic to uapiAdam Borowski1-2/+3
2018-10-18xfs: print dangling delalloc extentsChristoph Hellwig1-1/+32
2018-10-18xfs: fix fork selection in xfs_find_trim_cow_extentChristoph Hellwig1-2/+6
2018-10-18xfs: remove the unused trimmed argument from xfs_reflink_trim_around_sharedChristoph Hellwig4-16/+10
2018-10-18xfs: remove the unused shared argument to xfs_reflink_reserve_cowChristoph Hellwig3-12/+8
2018-10-18xfs: handle zeroing in xfs_file_iomap_begin_delayChristoph Hellwig1-6/+38
2018-10-18xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig6-94/+12
2018-10-18xfs: remove XFS_IO_INVALIDChristoph Hellwig2-10/+8
2018-10-06xfs: fix data corruption w/ unaligned reflink rangesDave Chinner1-13/+34