summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2019-07-26xfs: abort unaligned nowait directio earlyDarrick J. Wong1-3/+3
2019-07-26xfs: serialize unaligned dio writes against all other dio writesBrian Foster1-10/+17
2019-07-26xfs: fix reporting supported extra file attributes for statx()Luis R. Rodriguez1-0/+8
2019-07-26xfs: reserve blocks for ifree transaction during log recoveryDarrick J. Wong2-0/+8
2019-07-26xfs: don't ever put nlink > 0 inodes on the unlinked listDarrick J. Wong2-12/+17
2019-07-26xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong4-5/+5
2019-07-26xfs: don't overflow xattr listent bufferDarrick J. Wong2-0/+4
2019-07-26xfs: flush removing page cache in xfs_reflink_remap_prepDave Chinner3-5/+16
2019-07-26xfs: fix pagecache truncation prior to reflinkDarrick J. Wong1-2/+3
2019-02-12xfs: eof trim writeback mapping as soon as it is cachedBrian Foster1-0/+2
2019-02-12xfs: fix inverted return from xfs_btree_sblock_verify_crcEric Sandeen1-1/+1
2019-02-12xfs: fix PAGE_MASK usage in xfs_free_file_spaceDarrick J. Wong1-2/+2
2019-02-12fs/xfs: fix f_ffree value for statfs when project quota is setYe Yin1-1/+1
2019-02-12xfs: delalloc -> unwritten COW fork allocation can go wrongDave Chinner1-1/+4
2019-02-12xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffersDave Chinner1-7/+21
2019-02-12xfs: fix shared extent data corruption due to missing cow reservationBrian Foster1-0/+1
2019-02-12xfs: fix overflow in xfs_attr3_leaf_verifyDave Chinner1-2/+9
2019-02-12xfs: Fix error code in 'xfs_ioc_getbmap()'Christophe JAILLET1-1/+1
2019-02-12xfs: cancel COW blocks before swapextChristoph Hellwig1-0/+6
2019-02-12xfs: Fix xqmstats offsets in /proc/fs/xfs/xqmstatCarlos Maiolino1-1/+1
2018-10-06xfs: fix data corruption w/ unaligned reflink rangesDave Chinner1-13/+34
2018-10-06xfs: fix data corruption w/ unaligned dedupe rangesDave Chinner1-0/+21
2018-10-05xfs: update ctime and remove suid before cloning filesDarrick J. Wong1-0/+25
2018-10-05xfs: zero posteof blocks when cloning above eofDarrick J. Wong1-8/+25
2018-10-05xfs: refactor clonerange preparation into a separate helperDarrick J. Wong1-27/+73
2018-10-01xfs: fix error handling in xfs_bmap_extents_to_btreeDave Chinner1-11/+13
2018-09-29xfs: remove invalid log recovery first/last cycle checkBrian Foster1-10/+0
2018-09-29xfs: validate inode di_forkoffEric Sandeen1-0/+30
2018-09-29xfs: skip delalloc COW blocks in xfs_reflink_end_cowChristoph Hellwig1-6/+4
2018-09-29xfs: don't treat unknown di_flags2 as corruption in scrubEric Sandeen2-1/+5
2018-09-29xfs: remove duplicated include from alloc.cYueHaibing1-1/+0
2018-09-29xfs: don't bring in extents in xfs_bmap_punch_delalloc_rangeChristoph Hellwig1-6/+2
2018-09-29xfs: fix transaction leak in xfs_reflink_allocate_cow()Dave Chinner1-50/+77
2018-09-29xfs: avoid lockdep false positives in xfs_trans_allocDave Chinner1-2/+8
2018-09-29xfs: refactor xfs_buf_log_item reference count handlingBrian Foster3-58/+56
2018-09-29xfs: clean up xfs_trans_brelse()Brian Foster1-71/+39
2018-09-29xfs: don't unlock invalidated buf on aborted tx commitBrian Foster2-50/+42
2018-09-29xfs: remove last of unnecessary xfs_defer_cancel() callersBrian Foster4-44/+16
2018-09-29xfs: don't crash the vfs on a garbage inline symlinkDarrick J. Wong1-1/+11
2018-08-22Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-22/+7
2018-08-22Merge tag 'xfs-4.19-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-19/+28
2018-08-18dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang1-1/+1
2018-08-14Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds116-5305/+5375
2018-08-14xfs: sanity check ag header values in xrep_calc_ag_resblksDarrick J. Wong1-19/+27
2018-08-14Merge branch 'iomap-4.19-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+4
2018-08-14Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2018-08-13xfs: recalculate summary counters at mount time if icount is badDarrick J. Wong1-0/+1
2018-08-12xfs: fix a null pointer dereference in xfs_bmap_extents_to_btreeShan Hai1-8/+16
2018-08-12xfs: remove b_last_holder & associated macrosEric Sandeen3-23/+2
2018-08-12xfs: Close race between direct IO and xfs_break_layouts()Dave Jiang1-5/+4