summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: fix data corruption w/ unaligned dedupe rangesDave Chinner2018-10-061-0/+21
* xfs: update ctime and remove suid before cloning filesDarrick J. Wong2018-10-051-0/+25
* xfs: zero posteof blocks when cloning above eofDarrick J. Wong2018-10-051-8/+25
* xfs: refactor clonerange preparation into a separate helperDarrick J. Wong2018-10-051-27/+73
* xfs: fix error handling in xfs_bmap_extents_to_btreeDave Chinner2018-10-011-11/+13
* xfs: remove invalid log recovery first/last cycle checkBrian Foster2018-09-291-10/+0
* xfs: validate inode di_forkoffEric Sandeen2018-09-291-0/+30
* xfs: skip delalloc COW blocks in xfs_reflink_end_cowChristoph Hellwig2018-09-291-6/+4
* xfs: don't treat unknown di_flags2 as corruption in scrubEric Sandeen2018-09-292-1/+5
* xfs: remove duplicated include from alloc.cYueHaibing2018-09-291-1/+0
* xfs: don't bring in extents in xfs_bmap_punch_delalloc_rangeChristoph Hellwig2018-09-291-6/+2
* xfs: fix transaction leak in xfs_reflink_allocate_cow()Dave Chinner2018-09-291-50/+77
* xfs: avoid lockdep false positives in xfs_trans_allocDave Chinner2018-09-291-2/+8
* xfs: refactor xfs_buf_log_item reference count handlingBrian Foster2018-09-293-58/+56