summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: print specific dqblk that failed verifiersEric Sandeen2018-05-091-19/+22
* xfs: add full xfs_dqblk verifierEric Sandeen2018-05-094-11/+30
* xfs: pass full xfs_dqblk to repair during quotacheckEric Sandeen2018-05-093-14/+11Star
* xfs: check type in quota verifier during quotacheckEric Sandeen2018-05-091-1/+3
* xfs: remove unused flags arg from xfs_dquot_verifyEric Sandeen2018-05-095-9/+7Star
* xfs: clean up locking in xfs_file_iomap_beginDave Chinner2018-05-091-37/+61
* xfs: simplify xfs_file_iomap_begin() logicDave Chinner2018-05-091-36/+46
* iomap: iomap_dio_rw() handles all sync writesDave Chinner2018-05-091-5/+0Star
* xfs: move generic_write_sync calls inwardsDave Chinner2018-05-091-15/+33
* xfs: don't retry xfs_buf_find on XBF_TRYLOCK failureDave Chinner2018-05-091-28/+65
* xfs: make xfs_buf_incore out of lineDave Chinner2018-05-094-23/+22Star
* xfs: trace ATTR flags in xattr tracepointsEric Sandeen2018-05-091-1/+4
* xfs: validate allocated inode numberDave Chinner2018-05-091-0/+12
* xfs: validate cached inodes are free when allocatedDave Chinner2018-05-091-25/+48
* xfs: cap the length of deduplication requestsDarrick J. Wong2018-05-021-0/+10
* xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong2018-04-181-1/+8
* xfs: prevent creating negative-sized file via INSERT_RANGEDarrick J. Wong2018-04-181-5/+9
* xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen2018-04-181-0/+4
* xfs: enhance dinode verifierEric Sandeen2018-04-181-0/+21
* Merge tag 'xfs-4.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-04-1237-205/+172Star
|\
| * Force log to disk before reading the AGF during a fstrimCarlos Maiolino2018-04-111-7/+7
| * Export __set_page_dirtyMatthew Wilcox2018-04-111-13/+2Star
| * xfs: only cancel cow blocks when truncating the data forkDarrick J. Wong2018-04-101-6/+8
| * xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-0927-76/+48Star
| * xfs: remove filestream item xfs_inode referenceChristoph Hellwig2018-04-094-24/+25
| * xfs: fix intent use-after-free on abortDave Chinner2018-04-034-76/+78
| * xfs: Remove "committed" argument of xfs_dir_iallocChandan Rajendra2018-04-034-16/+6Star
* | export __set_page_dirtyMatthew Wilcox2018-04-111-13/+2Star
* | Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-103-17/+23
|\ \
| * \ Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams2018-04-093-17/+23
| |\ \
| | * | xfs, dax: introduce xfs_dax_aopsDan Williams2018-03-303-17/+23
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-061-1/+1
|\ \ \ \
| * | | | vfs: Replace stray non-ASCII homoglyph characters with their ASCII equivalentsIngo Molnar2018-03-191-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-04-051-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | treewide: Align function definition open/close bracesJoe Perches2018-03-261-1/+1
| | |/ / | |/| |
* | | | xfs: do not log/recover swapext extent owner changes for deleted inodesEric Sandeen2018-03-292-1/+7
* | | | xfs: clean up xfs_mount allocation and dynamic initializersBrian Foster2018-03-263-13/+29
* | | | xfs: remove dead inode version setting codeDave Chinner2018-03-241-4/+1Star
* | | | xfs: catch inode allocation state mismatch corruptionDave Chinner2018-03-241-1/+22
* | | | xfs: xfs_scrub_iallocbt_xref_rmap_inodes should use xref_set_corruptDarrick J. Wong2018-03-241-1/+1
* | | | xfs: flag inode corruption if parent ptr doesn't get us a real inodeDarrick J. Wong2018-03-241-1/+11
* | | | xfs: don't accept inode buffers with suspicious unlinked chainsDarrick J. Wong2018-03-241-2/+8
* | | | xfs: move inode extent size hint validation to libxfsDarrick J. Wong2018-03-243-88/+122
* | | | xfs: record inode buf errors as a xref error in inobt scrubberDarrick J. Wong2018-03-241-1/+2
* | | | xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong2018-03-249-111/+74Star
* | | | xfs: inode scrubber shouldn't bother with raw checksDarrick J. Wong2018-03-241-89/+13Star
* | | | xfs: bmap scrubber should do rmap xref with bmap for sparse filesDarrick J. Wong2018-03-241-1/+169
* | | | xfs: refactor inode buffer verifier error loggingDarrick J. Wong2018-03-243-6/+30
* | | | xfs: refactor inode verifier error loggingDarrick J. Wong2018-03-242-8/+12
* | | | xfs: refactor bmap record validationDarrick J. Wong2018-03-244-21/+54