aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2018-04-12Merge tag 'xfs-4.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 37-205/+172
2018-04-11export __set_page_dirtyGravatar Matthew Wilcox 1-13/+2
2018-04-10Force log to disk before reading the AGF during a fstrimGravatar Carlos Maiolino 1-7/+7
2018-04-10Export __set_page_dirtyGravatar Matthew Wilcox 1-13/+2
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-17/+23
2018-04-10xfs: only cancel cow blocks when truncating the data forkGravatar Darrick J. Wong 1-6/+8
2018-04-09Merge branch 'for-4.17/dax' into libnvdimm-for-nextGravatar Dan Williams 3-17/+23
2018-04-09xfs: non-scrub - remove unused function parametersGravatar Eric Sandeen 27-76/+48
2018-04-09xfs: remove filestream item xfs_inode referenceGravatar Christoph Hellwig 4-24/+25
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2018-04-02xfs: fix intent use-after-free on abortGravatar Dave Chinner 4-76/+78
2018-04-02xfs: Remove "committed" argument of xfs_dir_iallocGravatar Chandan Rajendra 4-16/+6
2018-03-30xfs, dax: introduce xfs_dax_aopsGravatar Dan Williams 3-17/+23
2018-03-29xfs: do not log/recover swapext extent owner changes for deleted inodesGravatar Eric Sandeen 2-1/+7
2018-03-26xfs: clean up xfs_mount allocation and dynamic initializersGravatar Brian Foster 3-13/+29
2018-03-26treewide: Align function definition open/close bracesGravatar Joe Perches 1-1/+1
2018-03-23xfs: remove dead inode version setting codeGravatar Dave Chinner 1-4/+1
2018-03-23xfs: catch inode allocation state mismatch corruptionGravatar Dave Chinner 1-1/+22
2018-03-23xfs: xfs_scrub_iallocbt_xref_rmap_inodes should use xref_set_corruptGravatar Darrick J. Wong 1-1/+1
2018-03-23xfs: flag inode corruption if parent ptr doesn't get us a real inodeGravatar Darrick J. Wong 1-1/+11
2018-03-23xfs: don't accept inode buffers with suspicious unlinked chainsGravatar Darrick J. Wong 1-2/+8
2018-03-23xfs: move inode extent size hint validation to libxfsGravatar Darrick J. Wong 3-88/+122
2018-03-23xfs: record inode buf errors as a xref error in inobt scrubberGravatar Darrick J. Wong 1-1/+2
2018-03-23xfs: remove xfs_buf parameter from inode scrub methodsGravatar Darrick J. Wong 9-111/+74
2018-03-23xfs: inode scrubber shouldn't bother with raw checksGravatar Darrick J. Wong 1-89/+13
2018-03-23xfs: bmap scrubber should do rmap xref with bmap for sparse filesGravatar Darrick J. Wong 1-1/+169
2018-03-23xfs: refactor inode buffer verifier error loggingGravatar Darrick J. Wong 3-6/+30
2018-03-23xfs: refactor inode verifier error loggingGravatar Darrick J. Wong 2-8/+12
2018-03-23xfs: refactor bmap record validationGravatar Darrick J. Wong 4-21/+54
2018-03-23xfs: sanity-check the unused space before trying to use itGravatar Darrick J. Wong 5-49/+111
2018-03-23xfs: detect agfl count corruption and reset agflGravatar Brian Foster 3-1/+103
2018-03-23xfs: unwind the try_again loop in xfs_log_forceGravatar Christoph Hellwig 1-30/+42
2018-03-23xfs: refactor xfs_log_force_lsnGravatar Christoph Hellwig 1-80/+62
2018-03-19vfs: Replace stray non-ASCII homoglyph characters with their ASCII equivalentsGravatar Ingo Molnar 1-1/+1
2018-03-15xfs: minor cleanup for xfs_reflink_end_cowGravatar Christoph Hellwig 1-9/+8
2018-03-15xfs: minor cleanup for xfs_get_blocksGravatar Christoph Hellwig 1-7/+6
2018-03-15xfs: remove xfs_zero_rangeGravatar Christoph Hellwig 4-53/+14
2018-03-15xfs: assert that xfs_reflink_allocate_cow is called with XFS_ILOCK_EXCLGravatar Christoph Hellwig 1-1/+1
2018-03-15xfs: don't use XFS_BMAPI_ENTRIRE in xfs_get_blocksGravatar Christoph Hellwig 1-2/+2
2018-03-15xfs: fix the check for COW extents in xfs_swap_extentsGravatar Christoph Hellwig 1-2/+2
2018-03-14xfs: refactor xfs_log_forceGravatar Christoph Hellwig 1-81/+63
2018-03-14xfs: merge _xfs_log_force_lsn and xfs_log_force_lsnGravatar Christoph Hellwig 6-28/+9
2018-03-14xfs: merge _xfs_log_force and xfs_log_forceGravatar Christoph Hellwig 4-29/+8
2018-03-14xfs: remove the unused log_flushed variable in xfs_extent_busy_flushGravatar Christoph Hellwig 1-2/+2
2018-03-14xfs: remove an outdated comment for xfs_inode_item_committingGravatar Christoph Hellwig 1-4/+0
2018-03-14xfs: remove misleading comment text on xfs_inode_item_unlockGravatar Christoph Hellwig 1-3/+0
2018-03-11xfs: account only rmapbt-used blocks against rmapbt perag resGravatar Brian Foster 5-12/+46
2018-03-11xfs: rename agfl perag res type to rmapbtGravatar Brian Foster 4-34/+33
2018-03-11xfs: account format bouncing into rmapbt swapext tx reservationGravatar Brian Foster 1-9/+20