OSDN Git Service

tomoyo/tomoyo-test1.git
2021-06-21 Darrick J.... xfs: refactor the inode recycling code
2021-06-21 Dave Chinnerxfs: add iclog state trace events
2021-06-21 Dave Chinnerxfs: xfs_log_force_lsn isn't passed a LSN
2021-06-21 Dave Chinnerxfs: Fix CIL throttle hang when CIL space used going...
2021-06-21 Dave Chinnerxfs: journal IO cache flush reductions
2021-06-21 Dave Chinnerxfs: remove need_start_rec parameter from xlog_write()
2021-06-21 Dave Chinnerxfs: CIL checkpoint flushes caches unconditionally
2021-06-21 Dave Chinnerxfs: async blkdev cache flush
2021-06-21 Dave Chinnerxfs: remove xfs_blkdev_issue_flush
2021-06-18 Dave Chinnerxfs: separate CIL commit record IO
2021-06-18 Geert Uytterhoevenxfs: Fix 64-bit division on 32-bit in xlog_state_switch...
2021-06-18 Dave Chinnerxfs: log stripe roundoff is a property of the log
2021-06-18 Shaokun Zhangxfs: remove redundant initialization of variable error
2021-06-18 Dave Chinnerxfs: perag may be null in xfs_imap()
2021-06-18 Darrick J.... Merge tag 'xfs-delay-ready-attrs-v20.1' of https:/...
2021-06-09 Allison Hendersonxfs: Make attr name schemes consistent
2021-06-09 Allison Hendersonxfs: Fix default ASSERT in xfs_attr_set_iter
2021-06-08 Darrick J.... Merge tag 'rename-eofblocks-5.14_2021-06-08' of https...
2021-06-08 Darrick J.... Merge tag 'fix-inode-health-reports-5.14_2021-06-08...
2021-06-08 Darrick J.... xfs: rename struct xfs_eofblocks to xfs_icwalk
2021-06-08 Darrick J.... xfs: selectively keep sick inodes in memory
2021-06-08 Darrick J.... xfs: change the prefix of XFS_EOF_FLAGS_* to XFS_ICWALK...
2021-06-08 Darrick J.... xfs: drop IDONTCACHE on inodes when we mark them sick
2021-06-08 Darrick J.... xfs: only reset incore inode health state flags when...
2021-06-08 Darrick J.... Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of...
2021-06-08 Darrick J.... Merge tag 'assorted-fixes-5.14-1_2021-06-03' of https...
2021-06-08 Darrick J.... Merge tag 'unit-conversion-cleanups-5.14_2021-06-03...
2021-06-08 Dave Chinnerxfs: drop the AGI being passed to xfs_check_agi_freecount
2021-06-08 Darrick J.... Merge tag 'xfs-perag-conv-tag' of git://git./linux...
2021-06-08 Darrick J.... Merge tag 'xfs-buf-bulk-alloc-tag' of git://git./linux...
2021-06-07 Dave Chinnerxfs: merge xfs_buf_allocate_memory
2021-06-07 Christoph Hellwigxfs: cleanup error handling in xfs_buf_get_map
2021-06-07 Dave Chinnerxfs: get rid of xb_to_gfp()
2021-06-07 Christoph Hellwigxfs: simplify the b_page_count calculation
2021-06-07 Christoph Hellwigxfs: remove ->b_offset handling for page backed buffers
2021-06-03 Darrick J.... xfs: refactor per-AG inode tagging functions
2021-06-03 Darrick J.... xfs: merge xfs_reclaim_inodes_ag into xfs_inode_walk_ag
2021-06-03 Darrick J.... xfs: pass struct xfs_eofblocks to the inode scan callback
2021-06-03 Darrick J.... xfs: fix radix tree tag signs
2021-06-03 Darrick J.... xfs: make the icwalk processing functions clean up...
2021-06-03 Darrick J.... xfs: clean up inode state flag tests in xfs_blockgc_igrab
2021-06-03 Darrick J.... xfs: remove indirect calls from xfs_inode_walk{,_ag}
2021-06-03 Darrick J.... xfs: remove iter_flags parameter from xfs_inode_walk_*
2021-06-03 Darrick J.... xfs: move xfs_inew_wait call into xfs_dqrele_inode
2021-06-03 Darrick J.... xfs: separate the dqrele_all inode grab logic from...
2021-06-03 Darrick J.... xfs: pass the goal of the incore inode walk to xfs_inod...
2021-06-03 Darrick J.... xfs: rename xfs_inode_walk functions to xfs_icwalk
2021-06-03 Darrick J.... xfs: move the inode walk functions further down
2021-06-03 Darrick J.... xfs: detach inode dquots at the end of inactivation
2021-06-03 Darrick J.... xfs: move the quotaoff dqrele inode walk into xfs_icache.c
2021-06-02 Dave Chinnerxfs: don't take a spinlock unconditionally in the DIO...
2021-06-02 Christoph Hellwigxfs: mark xfs_bmap_set_attrforkoff static
2021-06-02 Jiapeng Chongxfs: Remove redundant assignment to busy
2021-06-02 Shaokun Zhangxfs: sort variable alphabetically to avoid repeated...
2021-06-02 Dave Chinnerxfs: remove xfs_perag_t
2021-06-02 Dave Chinnerxfs: use perag through unlink processing
2021-06-02 Dave Chinnerxfs: clean up and simplify xfs_dialloc()
2021-06-02 Dave Chinnerxfs: inode allocation can use a single perag instance
2021-06-02 Dave Chinnerxfs: get rid of xfs_dir_ialloc()
2021-06-02 Dave Chinnerxfs: collapse AG selection for inode allocation
2021-06-02 Dave Chinnerxfs: simplify xfs_dialloc_select_ag() return values
2021-06-02 Dave Chinnerxfs: remove agno from btree cursor
2021-06-02 Dave Chinnerxfs: use perag for ialloc btree cursors
2021-06-02 Dave Chinnerxfs: convert allocbt cursors to use perags
2021-06-02 Dave Chinnerxfs: convert refcount btree cursor to use perags
2021-06-02 Dave Chinnerxfs: convert rmap btree cursor to using a perag
2021-06-02 Dave Chinnerxfs: add a perag to the btree cursor
2021-06-02 Dave Chinnerxfs: pass perags around in fsmap data dev functions
2021-06-02 Dave Chinnerxfs: push perags through the ag reservation callouts
2021-06-02 Dave Chinnerxfs: pass perags through to the busy extent code
2021-06-02 Dave Chinnerxfs: convert secondary superblock walk to use perags
2021-06-02 Dave Chinnerxfs: convert xfs_iwalk to use perag references
2021-06-02 Dave Chinnerxfs: convert raw ag walks to use for_each_perag
2021-06-02 Dave Chinnerxfs: make for_each_perag... a first class citizen
2021-06-02 Dave Chinnerxfs: move perag structure and setup to libxfs/xfs_ag...
2021-06-02 Dave Chinnerxfs: prepare for moving perag definitions and support...
2021-06-02 Dave Chinnerxfs: move xfs_perag_get/put to xfs_ag.[ch]
2021-06-01 Darrick J.... xfs: remove unnecessary shifts
2021-06-01 Darrick J.... xfs: clean up open-coded fs block unit conversions
2021-06-01 Allison Hendersonxfs: Clean up xfs_attr_node_addname_clear_incomplete
2021-06-01 Allison Hendersonxfs: Remove xfs_attr_rmtval_set
2021-06-01 Allison Hendersonxfs: Add delay ready attr set routines
2021-06-01 Allison Hendersonxfs: Add delay ready attr remove routines
2021-06-01 Allison Hendersonxfs: Hoist node transaction handling
2021-06-01 Allison Hendersonxfs: Hoist xfs_attr_leaf_addname
2021-06-01 Allison Hendersonxfs: Hoist xfs_attr_node_addname
2021-06-01 Allison Hendersonxfs: Add helper xfs_attr_node_addname_find_attr
2021-06-01 Allison Hendersonxfs: Separate xfs_attr_node_addname and xfs_attr_node_a...
2021-06-01 Allison Hendersonxfs: Refactor xfs_attr_set_shortform
2021-06-01 Allison Hendersonxfs: Add xfs_attr_node_remove_name
2021-06-01 Allison Hendersonxfs: Reverse apply 72b97ea40d
2021-06-01 Dave Chinnerxfs: move page freeing into _xfs_buf_free_pages()
2021-06-01 Dave Chinnerxfs: merge _xfs_buf_get_pages()
2021-06-01 Dave Chinnerxfs: use alloc_pages_bulk_array() for buffers
2021-06-01 Dave Chinnerxfs: use xfs_buf_alloc_pages for uncached buffers
2021-06-01 Dave Chinnerxfs: split up xfs_buf_allocate_memory
2021-05-30 Linus TorvaldsLinux 5.13-rc4 v5.13-rc4
2021-05-30 Linus TorvaldsMerge branch 'i2c/for-current' of git://git./linux...
2021-05-30 Linus TorvaldsMerge tag 'seccomp-fixes-v5.13-rc4' of git://git./linux...
2021-05-30 Linus TorvaldsMerge tag 'riscv-for-linus-5.13-rc4' of git://git....
next