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