summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: abort unaligned nowait directio earlyDarrick J. Wong2019-07-261-3/+3
* xfs: serialize unaligned dio writes against all other dio writesBrian Foster2019-07-261-10/+17
* xfs: fix reporting supported extra file attributes for statx()Luis R. Rodriguez2019-07-261-0/+8
* xfs: reserve blocks for ifree transaction during log recoveryDarrick J. Wong2019-07-262-0/+8
* xfs: don't ever put nlink > 0 inodes on the unlinked listDarrick J. Wong2019-07-262-12/+17
* xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong2019-07-264-5/+5
* xfs: don't overflow xattr listent bufferDarrick J. Wong2019-07-262-0/+4
* xfs: flush removing page cache in xfs_reflink_remap_prepDave Chinner2019-07-263-5/+16
* xfs: fix pagecache truncation prior to reflinkDarrick J. Wong2019-07-261-2/+3
* 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/+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
| * | xfs: Close race between direct IO and xfs_break_layouts()Dave Jiang2018-08-121-5/+4Star