linux-2.6-block.git
2025-01-13 Filipe Mananabtrfs: ioctl: remove unnecessary call to btrfs_mark_buf...
2025-01-13 Filipe Mananabtrfs: inode-item: remove unnecessary calls to btrfs_ma...
2025-01-13 Filipe Mananabtrfs: inode: remove unnecessary calls to btrfs_mark_bu...
2025-01-13 Filipe Mananabtrfs: free-space-cache: remove unnecessary calls to...
2025-01-13 Filipe Mananabtrfs: file-item: remove unnecessary calls to btrfs_mar...
2025-01-13 Filipe Mananabtrfs: file: remove unnecessary calls to btrfs_mark_buf...
2025-01-13 Filipe Mananabtrfs: dir-item: remove unnecessary calls to btrfs_mark...
2025-01-13 Filipe Mananabtrfs: dev-replace: remove unnecessary call to btrfs_ma...
2025-01-13 Filipe Mananabtrfs: delayed-inode: remove unnecessary call to btrfs_...
2025-01-13 Filipe Mananabtrfs: block-group: remove unnecessary calls to btrfs_m...
2025-01-13 Filipe Mananabtrfs: extent-tree: remove unnecessary calls to btrfs_m...
2025-01-13 Filipe Mananabtrfs: free-space-tree: remove unnecessary calls to...
2025-01-13 Filipe Mananabtrfs: tree-log: remove unnecessary calls to btrfs_mark...
2025-01-13 Filipe Mananabtrfs: uncollapse transaction aborts during renames
2025-01-13 Qu Wenruobtrfs: validate system chunk array at btrfs_validate_su...
2025-01-13 Roger L. Beckermeyer IIIbtrfs: update tree_insert() to use rb helpers
2025-01-13 Roger L. Beckermeyer IIIbtrfs: update btrfs_add_chunk_map() to use rb helpers
2025-01-13 Roger L. Beckermeyer IIIbtrfs: update __btrfs_add_delayed_item() to use rb...
2025-01-13 Roger L. Beckermeyer IIIbtrfs: update prelim_ref_insert() to use rb helpers
2025-01-13 Roger L. Beckermeyer IIIbtrfs: update btrfs_add_block_group_cache() to use...
2025-01-13 Roger L. Beckermeyer IIIrbtree: add rb_find_add_cached() to rbtree.h
2025-01-13 Wolfram Sangbtrfs: don't include linux/rwlock_types.h directly
2025-01-13 Qu Wenruobtrfs: handle free space tree rebuild in multiple trans...
2025-01-13 Filipe Mananabtrfs: use uuid_is_null() to verify if an uuid is empty
2025-01-13 Filipe Mananabtrfs: remove pointless comment from ctree.h
2025-01-13 Filipe Mananabtrfs: move extent-tree function declarations out of...
2025-01-13 Filipe Mananabtrfs: move btrfs_alloc_write_mask() into fs.h
2025-01-13 Filipe Mananabtrfs: move BTRFS_BYTES_TO_BLKS() into fs.h
2025-01-13 Filipe Mananabtrfs: move the folio ordered helpers from ctree.h...
2025-01-13 Filipe Mananabtrfs: move btrfs_is_empty_uuid() from ioctl.c into...
2025-01-13 Filipe Mananabtrfs: move the exclusive operation functions into...
2025-01-13 Filipe Mananabtrfs: move csum related functions from ctree.c into...
2025-01-13 Filipe Mananabtrfs: move abort_should_print_stack() to transaction.h
2025-01-13 Johannes Thumshirnbtrfs: pass btrfs_io_geometry to is_single_device_io
2025-01-13 Johannes Thumshirnbtrfs: cache RAID stripe tree decision in btrfs_io_context
2025-01-13 Johannes Thumshirnbtrfs: cache stripe tree usage in struct btrfs_io_geometry
2025-01-13 Filipe Mananabtrfs: add assertions and comment about path expectatio...
2025-01-13 Filipe Mananabtrfs: add function comment for check_committed_ref()
2025-01-13 Filipe Mananabtrfs: simplify arguments for btrfs_cross_ref_exist()
2025-01-13 Filipe Mananabtrfs: simplify return logic at check_committed_ref()
2025-01-13 Filipe Mananabtrfs: avoid redundant call to get inline ref type...
2025-01-13 Filipe Mananabtrfs: remove the snapshot check from check_committed_ref()
2025-01-13 Filipe Mananabtrfs: remove no longer needed strict argument from...
2025-01-13 Johannes Thumshirnbtrfs: remove unused variable length in btrfs_insert_on...
2025-01-13 Qu Wenruobtrfs: output the reason for open_ctree() failure
2025-01-13 Qu Wenruobtrfs: open-code btrfs_copy_from_user()
2025-01-13 Qu Wenruobtrfs: improve the warning and error message for btrfs_...
2025-01-13 Josef Bacikbtrfs: remove detached list from struct btrfs_backref_cache
2025-01-13 Josef Bacikbtrfs: remove the ->lowest and ->leaves members from...
2025-01-13 Josef Bacikbtrfs: simplify btrfs_backref_release_cache()
2025-01-13 Josef Bacikbtrfs: do not handle non-shareable roots in backref...
2025-01-13 Josef Bacikbtrfs: don't build backref tree for COW-only blocks
2025-01-13 Josef Bacikbtrfs: remove clone_backref_node() from relocation
2025-01-13 Josef Bacikbtrfs: simplify loop in select_reloc_root()
2025-01-13 Josef Bacikbtrfs: add a comment for new_bytenr in backref_cache_node
2025-01-13 Josef Bacikbtrfs: remove the changed list for backref cache
2025-01-13 Josef Bacikbtrfs: convert BUG_ON in btrfs_reloc_cow_block() to...
2025-01-13 Hao-ran Zhengbtrfs: fix data race when accessing the inode's disk_i_...
2025-01-13 Johannes Thumshirnbtrfs: don't BUG_ON() in btrfs_drop_extents()
2025-01-13 Naohiro Aotabtrfs: zoned: reclaim unused zone by zone resetting
2025-01-13 Naohiro Aotabtrfs: drop fs_info argument from btrfs_update_space_in...
2025-01-13 Naohiro Aotabtrfs: factor out btrfs_return_free_space()
2025-01-13 Allison Karlitskayabtrfs: handle FS_IOC_READ_VERITY_METADATA ioctl
2025-01-13 Colin Ian Kingbtrfs: send: remove redundant assignments to variable ret
2025-01-13 Qu Wenruobtrfs: use PTR_ERR() instead of PTR_ERR_OR_ZERO() for...
2025-01-13 Josef Bacikbtrfs: selftests: add delayed ref self test cases
2025-01-13 Josef Bacikbtrfs: move select_delayed_ref() and export it
2025-01-12 Linus TorvaldsLinux 6.13-rc7 v6.13-rc7
2025-01-12 Linus TorvaldsMerge tag 'char-misc-6.13-rc7' of git://git./linux...
2025-01-12 Linus TorvaldsMerge tag 'driver-core-6.13-rc7' of git://git./linux...
2025-01-12 Linus TorvaldsMerge tag 'staging-6.13-rc7' of git://git./linux/kernel...
2025-01-12 Linus TorvaldsMerge tag 'tty-6.13-rc7' of git://git./linux/kernel...
2025-01-12 Linus TorvaldsMerge tag 'usb-6.13-rc7' of git://git./linux/kernel...
2025-01-12 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2025-01-12 Linus TorvaldsMerge tag 'perf_urgent_for_v6.13_rc7' of git://git...
2025-01-12 Linus TorvaldsMerge tag 'x86_urgent_for_v6.13_rc7' of git://git....
2025-01-12 Paolo BonziniMerge tag 'kvm-s390-master-6.13-1' of https://git....
2025-01-12 Paolo BonziniMerge tag 'kvmarm-fixes-6.13-3' of https://git./linux...
2025-01-12 Paolo BonziniMerge branch 'kvm-e500-check-writable-pfn' into HEAD
2025-01-12 Paolo BonziniKVM: e500: perform hugepage check after looking up...
2025-01-12 Paolo BonziniKVM: e500: map readonly host pages for read
2025-01-12 Paolo BonziniKVM: e500: track host-writability of pages
2025-01-12 Paolo BonziniKVM: e500: use shadow TLB entry as witness for writability
2025-01-12 Paolo BonziniKVM: e500: always restore irqs
2025-01-12 Linus TorvaldsMerge tag 'probes-fixes-v6.13-rc6' of git://git./linux...
2025-01-11 Linus TorvaldsMerge tag 'hwmon-for-v6.13-rc7' of git://git./linux...
2025-01-11 Linus TorvaldsMerge tag 'block-6.13-20250111' of git://git.kernel...
2025-01-11 Linus TorvaldsMerge tag 'io_uring-6.13-20250111' of git://git.kernel...
2025-01-11 Linus TorvaldsMerge tag '6.13-rc6-SMB3-client-fix' of git://git.samba...
2025-01-11 Linus TorvaldsMerge tag 'soc-fixes-6.13-3' of git://git./linux/kernel...
2025-01-11 Michael EllermanMAINTAINERS: powerpc: Update my status
2025-01-10 Meetakshi Setiyasmb: client: sync the root session and superblock conte...
2025-01-10 Linus TorvaldsMerge tag 'sched_ext-for-6.13-rc6-fixes' of git://git...
2025-01-10 Linus TorvaldsMerge tag 'cgroup-for-6.13-rc6-fixes' of git://git...
2025-01-10 Linus TorvaldsMerge tag 'wq-for-6.13-rc6-fixes' of git://git./linux...
2025-01-10 Linus TorvaldsMerge tag 'thermal-6.13-rc7' of git://git./linux/kernel...
2025-01-10 Linus TorvaldsMerge tag 'acpi-6.13-rc7' of git://git./linux/kernel...
2025-01-10 Andrea Righisched_ext: idle: Refresh idle masks during idle-to...
2025-01-10 Pavel Begunkovio_uring: don't touch sqd->thread off tw add io_uring-6.13-20250111
2025-01-10 Pavel Begunkovio_uring/sqpoll: zero sqd->thread on tctx errors
next