xfs: add a xattr_entry helper
[linux-2.6-microblaze.git] / fs /
2024-02-22 Darrick J. Wongxfs: add a xattr_entry helper
2024-02-22 Darrick J. Wongxfs: move xfs_bmap_defer_add to xfs_bmap_item.c
2024-02-22 Darrick J. Wongxfs: reuse xfs_bmap_update_cancel_item
2024-02-22 Darrick J. Wongxfs: add a bi_entry helper
2024-02-22 Darrick J. Wongxfs: remove xfs_trans_set_bmap_flags
2024-02-22 Darrick J. Wongxfs: clean up bmap log intent item tracepoint callsites
2024-02-22 Darrick J. Wongxfs: split tracepoint classes for deferred items
2024-02-22 Darrick J. Wongxfs: port refcount repair to the new refcount bag structure
2024-02-22 Darrick J. Wongxfs: create refcount bag structure for btree repairs
2024-02-22 Darrick J. Wongxfs: define an in-memory btree for storing refcount...
2024-02-22 Darrick J. Wongxfs: hook live rmap operations during a repair operation
2024-02-22 Darrick J. Wongxfs: create a shadow rmap btree during rmap repair
2024-02-22 Darrick J. Wongxfs: repair the rmapbt
2024-02-22 Darrick J. Wongxfs: create agblock bitmap helper to count the number...
2024-02-22 Darrick J. Wongxfs: create a helper to decide if a file mapping target...
2024-02-22 Darrick J. Wongxfs: launder in-memory btree buffers before transaction...
2024-02-22 Darrick J. Wongxfs: support in-memory btrees
2024-02-22 Christoph Hellwigxfs: add a xfs_btree_ptrs_equal helper
2024-02-22 Darrick J. Wongxfs: support in-memory buffer cache targets
2024-02-22 Darrick J. Wongxfs: teach buftargs to maintain their own buffer hashtable
2024-02-22 Christoph Hellwigxfs: move setting bt_logical_sectorsize out of xfs_sets...
2024-02-22 Christoph Hellwigxfs: remove xfs_setsize_buftarg_early
2024-02-22 Christoph Hellwigxfs: remove the xfs_buftarg_t typedef
2024-02-22 Christoph Hellwigxfs: split xfs_buf_rele for cached vs uncached buffers
2024-02-22 Christoph Hellwigxfs: move and rename xfs_btree_read_bufl
2024-02-22 Christoph Hellwigxfs: remove xfs_btree_reada_bufs
2024-02-22 Christoph Hellwigxfs: remove xfs_btree_reada_bufl
2024-02-22 Christoph Hellwigxfs: factor out a __xfs_btree_check_lblock_hdr helper
2024-02-22 Christoph Hellwigxfs: rename btree helpers that depends on the block...
2024-02-22 Christoph Hellwigxfs: consolidate btree block verification
2024-02-22 Christoph Hellwigxfs: tighten up validation of root block in inode forks
2024-02-22 Christoph Hellwigxfs: remove the crc variable in __xfs_btree_check_lblock
2024-02-22 Christoph Hellwigxfs: misc cleanups for __xfs_btree_check_sblock
2024-02-22 Christoph Hellwigxfs: consolidate btree ptr checking
2024-02-22 Christoph Hellwigxfs: open code xfs_btree_check_lptr in xfs_bmap_btree_t...
2024-02-22 Christoph Hellwigxfs: simplify xfs_btree_check_lblock_siblings
2024-02-22 Christoph Hellwigxfs: simplify xfs_btree_check_sblock_siblings
2024-02-22 Christoph Hellwigxfs: remove xfs_btnum_t
2024-02-22 Christoph Hellwigxfs: pass a 'bool is_finobt' to xfs_inobt_insert
2024-02-22 Christoph Hellwigxfs: split xfs_inobt_init_cursor
2024-02-22 Christoph Hellwigxfs: split xfs_inobt_insert_sprec
2024-02-22 Christoph Hellwigxfs: remove the which variable in xchk_iallocbt
2024-02-22 Christoph Hellwigxfs: remove the btnum argument to xfs_inobt_count_blocks
2024-02-22 Christoph Hellwigxfs: remove xfs_inobt_cur
2024-02-22 Christoph Hellwigxfs: split xfs_allocbt_init_cursor
2024-02-22 Christoph Hellwigxfs: refactor the btree cursor allocation logic in...
2024-02-22 Christoph Hellwigxfs: add a sick_mask to struct xfs_btree_ops
2024-02-22 Christoph Hellwigxfs: add a name field to struct xfs_btree_ops
2024-02-22 Christoph Hellwigxfs: split the agf_roots and agf_levels arrays
2024-02-22 Christoph Hellwigxfs: remove xfs_bmbt_stage_cursor
2024-02-22 Christoph Hellwigxfs: fold xfs_bmbt_init_common into xfs_bmbt_init_cursor
2024-02-22 Darrick J. Wongxfs: make staging file forks explicit
2024-02-22 Christoph Hellwigxfs: make full use of xfs_btree_stage_ifakeroot in...
2024-02-22 Christoph Hellwigxfs: remove xfs_rmapbt_stage_cursor
2024-02-22 Christoph Hellwigxfs: fold xfs_rmapbt_init_common into xfs_rmapbt_init_c...
2024-02-22 Christoph Hellwigxfs: remove xfs_refcountbt_stage_cursor
2024-02-22 Christoph Hellwigxfs: fold xfs_refcountbt_init_common into xfs_refcountb...
2024-02-22 Christoph Hellwigxfs: remove xfs_inobt_stage_cursor
2024-02-22 Christoph Hellwigxfs: fold xfs_inobt_init_common into xfs_inobt_init_cursor
2024-02-22 Christoph Hellwigxfs: remove xfs_allocbt_stage_cursor
2024-02-22 Christoph Hellwigxfs: fold xfs_allocbt_init_common into xfs_allocbt_init...
2024-02-22 Christoph Hellwigxfs: don't override bc_ops for staging btrees
2024-02-22 Christoph Hellwigxfs: add a xfs_btree_init_ptr_from_cur
2024-02-22 Christoph Hellwigxfs: move comment about two 2 keys per pointer in the...
2024-02-22 Darrick J. Wongxfs: create predicate to determine if cursor is at...
2024-02-22 Christoph Hellwigxfs: split the per-btree union in struct xfs_btree_cur
2024-02-22 Christoph Hellwigxfs: split out a btree type from the btree ops geometry...
2024-02-22 Darrick J. Wongxfs: store the btree pointer length in struct xfs_btree_ops
2024-02-22 Darrick J. Wongxfs: factor out a btree block owner check
2024-02-22 Darrick J. Wongxfs: factor out a xfs_btree_owner helper
2024-02-22 Christoph Hellwigxfs: move the btree stats offset into struct btree_ops
2024-02-22 Darrick J. Wongxfs: move lru refs to the btree ops structure
2024-02-22 Darrick J. Wongxfs: set btree block buffer ops in _init_buf
2024-02-22 Darrick J. Wongxfs: remove the unnecessary daddr paramter to _init_block
2024-02-22 Darrick J. Wongxfs: btree convert xfs_btree_init_block to xfs_btree_in...
2024-02-22 Darrick J. Wongxfs: rename btree block/buffer init functions
2024-02-22 Darrick J. Wongxfs: initialize btree blocks using btree_ops structure
2024-02-22 Darrick J. Wongxfs: extern some btree ops structures
2024-02-22 Christoph Hellwigxfs: turn the allocbt cursor active field into a btree...
2024-02-22 Christoph Hellwigxfs: consolidate the xfs_alloc_lookup_* helpers
2024-02-22 Christoph Hellwigxfs: remove bc_ino.flags
2024-02-22 Darrick J. Wongxfs: encode the btree geometry flags in the btree ops...
2024-02-22 Darrick J. Wongxfs: fix imprecise logic in xchk_btree_check_block_owner
2024-02-22 Darrick J. Wongxfs: drop XFS_BTREE_CRC_BLOCKS
2024-02-22 Darrick J. Wongxfs: set the btree cursor bc_ops in xfs_btree_alloc_cursor
2024-02-22 Darrick J. Wongxfs: consolidate btree block allocation tracepoints
2024-02-22 Darrick J. Wongxfs: consolidate btree block freeing tracepoints
2024-02-22 Darrick J. Wongxfs: repair summary counters
2024-02-22 Darrick J. Wongxfs: update health status if we get a clean bill of...
2024-02-22 Darrick J. Wongxfs: remember sick inodes that get inactivated
2024-02-22 Darrick J. Wongxfs: add secondary and indirect classes to the health...
2024-02-22 Darrick J. Wongxfs: report XFS_IS_CORRUPT errors to the health system
2024-02-22 Darrick J. Wongxfs: report realtime metadata corruption errors to...
2024-02-22 Darrick J. Wongxfs: report quota block corruption errors to the health...
2024-02-22 Darrick J. Wongxfs: report inode corruption errors to the health system
2024-02-22 Darrick J. Wongxfs: report symlink block corruption errors to the...
2024-02-22 Darrick J. Wongxfs: report dir/attr block corruption errors to the...
2024-02-22 Darrick J. Wongxfs: report btree block corruption errors to the health...
2024-02-22 Darrick J. Wongxfs: report block map corruption errors to the health...
2024-02-22 Darrick J. Wongxfs: report ag header corruption errors to the health...
next