summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_unwritten_realChristoph Hellwig
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_realChristoph Hellwig
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_delayChristoph Hellwig
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_delay_realChristoph Hellwig
2017-11-06xfs: remove a duplicate assignment in xfs_bmap_add_extent_delay_realChristoph Hellwig
2017-11-06xfs: don't create overlapping extents in xfs_bmap_add_extent_delay_realChristoph Hellwig
2017-11-03xfs: scrub: avoid uninitialized return codeDarrick J. Wong
2017-11-03xfs: truncate pagecache before writeback in xfs_setattr_size()Eryu Guan
2017-11-03xfs: support for synchronous DAX faultsChristoph Hellwig
2017-11-03xfs: Implement xfs_filemap_pfn_mkwrite() using __xfs_filemap_fault()Jan Kara
2017-11-03dax: Allow dax_iomap_fault() to return pfnJan Kara
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01xfs: convert remaining xfs_sb_version_... checks to boolDave Chinner
2017-11-01xfs: scrub extended attribute leaf spaceDarrick J. Wong
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong
2017-11-01xfs: remove inode log format typedefDarrick J. Wong
2017-10-31xfs: remove redundant assignment to variable bitColin Ian King
2017-10-27xfs: fix unused variable warning in xfs_buf_set_ref()Brian Foster
2017-10-27xfs: compare btree block keys to parent block's keys during scrubDarrick J. Wong
2017-10-27xfs: abort dir/attr btree operation if btree is obviously weirdDarrick J. Wong
2017-10-27xfs: refactor extended attribute list operationDarrick J. Wong
2017-10-26xfs: validate sb_logsunit is a multiple of the fs blocksizeDarrick J. Wong
2017-10-26xfs: drain the buffer LRU on mountBrian Foster
2017-10-26xfs: fix log block underflow during recovery cycle verificationBrian Foster
2017-10-26xfs: more robust recovery xlog buffer validationBrian Foster
2017-10-26xfs: add a new xfs_iext_lookup_extent_before helperChristoph Hellwig
2017-10-26xfs: merge xfs_bmap_read_extents into xfs_iread_extentsChristoph Hellwig
2017-10-26xfs: add asserts for the mmap lock in xfs_{insert,collapse}_file_spaceChristoph Hellwig
2017-10-26xfs: rewrite xfs_bmap_first_unused to make better use of xfs_iext_get_extentChristoph Hellwig
2017-10-26xfs: don't rely on extent indices in xfs_bmap_insert_extentsChristoph Hellwig
2017-10-26xfs: don't rely on extent indices in xfs_bmap_collapse_extentsChristoph Hellwig
2017-10-26xfs: update got in xfs_bmap_shift_update_extentChristoph Hellwig
2017-10-26xfs: remove xfs_bmse_shift_oneChristoph Hellwig
2017-10-26xfs: split xfs_bmap_shift_extentsChristoph Hellwig
2017-10-26xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTSChristoph Hellwig
2017-10-26xfs: inline xfs_shift_file_space into callersChristoph Hellwig
2017-10-26xfs: remove if_rdevChristoph Hellwig
2017-10-26xfs: remove the never fully implemented UUID fork formatChristoph Hellwig
2017-10-26xfs: remove XFS_BMAP_TRACE_EXLISTChristoph Hellwig
2017-10-26xfs: move pre/post-bmap tracing into xfs_iext_update_extentChristoph Hellwig
2017-10-26xfs: remove post-bmap tracing in xfs_bmap_local_to_extentsChristoph Hellwig
2017-10-26xfs: make better use of the 'state' variable in xfs_bmap_del_extent_realChristoph Hellwig
2017-10-26xfs: add a xfs_bmap_fork_to_state helperChristoph Hellwig
2017-10-26xfs: scrub quota informationDarrick J. Wong
2017-10-26xfs: scrub realtime bitmap/summaryDarrick J. Wong
2017-10-26xfs: scrub directory parent pointersDarrick J. Wong
2017-10-26xfs: scrub symbolic linksDarrick J. Wong
2017-10-26xfs: scrub extended attributesDarrick J. Wong
2017-10-26xfs: scrub directory freespaceDarrick J. Wong