linux.git
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.... xfs: 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.... xfs: store the btree pointer length in struct xfs_btree_ops
2024-02-22 Darrick J.... xfs: factor out a btree block owner check
2024-02-22 Darrick J.... xfs: 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.... xfs: move lru refs to the btree ops structure
2024-02-22 Darrick J.... xfs: set btree block buffer ops in _init_buf
2024-02-22 Darrick J.... xfs: remove the unnecessary daddr paramter to _init_block
2024-02-22 Darrick J.... xfs: btree convert xfs_btree_init_block to xfs_btree_in...
2024-02-22 Darrick J.... xfs: rename btree block/buffer init functions
2024-02-22 Darrick J.... xfs: initialize btree blocks using btree_ops structure
2024-02-22 Darrick J.... xfs: 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.... xfs: encode the btree geometry flags in the btree ops...
2024-02-22 Darrick J.... xfs: fix imprecise logic in xchk_btree_check_block_owner
2024-02-22 Darrick J.... xfs: drop XFS_BTREE_CRC_BLOCKS
2024-02-22 Darrick J.... xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursor
2024-02-22 Darrick J.... xfs: consolidate btree block allocation tracepoints
2024-02-22 Darrick J.... xfs: consolidate btree block freeing tracepoints
2024-02-22 Darrick J.... xfs: repair summary counters
2024-02-22 Darrick J.... xfs: update health status if we get a clean bill of...
2024-02-22 Darrick J.... xfs: remember sick inodes that get inactivated
2024-02-22 Darrick J.... xfs: add secondary and indirect classes to the health...
2024-02-22 Darrick J.... xfs: report XFS_IS_CORRUPT errors to the health system
2024-02-22 Darrick J.... xfs: report realtime metadata corruption errors to...
2024-02-22 Darrick J.... xfs: report quota block corruption errors to the health...
2024-02-22 Darrick J.... xfs: report inode corruption errors to the health system
2024-02-22 Darrick J.... xfs: report symlink block corruption errors to the...
2024-02-22 Darrick J.... xfs: report dir/attr block corruption errors to the...
2024-02-22 Darrick J.... xfs: report btree block corruption errors to the health...
2024-02-22 Darrick J.... xfs: report block map corruption errors to the health...
2024-02-22 Darrick J.... xfs: report ag header corruption errors to the health...
2024-02-22 Darrick J.... xfs: report fs corruption errors to the health tracking...
2024-02-22 Darrick J.... xfs: separate the marking of sick and checked metadata
2024-02-22 Darrick J.... xfs: teach repair to fix file nlinks
2024-02-22 Darrick J.... xfs: track directory entry updates during live nlinks...
2024-02-22 Darrick J.... xfs: teach scrub to check file nlinks
2024-02-22 Darrick J.... xfs: report health of inode link counts
2024-02-22 Darrick J.... xfs: repair dquots based on live quotacheck results
2024-02-22 Darrick J.... xfs: repair cannot update the summary counters when...
2024-02-22 Darrick J.... xfs: track quota updates during live quotacheck
2024-02-22 Darrick J.... xfs: implement live quotacheck inode scan
2024-02-22 Darrick J.... xfs: create a sparse load xfarray function
2024-02-22 Darrick J.... xfs: create a helper to count per-device inode block...
2024-02-22 Darrick J.... xfs: create a xchk_trans_alloc_empty helper for scrub
2024-02-22 Darrick J.... xfs: report the health of quota counts
2024-02-22 Darrick J.... xfs: repair file modes by scanning for a dirent pointin...
2024-02-22 Darrick J.... xfs: create a macro for decoding ftypes in tracepoints
2024-02-22 Darrick J.... xfs: create a predicate to determine if two xfs_names...
2024-02-22 Darrick J.... xfs: create a static name for the dot entry too
2024-02-22 Darrick J.... xfs: iscan batching should handle unallocated inodes too
2024-02-22 Darrick J.... xfs: cache a bunch of inodes for repair scans
2024-02-22 Darrick J.... xfs: stagger the starting AG of scrub iscans to reduce...
2024-02-22 Darrick J.... xfs: allow scrub to hook metadata updates in other...
2024-02-22 Darrick J.... xfs: implement live inode scan for scrub
2024-02-22 Darrick J.... xfs: speed up xfs_iwalk_adjust_start a little bit
2024-02-21 Dave Chinnerxfs: fix SEEK_HOLE/DATA for regions with active COW...
2024-02-21 Darrick J.... xfs: remove xfile_{get,put}_page
2024-02-21 Darrick J.... xfs: convert xfarray_pagesort to deal with large folios
2024-02-21 Christoph Hellwigxfs: fix a comment in xfarray.c
2024-02-21 Christoph Hellwigxfs: remove xfarray_sortinfo.page_kaddr
2024-02-21 Darrick J.... xfs: add file_{get,put}_folio
2024-02-21 Christoph Hellwigxfs: use shmem_get_folio in in xfile_load
2024-02-21 Christoph Hellwigxfs: use shmem_get_folio in xfile_obj_store
2024-02-21 Christoph Hellwigxfs: don't allow highmem pages in xfile mappings
2024-02-21 Christoph Hellwigxfs: don't try to handle non-update pages in xfile_obj_load
2024-02-21 Christoph Hellwigxfs: remove the xfile_pread/pwrite APIs
2024-02-21 Christoph Hellwigxfs: remove xfile_stat
2024-02-21 Christoph Hellwigxfs: don't modify file and inode flags for shmem files
2024-02-21 Christoph Hellwigxfs: use shmem_kernel_file_setup in xfile_create
2024-02-21 Christoph Hellwigxfs: shmem_file_setup can't return NULL
2024-02-21 Christoph Hellwigxfs: use VM_NORESERVE in xfile_create
2024-02-21 Christoph Hellwigshmem: document how to "persist" data when using shmem_...
2024-02-21 Christoph Hellwigshmem: export shmem_kernel_file_setup
2024-02-21 Christoph Hellwigshmem: export shmem_get_folio
2024-02-21 Christoph Hellwigshmem: move the shmem_mapping assert into shmem_get_fol...
2024-02-21 Christoph Hellwigshmem: set a_ops earlier in shmem_symlink
2024-02-21 Christoph Hellwigshmem: move shmem_mapping out of line
2024-02-21 Christoph Hellwigmm: move mapping_set_update out of <linux/swap.h>
2024-02-20 Dave Chinnerxfs: use kvfree in xfs_ioc_getfsmap()
2024-02-20 Dave Chinnerxfs: use kvfree() in xfs_ioc_attr_list()
2024-02-19 Matthew Wilcox... xfs: Remove mrlock wrapper
2024-02-19 Matthew Wilcox... xfs: Replace xfs_isilocked with xfs_assert_ilocked
2024-02-19 Matthew Wilcox... locking: Add rwsem_assert_held() and rwsem_assert_held_...
2024-02-19 Christoph Hellwigxfs: use kvfree for buf in xfs_ioc_getbmap
2024-02-17 Long Lixfs: ensure submit buffers on LSN boundaries in error...
2024-02-17 Shrikanth Hegdexfs: remove duplicate ifdefs
2024-02-17 Darrick J.... xfs: disable sparse inode chunk alignment check when...
2024-02-13 Dave Chinnerxfs: use xfs_defer_alloc a bit more
2024-02-13 Dave Chinnerxfs: clean up remaining GFP_NOFS users
2024-02-13 Dave Chinnerxfs: place the CIL under nofs allocation context
2024-02-13 Dave Chinnerxfs: place intent recovery under NOFS allocation context
2024-02-13 Dave Chinnerxfs: use GFP_KERNEL in pure transaction contexts
next