]> git.hungrycats.org Git - linux/shortlog
linux
35 hours ago Zygo Blaxellbtrfs: relocation: reserve all of a folio's slices... misc-next/topics/deadlock-fixes
35 hours ago Zygo Blaxellbtrfs: reflink: never block on space reservations while...
35 hours ago Zygo Blaxellbtrfs: fix flushoncommit deadlock when cloning an inlin...
2 days ago Tal Zussmanbtrfs: remove TRANS_JOIN_NOLOCK
2 days ago Tal Zussmanbtrfs: stop reading free space inodes from the commit...
2 days ago Tal Zussmanbtrfs: stop special-casing free space inodes in the...
2 days ago Tal Zussmanbtrfs: remove the free space inode special cases from...
2 days ago Tal Zussmanbtrfs: remove the free space inode ordered extent speci...
2 days ago Tal Zussmanbtrfs: remove BTRFS_RESERVE_FLUSH_FREE_SPACE_INODE
2 days ago Tal Zussmanbtrfs: remove the free space cache trimming ranges
2 days ago Tal Zussmanbtrfs: replace btrfs_set_free_space_cache_v1_active...
2 days ago Tal Zussmanbtrfs: remove the SPACE_CACHE mount option flag
2 days ago Tal Zussmanbtrfs: remove btrfs_disk_cache_state
2 days ago Tal Zussmanbtrfs: remove the v1 space cache load path
2 days ago Tal Zussmanbtrfs: drop the transaction handle from the prealloc...
2 days ago Tal Zussmanbtrfs: rename cache_write_mutex to dirty_bgs_update_mutex
2 days ago Tal Zussmanbtrfs: remove the v1 space cache write path
2 days ago Tal Zussmanbtrfs: remove the free space cache endio workqueue
2 days ago Tal Zussmanbtrfs: remove the v1 space cache writeout from the...
2 days ago Tal Zussmanbtrfs: stop enabling the v1 space cache from the on...
2 days ago Yang Xiuweibtrfs: drop unused uring encoded IO REISSUE stash helpers
2 days ago Yang Xiuweibtrfs: don't stash uring encoded data across -EAGAIN
2 days ago Yang Xiuweibtrfs: unlock inode and extent in caller when uring...
2 days ago Yang Xiuweibtrfs: free iov when btrfs_uring_read_extent fails
2 days ago Yang Xiuweibtrfs: always return -EIOCBQUEUED after btrfs_uring_rea...
2 days ago David Sterbabtrfs: === misc-next on b-for-next ===
2 days ago Boris Burkovbtrfs: keep unused block groups queued when a pass...
2 days ago Filipe Mananabtrfs: remove duplicate error message when writing...
2 days ago Filipe Mananabtrfs: remove redundant eb generation check in btrfs_bu...
2 days ago Filipe Mananabtrfs: add missing unlikely to a couple error checks...
2 days ago Filipe Mananabtrfs: check if there is space for chunk item when...
2 days ago Filipe Mananabtrfs: abort transaction on failure to update inode...
2 days ago Qu Wenruobtrfs: add "/dev/root" exception for device path update
2 days ago Guanghui Yangbtrfs: clear free space tree creation state on rebuild...
3 days ago Daniel Linjamabtrfs: handle lack of space when cleaning up verity...
3 days ago Filipe Mananabtrfs: fix creation of compressed inline extents that...
3 days ago Qu Wenruobtrfs: simplify heuristic_collect_sample() to handle...
3 days ago Qu Wenruobtrfs: fix off-by-one end related to inode_need_compress()
3 days ago Qu Wenruobtrfs: cleanup and rename submit_extent_folio()
5 days ago Filipe Mananabtrfs: tree-checker: cache accessor return value in...
5 days ago Filipe Mananabtrfs: tree-checker: fix error message regarding free...
5 days ago Filipe Mananabtrfs: tree-checker: print dev extent offset in error...
5 days ago Filipe Mananabtrfs: increment extent count once when logging extents...
5 days ago Tal Zussmanbtrfs: use u64 for the page indices in heuristic_collec...
5 days ago Tal Zussmanbtrfs: use folios for reading super blocks from the...
5 days ago Tal Zussmanbtrfs: fix stale function references in compression...
5 days ago Tal Zussmanbtrfs: convert heuristic_collect_sample() to use folios
5 days ago Tal Zussmanbtrfs: convert btrfs_compr_pool_scan() to use folios
5 days ago Tal Zussmanbtrfs: tests: use eb folio helpers in extent buffer...
5 days ago Tal Zussmanbtrfs: tests: convert test_find_delalloc() to use folios
5 days ago Tal Zussmanbtrfs: tests: rename process_page_range() to process_fo...
5 days ago Hongling Zengbtrfs: take commit root semaphore when iterating in...
5 days ago Qu Wenruobtrfs: use kvmalloc() to allocate compression workspace...
5 days ago Qu Wenruobtrfs: use kvmalloc() for uncompress_inline()
5 days ago Qu Wenruobtrfs: tree-log: use kvmalloc() for overwrite_item()
5 days ago Qu Wenruobtrfs: use kvmalloc() for b-tree split_item()
5 days ago Zhen Nibtrfs: replace is_data_bbio() with is_data_inode()...
5 days ago Usama Arifbtrfs: zstd: avoid a copy in zstd_decompress_bio()
5 days ago Jeff Laytonbtrfs: pre-allocate delayed dir index for non-overwrite...
5 days ago Jeff Laytonbtrfs: handle ENOMEM from btrfs_insert_dir_item() witho...
5 days ago Jeff Laytonbtrfs: pre-allocate delayed dir index before btree...
5 days ago Jeff Laytonbtrfs: split btrfs_insert_delayed_dir_index() into...
5 days ago Hemanth Selambtrfs: fix typos and repeated words in comments
5 days ago Daniel Vacekbtrfs: use bio::remaining for async checksumming synchr...
5 days ago Daniel Vacekbtrfs: consume given iter directly instead of copying...
5 days ago Johannes Thumshirnbtrfs: zoned: handle RAID profiles in btrfs_can_activat...
5 days ago Qu Wenruobtrfs: tree-checker: reject file extent items for speci...
5 days ago Qu Wenruobtrfs: use ordered extent to grab the logical address...
5 days ago Qu Wenruobtrfs: remove runtime tweakable feature sysfs interface
5 days ago Qu Wenruobtrfs: avoid long stall when dropping a non-shared...
5 days ago Qu Wenruobtrfs: reject new qgroup rescan during subvolume dropping
5 days ago Qu Wenruobtrfs: qgroup: use atomic operations for btrfs_fs_info...
5 days ago Qu Wenruobtrfs: remove unused variable flags from btrfs_read_qgr...
5 days ago Breno Leitaobtrfs: skip extent tree lock in the shrinker for inodes...
5 days ago Qu Wenruobtrfs: remove on-stack paddrs[] array usage
5 days ago Qu Wenruobtrfs: use a shared helper to calculate data checksum...
5 days ago Qu Wenruobtrfs: enhance btrfs_data_csum_ok() to use bio for...
5 days ago Qu Wenruobtrfs: replace btrfs_repair_io_failure() to use bio...
5 days ago Qu Wenruobtrfs: refactor read_key_bytes() to remove the dest_fol...
5 days ago Guanghui Yangbtrfs: roll back sprout setup after device add failure
5 days ago Guanghui Yangbtrfs: free unlinked replace target on initialization...
6 days ago Linus TorvaldsLinux 7.3-rc3
6 days ago Linus TorvaldsMerge tag 'trace-v7.3-rc2' of git://git.kernel.org...
6 days ago Linus TorvaldsMerge misc regression fixes that seem to have fallen...
6 days ago Sergey Zagurskymedia: ipu-bridge: do not use the CVS device lookup...
6 days ago Devin Wittmayerwifi: mt76: mt792x: fix NULL dereference in ACPI SAR...
6 days ago Laxman Acharya... wifi: mt76: mt7921: skip unknown CLC firmware records
6 days ago David Carlierring-buffer: Check resize_disabled before publishing...
6 days ago Vincent Donneforttracing/remotes: Catch nr_page_va overflow in ring_buff...
6 days ago Vincent Donneforttracing/remotes: Account for ring buffer page header...
6 days ago Linus TorvaldsMerge tag 'rust-fixes-7.3-2' of git://git.kernel.org...
6 days ago Linus TorvaldsMerge tag 'bootconfig-fixes-v7.3-rc3' of git://git...
6 days ago Linus TorvaldsMerge tag 'timers-urgent-2026-09-13' of git://git.kerne...
6 days ago Linus TorvaldsMerge tag 'sched-urgent-2026-09-13' of git://git.kernel...
6 days ago Linus TorvaldsMerge tag 'perf-urgent-2026-09-13' of git://git.kernel...
6 days ago Linus TorvaldsMerge tag 'objtool-urgent-2026-09-13' of git://git...
6 days ago Linus TorvaldsMerge tag 'irq-urgent-2026-09-13' of git://git.kernel...
6 days ago Linus TorvaldsMerge tag 'core-urgent-2026-09-13' of git://git.kernel...
7 days ago Linus TorvaldsMerge tag 'edac_urgent_for_v7.3_rc3' of git://git.kerne...
7 days ago Linus TorvaldsMerge tag 's390-7.3-3' of git://git.kernel.org/pub...
next