OSDN Git Service

xfs: remove a stray tab in xfs_remount_rw()
[tomoyo/tomoyo-test1.git] / fs /
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
2019-10-29 Christoph Hellwigxfs: merge xfs_showargs into xfs_fs_show_options
2019-10-29 Christoph Hellwigxfs: clean up printing inode32/64 in xfs_showargs
2019-10-29 Christoph Hellwigxfs: clean up printing the allocsize option in
2019-10-29 Christoph Hellwigxfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZE
2019-10-29 Christoph Hellwigxfs: rename the XFS_MOUNT_DFLT_IOSIZE option to
2019-10-29 Christoph Hellwigxfs: simplify parsing of allocsize mount option
2019-10-29 Christoph Hellwigxfs: rename the m_writeio_* fields in struct xfs_mount
2019-10-29 Christoph Hellwigxfs: remove the m_readio_* fields in struct xfs_mount
2019-10-29 Christoph Hellwigxfs: don't use a different allocsice for -o wsync
2019-10-29 Christoph Hellwigxfs: cleanup calculating the stat optimal I/O size
2019-10-29 Christoph Hellwigxfs: remove the dsunit and dswidth variables in
2019-10-29 Ian Kentxfs: remove the biosize mount option
2019-10-29 Christoph Hellwigxfs: simplify setting bio flags
2019-10-29 Darrick J. Wongxfs: refactor xfs_iread_extents to use xfs_btree_visit_...
2019-10-29 Darrick J. Wongxfs: refactor xfs_bmap_count_blocks using newer btree...
2019-10-29 Darrick J. Wongxfs: replace -EIO with -EFSCORRUPTED for corrupt metadata
2019-10-29 Darrick J. Wongxfs: namecheck directory entry names before listing...
2019-10-29 Darrick J. Wongxfs: namecheck attribute names before listing them
2019-10-29 Darrick J. Wongxfs: check attribute leaf block structure
2019-10-28 Christoph Hellwigxfs: consolidate preallocation in xfs_file_fallocate
2019-10-28 Christoph Hellwigxfs: disable xfs_ioc_space for always COW inodes
2019-10-28 Christoph Hellwigfs: add generic UNRESVSP and ZERO_RANGE ioctl handlers
2019-10-28 Christoph Hellwigxfs: don't implement XFS_IOC_RESVSP / XFS_IOC_RESVSP64
2019-10-28 Christoph Hellwigxfs: use xfs_inode_buftarg in xfs_file_ioctl
2019-10-28 Christoph Hellwigxfs: use xfs_inode_buftarg in xfs_file_dio_aio_write
2019-10-28 Christoph Hellwigxfs: add a xfs_inode_buftarg helper
2019-10-28 Christoph Hellwigxfs: mark xfs_buf_free static
2019-10-24 Jan Karaxfs: Sanity check flags of Q_XQUOTARM call
2019-10-24 Ben Dooks (Codethink)xfs: add mising include of xfs_pnfs.h for missing decla...
2019-10-24 Brian Fosterxfs: don't set bmapi total block req where minleft is
2019-10-24 Dave Chinnerxfs: cap longest free extent to maximum allocatable
2019-10-21 kaixuxiaxfs: remove the duplicated inode log fieldmask set
2019-10-21 Christoph Hellwigxfs: improve the IOMAP_NOWAIT check for COW inodes
2019-10-21 Christoph Hellwigxfs: cleanup xfs_direct_write_iomap_begin
2019-10-21 Christoph Hellwigxfs: rename the whichfork variable in xfs_buffered_writ...
2019-10-21 Christoph Hellwigxfs: split the iomap ops for buffered vs direct writes
2019-10-21 Christoph Hellwigxfs: move xfs_file_iomap_begin_delay around
2019-10-21 Christoph Hellwigxfs: split out a new set of read-only iomap ops
2019-10-21 Christoph Hellwigxfs: factor out a helper to calculate the end_fsb
2019-10-21 Christoph Hellwigxfs: fill out the srcmap in iomap_begin
2019-10-21 Christoph Hellwigxfs: refactor xfs_file_iomap_begin_delay
2019-10-21 Christoph Hellwigxfs: pass two imaps to xfs_reflink_allocate_cow
2019-10-21 Christoph Hellwigxfs: remove xfs_reflink_dirty_extents
2019-10-21 Christoph Hellwigxfs: also call xfs_file_iomap_end_delalloc for zeroing...
2019-10-21 Dave Chinnerxfs: fix inode fork extent count overflow
2019-10-21 Christoph Hellwigxfs: remove the XLOG_STATE_DO_CALLBACK state
2019-10-21 Christoph Hellwigxfs: turn ic_state into an enum
2019-10-21 Christoph Hellwigxfs: remove the unused XLOG_STATE_ALL and XLOG_STATE_UN...
2019-10-21 Christoph Hellwigxfs: remove dead ifdef XFSERRORDEBUG code
2019-10-21 Christoph Hellwigxfs: call xlog_state_release_iclog with l_icloglock...
2019-10-21 Christoph Hellwigxfs: move the locking from xlog_state_finish_copy to...
2019-10-21 Christoph Hellwigxfs: remove the unused ic_io_size field from xlog_in_core
2019-10-21 Christoph Hellwigxfs: pass the correct flag to xlog_write_iclog
2019-10-21 Brian Fosterxfs: optimize near mode bnobt scans with concurrent...
next