aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-22/+7
2018-08-21Merge tag 'xfs-4.19-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-19/+28
2018-08-17dax: 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-13Merge branch 'iomap-4.19-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+4
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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
2018-08-10xfs: repair the AGIDarrick J. Wong3-1/+220
2018-08-10xfs: repair the AGFLDarrick J. Wong5-1/+380
2018-08-10xfs: repair the AGFDarrick J. Wong4-10/+400
2018-08-07xfs: remove dead error handling code in xfs_dquot_disk_alloc()Brian Foster1-20/+6
2018-08-07xfs: use WRITE_ONCE to update if_seqChristoph Hellwig3-6/+21
2018-08-03new helper: inode_fake_hash()Al Viro1-1/+1
2018-08-03xfs: fix a comment in xfs_log_reserveHuang Chong1-1/+1
2018-08-03xfs: only validate summary counts on primary superblockDarrick J. Wong1-4/+10
2018-08-02xfs: substitute spaces with tabsThomas Bianchi1-1/+1
2018-08-02xfs: fold dfops into the transactionBrian Foster12-96/+46
2018-08-02xfs: always defer agfl block freesBrian Foster1-9/+2
2018-08-02xfs: pass transaction to xfs_defer_add()Brian Foster15-210/+169
2018-08-02xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster5-84/+71
2018-08-02xfs: cancel dfops on xfs_defer_finish() errorBrian Foster8-24/+21
2018-08-02xfs: clean out superfluous dfops dop params/varsBrian Foster3-24/+23
2018-08-02xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster13-34/+23
2018-08-02xfs: automatic dfops inode reloggingBrian Foster11-75/+21
2018-08-02xfs: automatic dfops buffer reloggingBrian Foster5-36/+26
2018-08-02xfs: add missing defer ijoins for held inodesBrian Foster5-0/+7
2018-08-02xfs: replace dop_low with transaction flagBrian Foster8-30/+36
2018-08-02xfs: pass transaction to dfops reset/move helpersBrian Foster6-14/+19