summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2018-04-04Merge remote-tracking branch 'nvdimm/libnvdimm-for-next'Stephen Rothwell
2018-04-04Merge remote-tracking branch 'trivial/for-next'Stephen Rothwell
2018-04-04Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell
2018-04-03Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams
2018-04-03xfs, dax: introduce xfs_break_dax_layouts()Dan Williams
2018-04-03xfs: prepare xfs_break_layouts() for another layout typeDan Williams
2018-04-03xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCLDan Williams
2018-04-03mm, dax: enable filesystems to trigger dev_pagemap ->page_free callbacksDan Williams
2018-03-30xfs, dax: introduce xfs_dax_aopsDan Williams
2018-03-29Merge branches 'work.dcache', 'old.dcache', 'work.misc', 'work.thaw', 'misc.c...Al Viro
2018-03-29xfs: do not log/recover swapext extent owner changes for deleted inodesxfs-4.17-merge-1Eric Sandeen
2018-03-26xfs: clean up xfs_mount allocation and dynamic initializersBrian Foster
2018-03-26treewide: Align function definition open/close bracesJoe Perches
2018-03-23xfs: remove dead inode version setting codeDave Chinner
2018-03-23xfs: catch inode allocation state mismatch corruptionDave Chinner
2018-03-23xfs: xfs_scrub_iallocbt_xref_rmap_inodes should use xref_set_corruptDarrick J. Wong
2018-03-23xfs: flag inode corruption if parent ptr doesn't get us a real inodeDarrick J. Wong
2018-03-23xfs: don't accept inode buffers with suspicious unlinked chainsDarrick J. Wong
2018-03-23xfs: move inode extent size hint validation to libxfsDarrick J. Wong
2018-03-23xfs: record inode buf errors as a xref error in inobt scrubberDarrick J. Wong
2018-03-23xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong
2018-03-23xfs: inode scrubber shouldn't bother with raw checksDarrick J. Wong
2018-03-23xfs: bmap scrubber should do rmap xref with bmap for sparse filesDarrick J. Wong
2018-03-23xfs: refactor inode buffer verifier error loggingDarrick J. Wong
2018-03-23xfs: refactor inode verifier error loggingDarrick J. Wong
2018-03-23xfs: refactor bmap record validationDarrick J. Wong
2018-03-23xfs: sanity-check the unused space before trying to use itDarrick J. Wong
2018-03-23xfs: detect agfl count corruption and reset agflBrian Foster
2018-03-23xfs: unwind the try_again loop in xfs_log_forceChristoph Hellwig
2018-03-23xfs: refactor xfs_log_force_lsnChristoph Hellwig
2018-03-19vfs: Replace stray non-ASCII homoglyph characters with their ASCII equivalentsIngo Molnar
2018-03-15xfs: minor cleanup for xfs_reflink_end_cowChristoph Hellwig
2018-03-15xfs: minor cleanup for xfs_get_blocksChristoph Hellwig
2018-03-15xfs: remove xfs_zero_rangeChristoph Hellwig
2018-03-15xfs: assert that xfs_reflink_allocate_cow is called with XFS_ILOCK_EXCLChristoph Hellwig
2018-03-15xfs: don't use XFS_BMAPI_ENTRIRE in xfs_get_blocksChristoph Hellwig
2018-03-15xfs: fix the check for COW extents in xfs_swap_extentsChristoph Hellwig
2018-03-14xfs: refactor xfs_log_forceChristoph Hellwig
2018-03-14xfs: merge _xfs_log_force_lsn and xfs_log_force_lsnChristoph Hellwig
2018-03-14xfs: merge _xfs_log_force and xfs_log_forceChristoph Hellwig
2018-03-14xfs: remove the unused log_flushed variable in xfs_extent_busy_flushChristoph Hellwig
2018-03-14xfs: remove an outdated comment for xfs_inode_item_committingChristoph Hellwig
2018-03-14xfs: remove misleading comment text on xfs_inode_item_unlockChristoph Hellwig
2018-03-11xfs: account only rmapbt-used blocks against rmapbt perag resBrian Foster
2018-03-11xfs: rename agfl perag res type to rmapbtBrian Foster
2018-03-11xfs: account format bouncing into rmapbt swapext tx reservationBrian Foster
2018-03-11xfs: shutdown if block allocation overruns tx reservationBrian Foster
2018-03-11xfs: Rename xa_ elements to ail_Matthew Wilcox
2018-03-11xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner
2018-03-11xfs: check for cow blocks before trying to clear themDarrick J. Wong