linux-block.git
2024-11-05 Darrick J.... xfs: add rtgroup-based realtime scrubbing context manag...
2024-11-05 Darrick J.... xfs: support caching rtgroup metadata inodes
2024-11-05 Darrick J.... xfs: add a lockdep class key for rtgroup inodes
2024-11-05 Darrick J.... xfs: define locking primitives for realtime groups
2024-11-05 Darrick J.... xfs: create incore realtime group structures
2024-11-05 Christoph Hellwigxfs: clean up xfs_getfsmap_helper arguments
2024-11-05 Darrick J.... xfs: repair metadata directory file path connectivity
2024-11-05 Darrick J.... xfs: confirm dotdot target before replacing it during...
2024-11-05 Darrick J.... xfs: check metadata directory file path connectivity
2024-11-05 Darrick J.... xfs: move repair temporary files to the metadata direct...
2024-11-05 Darrick J.... xfs: check the metadata directory inumber in superblocks
2024-11-05 Darrick J.... xfs: scrub metadata directories
2024-11-05 Darrick J.... xfs: fix di_metatype field of inodes that won't load
2024-11-05 Darrick J.... xfs: adjust parent pointer scrubber for sb-rooted metad...
2024-11-05 Darrick J.... xfs: metadata files can have xattrs if metadir is enabled
2024-11-05 Darrick J.... xfs: do not count metadata directory files when doing...
2024-11-05 Darrick J.... xfs: refactor directory tree root predicates
2024-11-05 Darrick J.... xfs: record health problems with the metadata directory
2024-11-05 Darrick J.... xfs: adjust xfs_bmap_add_attrfork for metadir
2024-11-05 Darrick J.... xfs: mark quota inodes as metadata files
2024-11-05 Darrick J.... xfs: don't count metadata directory files to quota
2024-11-05 Darrick J.... xfs: allow bulkstat to return metadata directories
2024-11-05 Darrick J.... xfs: advertise metadata directory feature
2024-11-05 Darrick J.... xfs: hide metadata inodes from everyone because they...
2024-11-05 Darrick J.... xfs: disable the agi rotor for metadata inodes
2024-11-05 Darrick J.... xfs: read and write metadata inode directory tree
2024-11-05 Darrick J.... xfs: enforce metadata inode flag
2024-11-05 Darrick J.... xfs: load metadata directory root at mount time
2024-11-05 Darrick J.... xfs: iget for metadata inodes
2024-11-05 Darrick J.... xfs: define the on-disk format for the metadir feature
2024-11-05 Darrick J.... xfs: standardize EXPERIMENTAL warning generation
2024-11-05 Darrick J.... xfs: rename metadata inode predicates
2024-11-05 Darrick J.... xfs: constify the xfs_inode predicates
2024-11-05 Darrick J.... xfs: constify the xfs_sb predicates
2024-11-05 Christoph Hellwigxfs: store a generic group structure in the intents
2024-11-05 Christoph Hellwigxfs: remove xfs_group_intent_hold and xfs_group_intent_rele
2024-11-05 Christoph Hellwigxfs: add group based bno conversion helpers
2024-11-05 Christoph Hellwigxfs: store a generic xfs_group pointer in xfs_getfsmap_info
2024-11-05 Christoph Hellwigxfs: add a generic group pointer to the btree cursor
2024-11-05 Christoph Hellwigxfs: convert busy extent tracking to the generic group...
2024-11-05 Christoph Hellwigxfs: convert extent busy tracepoints to the generic...
2024-11-05 Christoph Hellwigxfs: return the busy generation from xfs_extent_busy_li...
2024-11-05 Christoph Hellwigxfs: move the online repair rmap hooks to the generic...
2024-11-05 Christoph Hellwigxfs: move draining of deferred operations to the generi...
2024-11-05 Christoph Hellwigxfs: mark xfs_perag_intent_{hold,rele} static
2024-11-05 Christoph Hellwigxfs: move metadata health tracking to the generic group...
2024-11-05 Christoph Hellwigxfs: switch perag iteration from the for_each macros...
2024-11-05 Christoph Hellwigxfs: add a xfs_group_next_range helper
2024-11-05 Christoph Hellwigxfs: factor out a generic xfs_group structure
2024-11-05 Christoph Hellwigxfs: factor out a xfs_iwalk_args helper
2024-11-05 Christoph Hellwigxfs: insert the pag structures into the xarray later
2024-11-05 Christoph Hellwigxfs: split xfs_initialize_perag
2024-11-05 Christoph Hellwigxfs: convert remaining trace points to pass pag structures
2024-11-05 Christoph Hellwigxfs: pass the pag to the xrep_newbt_extent_class tracep...
2024-11-05 Christoph Hellwigxfs: pass the pag to the trace_xrep_calc_ag_resblks...
2024-11-05 Christoph Hellwigxfs: pass objects to the xrep_ibt_walk_rmap tracepoint
2024-11-05 Christoph Hellwigxfs: pass the iunlink item to the xfs_iunlink_update_di...
2024-11-05 Christoph Hellwigxfs: pass objects to the xfs_irec_merge_{pre,post}...
2024-11-05 Christoph Hellwigxfs: pass a perag structure to the xfs_ag_resv_init_err...
2024-11-05 Christoph Hellwigxfs: constify pag arguments to trace points
2024-11-05 Christoph Hellwigxfs: remove the unused xrep_bmap_walk_rmap trace point
2024-11-05 Christoph Hellwigxfs: remove the unused trace_xfs_iwalk_ag trace point
2024-11-05 Christoph Hellwigxfs: remove the mount field from struct xfs_busy_extents
2024-11-05 Christoph Hellwigxfs: keep a reference to the pag for busy extents
2024-11-05 Christoph Hellwigxfs: pass a pag to xfs_extent_busy_{search,reuse}
2024-11-05 Christoph Hellwigxfs: add a xfs_agino_to_ino helper
2024-11-05 Christoph Hellwigxfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpers
2024-11-05 Christoph Hellwigxfs: remove the agno argument to xfs_free_ag_extent
2024-11-05 Christoph Hellwigxfs: pass a pag to xfs_difree_inode_chunk
2024-11-05 Christoph Hellwigxfs: remove the unused pag_active_wq field in struct...
2024-11-05 Christoph Hellwigxfs: remove the unused pagb_count field in struct xfs_perag
2024-11-05 Christoph Hellwigxfs: fix superfluous clearing of info->low in __xfs_get...
2024-11-05 Darrick J.... xfs: fix simplify extent lookup in xfs_can_free_eofblocks
2024-11-04 Linus TorvaldsLinux 6.12-rc6 v6.12-rc6
2024-11-03 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2024-11-03-10-50' of...
2024-11-03 Linus TorvaldsMerge tag 'phy-fixes-6.12' of git://git./linux/kernel...
2024-11-03 Linus TorvaldsMerge tag 'dmaengine-fix-6.12' of git://git./linux...
2024-11-03 Linus TorvaldsMerge tag 'driver-core-6.12-rc6' of git://git./linux...
2024-11-03 Linus TorvaldsMerge tag 'usb-6.12-rc6' of git://git./linux/kernel...
2024-11-03 Yu Zhaomm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify()
2024-11-03 Yu Zhaomm: multi-gen LRU: remove MM_LEAF_OLD and MM_NONLEAF_TO...
2024-11-03 Linus TorvaldsMerge tag 'char-misc-6.12-rc6' of git://git./linux...
2024-11-03 Linus TorvaldsMerge tag 'input-for-v6.12-rc5' of git://git./linux...
2024-11-03 Linus TorvaldsMerge tag 'kbuild-fixes-v6.12-2' of git://git./linux...
2024-11-03 Linus TorvaldsMerge tag 'x86-urgent-2024-11-03' of git://git./linux...
2024-11-03 Linus TorvaldsMerge tag 'timers-urgent-2024-11-03' of git://git....
2024-11-03 Linus TorvaldsMerge tag 'sched-urgent-2024-11-03' of git://git./linux...
2024-11-03 Linus TorvaldsMerge tag 'perf-urgent-2024-11-03' of git://git./linux...
2024-11-03 Linus TorvaldsMerge tag 'irq-urgent-2024-11-03' of git://git./linux...
2024-11-03 Masahiro Yamadamodpost: fix input MODULE_DEVICE_TABLE() built for...
2024-11-03 Masahiro Yamadamodpost: fix acpi MODULE_DEVICE_TABLE built with mismat...
2024-11-03 Dmitry TorokhovInput: fix regression when re-registering input handlers
2024-11-02 Linus TorvaldsMerge tag 'nfsd-6.12-3' of git://git./linux/kernel...
2024-11-02 Linus TorvaldsMerge tag 'xfs-6.12-fixes-6' of git://git./fs/xfs/xfs...
2024-11-02 Linus TorvaldsMerge tag 'linux_kselftest-fixes-6.12-rc6' of git:...
2024-11-02 Linus TorvaldsMerge tag 'rust-fixes-6.12-3' of https://github.com...
2024-11-02 Linus TorvaldsMerge tag 'pci-v6.12-fixes-2' of git://git./linux/kerne...
2024-11-02 Linus TorvaldsMerge tag 'drm-fixes-2024-11-02' of https://gitlab...
2024-11-02 Linus TorvaldsMerge tag 'cxl-fixes-6.12-rc6' of git://git./linux...
2024-11-01 Linus TorvaldsMerge tag 'block-6.12-20241101' of git://git.kernel...
next