summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | xfs: always defer agfl block freesBrian Foster2018-08-021-9/+2
| * | xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-0215-210/+169
| * | xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster2018-08-025-84/+71
| * | xfs: cancel dfops on xfs_defer_finish() errorBrian Foster2018-08-028-24/+21
| * | xfs: clean out superfluous dfops dop params/varsBrian Foster2018-08-023-24/+23
| * | xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster2018-08-0213-34/+23
| * | xfs: automatic dfops inode reloggingBrian Foster2018-08-0211-75/+21
| * | xfs: automatic dfops buffer reloggingBrian Foster2018-08-025-36/+26
| * | xfs: add missing defer ijoins for held inodesBrian Foster2018-08-025-0/+7
| * | xfs: replace dop_low with transaction flagBrian Foster2018-08-028-30/+36
| * | xfs: pass transaction to dfops reset/move helpersBrian Foster2018-08-026-14/+19