summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* 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/+31Star
* 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/+10Star
* xfs: remove the unused shared argument to xfs_reflink_reserve_cowChristoph Hellwig2018-10-183-12/+8Star
* 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/+12Star
* xfs: remove XFS_IO_INVALIDChristoph Hellwig2018-10-182-10/+8Star
* 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/+0Star
* xfs: validate inode di_forkoffEric Sandeen2018-09-291-0/+30
* xfs: skip delalloc COW blocks in xfs_reflink_end_cowChristoph Hellwig2018-09-291-6/+4Star
* 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/+0Star
* xfs: don't bring in extents in xfs_bmap_punch_delalloc_rangeChristoph Hellwig2018-09-291-6/+2Star
* 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/+56Star
* xfs: clean up xfs_trans_brelse()Brian Foster2018-09-291-71/+39Star
* xfs: don't unlock invalidated buf on aborted tx commitBrian Foster2018-09-292-50/+42Star
* xfs: remove last of unnecessary xfs_defer_cancel() callersBrian Foster2018-09-294-44/+16Star
* xfs: don't crash the vfs on a garbage inline symlinkDarrick J. Wong2018-09-291-1/+11
* Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-221-22/+7Star
|\
| * vfs: dedupe: rationalize argsMiklos Szeredi2018-07-061-6/+6
| * vfs: dedupe: return intMiklos Szeredi2018-07-061-17/+2Star
* | Merge tag 'xfs-4.19-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-08-222-19/+28
|\ \
| * | xfs: sanity check ag header values in xrep_calc_ag_resblksDarrick J. Wong2018-08-141-19/+27
| * | xfs: recalculate summary counters at mount time if icount is badDarrick J. Wong2018-08-131-0/+1
* | | dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang2018-08-181-1/+1
* | | Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-08-14116-5305/+5375
|\| |
| * | xfs: fix a null pointer dereference in xfs_bmap_extents_to_btreeShan Hai2018-08-121-8/+16
| * | xfs: remove b_last_holder & associated macrosEric Sandeen2018-08-123-23/+2Star