OSDN Git Service

xfs: devirtualize ->m_dirnameops
[tomoyo/tomoyo-test1.git] / fs /
2019-11-13 Christoph Hellwigxfs: devirtualize ->m_dirnameops
2019-11-13 Christoph Hellwigxfs: remove the unused m_chsize field
2019-11-13 Darrick J. Wongxfs: convert open coded corruption check to use XFS_IS_...
2019-11-13 Darrick J. Wongxfs: kill the XFS_WANT_CORRUPT_* macros
2019-11-13 Darrick J. Wongxfs: add a XFS_IS_CORRUPT macro
2019-11-11 Darrick J. Wongxfs: attach dquots before performing xfs_swap_extents
2019-11-11 Darrick J. Wongxfs: attach dquots and reserve quota blocks during...
2019-11-11 Darrick J. Wongxfs: actually check xfs_btree_check_block return in...
2019-11-11 Christoph Hellwigxfs: always pass a valid hdr to xfs_dir3_leaf_check_int
2019-11-11 Christoph Hellwigxfs: merge xfs_dir2_data_freescan and xfs_dir2_data_fre...
2019-11-11 Christoph Hellwigxfs: remove the now unused dir ops infrastructure
2019-11-11 Christoph Hellwigxfs: devirtualize ->data_get_ftype and ->data_put_ftype
2019-11-11 Christoph Hellwigxfs: devirtualize ->data_bestfree_p
2019-11-11 Christoph Hellwigxfs: cleanup xfs_dir2_data_entsize
2019-11-11 Christoph Hellwigxfs: move the dir2 data block fixed offsets to struct...
2019-11-11 Christoph Hellwigxfs: devirtualize ->data_entry_tag_p
2019-11-11 Christoph Hellwigxfs: devirtualize ->data_entsize
2019-11-11 Christoph Hellwigxfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_...
2019-11-11 Christoph Hellwigxfs: remove the now unused ->data_entry_p method
2019-11-11 Christoph Hellwigxfs: cleanup __xfs_dir3_data_check
2019-11-11 Christoph Hellwigxfs: cleanup xfs_dir2_data_freescan_int
2019-11-11 Christoph Hellwigxfs: cleanup xfs_dir2_block_to_sf
2019-11-11 Christoph Hellwigxfs: cleanup xchk_directory_data_bestfree
2019-11-11 Christoph Hellwigxfs: cleanup xchk_dir_rec
2019-11-11 Christoph Hellwigxfs: cleanup xfs_dir2_leaf_getdents
2019-11-11 Christoph Hellwigxfs: cleanup xfs_dir2_block_getdents
2019-11-11 Christoph Hellwigxfs: remove the ->data_unused_p method
2019-11-11 Christoph Hellwigxfs: remove the ->data_dot_entry_p and ->data_dotdot_en...
2019-11-11 Christoph Hellwigxfs: remove the data_dotdot_offset field in struct...
2019-11-11 Christoph Hellwigxfs: remove the data_dot_offset field in struct xfs_dir_ops
2019-11-11 Christoph Hellwigxfs: remove the unused ->data_first_entry_p method
2019-11-11 Christoph Hellwigxfs: devirtualize ->sf_get_ftype and ->sf_put_ftype
2019-11-11 Christoph Hellwigxfs: devirtualize ->sf_get_ino and ->sf_put_ino
2019-11-11 Christoph Hellwigxfs: devirtualize ->sf_entsize and ->sf_nextentry
2019-11-11 Christoph Hellwigxfs: devirtualize ->sf_get_parent_ino and ->sf_put_pare...
2019-11-11 Christoph Hellwigxfs: devirtualize ->db_to_fdb and ->db_to_fdindex
2019-11-11 Christoph Hellwigxfs: move the max dir2 free bests count to struct xfs_d...
2019-11-11 Christoph Hellwigxfs: move the dir2 free header size to struct xfs_da_ge...
2019-11-11 Christoph Hellwigxfs: add a bests pointer to struct xfs_dir3_icfree_hdr
2019-11-11 Christoph Hellwigxfs: make the xfs_dir3_icfree_hdr available to xfs_dir2...
2019-11-11 Christoph Hellwigxfs: devirtualize ->free_hdr_to_disk
2019-11-11 Christoph Hellwigxfs: devirtualize ->free_hdr_from_disk
2019-11-11 Christoph Hellwigxfs: move the max dir2 leaf entries count to struct...
2019-11-11 Christoph Hellwigxfs: move the dir2 leaf header size to struct xfs_da_ge...
2019-11-11 Christoph Hellwigxfs: add an entries pointer to struct xfs_dir3_icleaf_hdr
2019-11-11 Christoph Hellwigxfs: devirtualize ->leaf_hdr_to_disk
2019-11-11 Christoph Hellwigxfs: devirtualize ->leaf_hdr_from_disk
2019-11-11 Christoph Hellwigxfs: move the node header size to struct xfs_da_geometry
2019-11-11 Christoph Hellwigxfs: add a btree entries pointer to struct xfs_da3_icno...
2019-11-11 Christoph Hellwigxfs: devirtualize ->node_hdr_to_disk
2019-11-11 Christoph Hellwigxfs: devirtualize ->node_hdr_from_disk
2019-11-11 Christoph Hellwigxfs: refactor btree node scrubbing
2019-11-11 Christoph Hellwigxfs: use unsigned int for all size values in struct...
2019-11-11 Christoph Hellwigxfs: move incore structures out of xfs_da_format.h
2019-11-11 Dan Carpenterxfs: remove a stray tab in xfs_remount_rw()
2019-11-11 Darrick J. Wongxfs: convert EIO to EFSCORRUPTED when log contents...
2019-11-10 Darrick J. Wongxfs: refactor "does this fork map blocks" predicate
2019-11-10 Darrick J. Wongxfs: clean up weird while loop in xfs_alloc_ag_vextent_near
2019-11-10 Darrick J. Wongxfs: annotate functions that trip static checker lockin...
2019-11-10 Joe Perchesxfs: Correct comment tyops -> typos
2019-11-07 Darrick J. Wongxfs: range check ri_cnt when recovering log items
2019-11-07 Darrick J. Wongxfs: "optimize" buffer item log segment bitmap setting
2019-11-07 Darrick J. Wongxfs: null out bma->prev if no previous extent
2019-11-07 Darrick J. Wongxfs: fix missing header includes
2019-11-07 Darrick J. Wongxfs: periodically yield scrub threads to the scheduler
2019-11-06 Colin Ian Kingxfs: remove redundant assignment to variable error
2019-11-06 Darrick J. Wongxfs: add missing early termination checks to record...
2019-11-05 Darrick J. Wongxfs: make the assertion message functions take a mount...
2019-11-05 Darrick J. Wongxfs: add missing assert in xfs_fsmap_owner_from_rmap
2019-11-05 Darrick J. Wongxfs: decrease indenting problems in xfs_dabuf_map
2019-11-05 Ian Kentxfs: fold xfs_mount-alloc() into xfs_init_fs_context()
2019-11-05 Ian Kentxfs: move xfs_fc_parse_param() above xfs_fc_get_tree()
2019-11-05 Ian Kentxfs: move xfs_fc_get_tree() above xfs_fc_reconfigure()
2019-11-05 Ian Kentxfs: move xfs_fc_reconfigure() above xfs_fc_free()
2019-11-05 Ian Kentxfs: switch to use the new mount-api
2019-11-05 Ian Kentxfs: dont set sb in xfs_mount_alloc()
2019-11-05 Ian Kentxfs: move xfs_parseargs() validation to a helper
2019-11-05 Ian Kentxfs: refactor xfs_parseags()
2019-11-05 Ian Kentxfs: avoid redundant checks when options is empty
2019-11-05 Ian Kentxfs: refactor suffix_kstrtoint()
2019-11-05 Ian Kentxfs: add xfs_remount_ro() helper
2019-11-05 Ian Kentxfs: add xfs_remount_rw() helper
2019-11-05 Ian Kentxfs: merge freeing of mp names and mp
2019-11-05 Ian Kentxfs: use kmem functions for struct xfs_mount
2019-11-05 Ian Kentxfs: dont use XFS_IS_QUOTA_RUNNING() for option check
2019-11-05 Ian Kentxfs: use super s_id instead of struct xfs_mount m_fsname
2019-11-05 Ian Kentxfs: remove unused struct xfs_mount field m_fsname_len
2019-11-04 Darrick J. Wongxfs: always log corruption errors
2019-11-04 Darrick J. Wongxfs: constify the buffer pointer arguments to error...
2019-11-04 Darrick J. Wongxfs: relax shortform directory size checks
2019-11-03 Christoph Hellwigxfs: cleanup use of the XFS_ALLOC_ flags
2019-11-03 Christoph Hellwigxfs: move extent zeroing to xfs_bmapi_allocate
2019-11-03 Christoph Hellwigxfs: refactor xfs_bmapi_allocate
2019-11-03 Christoph Hellwigxfs: simplify the xfs_iomap_write_direct calling
2019-11-03 Christoph Hellwigxfs: don't log the inode in xfs_fs_map_blocks if it
2019-11-03 Christoph Hellwigxfs: slightly tweak an assert in xfs_fs_map_blocks
2019-11-03 Christoph Hellwigxfs: remove the extsize argument to xfs_eof_alignment
2019-11-03 Christoph Hellwigxfs: mark xfs_eof_alignment static
2019-11-03 Christoph Hellwigxfs: simplify xfs_iomap_eof_align_last_fsb
2019-10-31 Dave Chinnerxfs: properly serialise fallocate against AIO+DIO
next