index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2026-04-07
btrfs: fix btrfs_ioctl_space_info() slot_count TOCTOU which can lead to info-...
Yochai Eisenrich
-2
/
+3
2026-04-07
btrfs: avoid taking the device_list_mutex in btrfs_run_dev_stats()
Filipe Manana
-0
/
+30
2026-04-07
btrfs: avoid GFP_ATOMIC allocations in qgroup free paths
Leo Martins
-3
/
+28
2026-04-07
btrfs: decrease indentation of find_free_extent_update_loop
Johannes Thumshirn
-54
/
+55
2026-04-07
btrfs: unexport btrfs_qgroup_reserve_meta()
Filipe Manana
-6
/
+3
2026-04-07
btrfs: collapse __btrfs_qgroup_reserve_meta() into btrfs_qgroup_reserve_meta_...
Filipe Manana
-18
/
+8
2026-04-07
btrfs: collapse __btrfs_qgroup_free_meta() into btrfs_qgroup_free_meta_preall...
Filipe Manana
-14
/
+8
2026-04-07
btrfs: remove unused qgroup functions for pertrans reservation and freeing
Filipe Manana
-16
/
+1
2026-04-07
btrfs: optimize clearing all bits from first extent record in an io tree
Filipe Manana
-2
/
+42
2026-04-07
btrfs: panic instead of warn when splitting extent state not in the tree
Filipe Manana
-7
/
+6
2026-04-07
btrfs: free cached state outside critical section in wait_extent_bit()
Filipe Manana
-1
/
+1
2026-04-07
btrfs: avoid unnecessary wake ups on io trees when there are no waiters
Filipe Manana
-8
/
+21
2026-04-07
btrfs: remove wake parameter from clear_state_bit()
Filipe Manana
-10
/
+9
2026-04-07
btrfs: change last argument of add_extent_changeset() to boolean
Filipe Manana
-4
/
+4
2026-04-07
btrfs: use extent_io_tree_panic() instead of BUG_ON()
Filipe Manana
-2
/
+4
2026-04-07
btrfs: make add_extent_changeset() only return errors or success
Filipe Manana
-2
/
+6
2026-04-07
btrfs: tag as unlikely branches that call extent_io_tree_panic()
Filipe Manana
-6
/
+6
2026-04-07
btrfs: turn extent_io_tree_panic() into a macro for better error reporting
Filipe Manana
-9
/
+4
2026-04-07
btrfs: optimize clearing all bits from the last extent record in an io tree
Filipe Manana
-0
/
+39
2026-04-07
btrfs: remove atomic parameter from btrfs_buffer_uptodate()
Qu Wenruo
-12
/
+9
2026-04-07
btrfs: output more info when duplicated ordered extent is found
Qu Wenruo
-3
/
+8
2026-04-07
btrfs: check type flags in alloc_ordered_extent()
Qu Wenruo
-24
/
+44
2026-04-07
btrfs: revalidate cached tree blocks on the uptodate path
ZhengYuan Huang
-10
/
+39
2026-04-07
btrfs: prefer IS_ERR_OR_NULL() over manual NULL check
Philipp Hahn
-4
/
+4
2026-04-07
btrfs: tree-checker: introduce checks for FREE_SPACE_BITMAP
ZhengYuan Huang
-0
/
+43
2026-04-07
btrfs: tree-checker: introduce checks for FREE_SPACE_EXTENT
Qu Wenruo
-0
/
+29
2026-04-07
btrfs: tree-checker: introduce checks for FREE_SPACE_INFO
Qu Wenruo
-1
/
+52
2026-04-07
btrfs: zoned: limit number of zones reclaimed in flush_space()
Johannes Thumshirn
-6
/
+14
2026-04-07
btrfs: create btrfs_reclaim_block_groups()
Johannes Thumshirn
-3
/
+9
2026-04-07
btrfs: move reclaiming of a single block group into its own function
Johannes Thumshirn
-123
/
+133
2026-04-07
btrfs: extract inlined creation into a dedicated delalloc helper
Qu Wenruo
-110
/
+110
2026-04-07
btrfs: move the mapping_set_error() out of the loop in end_bbio_data_write()
Qu Wenruo
-3
/
+3
2026-04-07
btrfs: remove the alignment check in end_bbio_data_write()
Qu Wenruo
-11
/
+0
2026-04-07
btrfs: add tracepoint for search slot restart tracking
Leo Martins
-2
/
+32
2026-04-07
btrfs: inhibit extent buffer writeback to prevent COW amplification
Leo Martins
-3
/
+98
2026-04-07
btrfs: extract the max compression chunk size into a macro
Qu Wenruo
-2
/
+5
2026-04-07
btrfs: remove pointless error check in btrfs_check_dir_item_collision()
Filipe Manana
-3
/
+1
2026-04-07
btrfs: remove duplicated uuid tree existence check in btrfs_uuid_tree_add()
Filipe Manana
-4
/
+1
2026-04-07
btrfs: stop checking for -EEXIST return value from btrfs_uuid_tree_add()
Filipe Manana
-2
/
+2
2026-04-07
btrfs: report filesystem shutdown via fserror
Miquel Sabaté Solà
-1
/
+4
2026-04-07
btrfs: replace kcalloc() calls to kzalloc_objs()
Miquel Sabaté Solà
-13
/
+10
2026-04-07
btrfs: do compressed bio size roundup and zeroing in one go
Qu Wenruo
-22
/
+5
2026-04-07
btrfs: reduce the size of compressed_bio
Qu Wenruo
-10
/
+6
2026-04-07
btrfs: introduce a common helper to calculate the size of a bio
Qu Wenruo
-29
/
+17
2026-04-07
btrfs: remove redundant nowait check in lock_extent_direct()
Alexey Velichayshiy
-1
/
+1
2026-04-07
btrfs: fix placement of unlikely() in btrfs_insert_one_raid_extent()
Mark Harmstone
-1
/
+1
2026-04-07
btrfs: pass a btrfs inode to tree-log.c:fill_inode_item()
Filipe Manana
-25
/
+23
2026-04-07
btrfs: stop printing condition result in assertion failure messages
Filipe Manana
-4
/
+4
2026-04-07
btrfs: constify arguments of some functions
Filipe Manana
-12
/
+13
2026-04-07
btrfs: avoid unnecessary root node COW during snapshotting
Filipe Manana
-15
/
+5
[prev]
[next]