summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: eof trim writeback mapping as soon as it is cachedBrian Foster2019-02-121-0/+2
* xfs: fix inverted return from xfs_btree_sblock_verify_crcEric Sandeen2019-02-121-1/+1
* xfs: fix PAGE_MASK usage in xfs_free_file_spaceDarrick J. Wong2019-02-121-2/+2
* fs/xfs: fix f_ffree value for statfs when project quota is setYe Yin2019-02-121-1/+1
* xfs: delalloc -> unwritten COW fork allocation can go wrongDave Chinner2019-02-121-1/+4
* xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffersDave Chinner2019-02-121-7/+21
* xfs: fix shared extent data corruption due to missing cow reservationBrian Foster2019-02-121-0/+1
* xfs: fix overflow in xfs_attr3_leaf_verifyDave Chinner2019-02-121-2/+9
* xfs: Fix error code in 'xfs_ioc_getbmap()'Christophe JAILLET2019-02-121-1/+1
* xfs: cancel COW blocks before swapextChristoph Hellwig2019-02-121-0/+6
* xfs: Fix xqmstats offsets in /proc/fs/xfs/xqmstatCarlos Maiolino2019-02-121-1/+1
* 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
* xfs: clean up xfs_trans_brelse()Brian Foster2018-09-291-71/+39
* xfs: don't unlock invalidated buf on aborted tx commitBrian Foster2018-09-292-50/+42
* xfs: remove last of unnecessary xfs_defer_cancel() callersBrian Foster2018-09-294-44/+16
* 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-211-22/+7
|\
| * vfs: dedupe: rationalize argsMiklos Szeredi2018-07-061-6/+6
| * vfs: dedupe: return intMiklos Szeredi2018-07-061-17/+2
* | Merge tag 'xfs-4.19-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-08-212-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-171-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/+2
| * | xfs: Close race between direct IO and xfs_break_layouts()Dave Jiang2018-08-121-5/+4
| * | xfs: repair the AGIDarrick J. Wong2018-08-103-1/+220
| * | xfs: repair the AGFLDarrick J. Wong2018-08-105-1/+380
| * | xfs: repair the AGFDarrick J. Wong2018-08-104-10/+400
| * | xfs: remove dead error handling code in xfs_dquot_disk_alloc()Brian Foster2018-08-071-20/+6
| * | xfs: use WRITE_ONCE to update if_seqChristoph Hellwig2018-08-073-6/+21
| * | xfs: fix a comment in xfs_log_reserveHuang Chong2018-08-031-1/+1
| * | xfs: only validate summary counts on primary superblockDarrick J. Wong2018-08-031-4/+10
| * | xfs: substitute spaces with tabsThomas Bianchi2018-08-021-1/+1
| * | xfs: fold dfops into the transactionBrian Foster2018-08-0212-96/+46