index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-05
btrfs: pass a valid extent map cache pointer to __get_extent_map()
David Sterba
1
-3
/
+10
2024-03-04
btrfs: merge btrfs_del_delalloc_inode() helpers
David Sterba
3
-11
/
+7
2024-03-04
btrfs: pass btrfs_device to btrfs_scratch_superblocks()
David Sterba
3
-13
/
+7
2024-03-04
btrfs: handle transaction commit errors in flush_reservations()
David Sterba
1
-1
/
+1
2024-03-04
btrfs: use KMEM_CACHE() to create btrfs_free_space cache
Kunwu Chan
1
-3
/
+1
2024-03-04
btrfs: use KMEM_CACHE() to create delayed ref caches
Kunwu Chan
1
-16
/
+8
2024-03-04
btrfs: use KMEM_CACHE() to create btrfs_path cache
Kunwu Chan
1
-3
/
+1
2024-03-04
btrfs: use KMEM_CACHE() to create btrfs_trans_handle cache
Kunwu Chan
1
-3
/
+2
2024-03-04
btrfs: use KMEM_CACHE() to create btrfs_ordered_extent cache
Kunwu Chan
1
-4
/
+1
2024-03-04
btrfs: use KMEM_CACHE() to create btrfs_delayed_node cache
Kunwu Chan
1
-5
/
+1
2024-03-04
btrfs: uninline some static inline helpers from delayed-ref.h
David Sterba
2
-65
/
+72
2024-03-04
btrfs: open code trivial btrfs_lru_cache_size()
David Sterba
2
-9
/
+3
2024-03-04
btrfs: uninline some static inline helpers from tree-log.h
David Sterba
2
-45
/
+49
2024-03-04
btrfs: drop static inline specifiers from tree-mod-log.c
David Sterba
1
-7
/
+6
2024-03-04
btrfs: uninline btrfs_init_delayed_root()
David Sterba
2
-12
/
+12
2024-03-04
btrfs: uninline some static inline helpers from backref.h
David Sterba
2
-92
/
+102
2024-03-04
btrfs: open code btrfs_backref_get_eb()
David Sterba
2
-10
/
+2
2024-03-04
btrfs: open code btrfs_backref_iter_free()
David Sterba
2
-9
/
+2
2024-03-04
btrfs: move balance args conversion helpers to volumes.c
David Sterba
2
-39
/
+38
2024-03-04
btrfs: introduce offload_csum_mode to tweak checksum offloading behavior
Naohiro Aota
3
-1
/
+81
2024-03-04
btrfs: raid56: extra debugging for raid6 syndrome generation
Qu Wenruo
1
-0
/
+30
2024-03-04
btrfs: avoid unnecessary ref initialization when freeing log tree block
Filipe Manana
1
-6
/
+7
2024-03-04
btrfs: send: avoid duplicated search for last extent when sending hole
Filipe Manana
1
-15
/
+12
2024-03-04
btrfs: factor out validation of btrfs_ioctl_vol_args_v2::name
David Sterba
1
-3
/
+17
2024-03-04
btrfs: factor out validation of btrfs_ioctl_vol_args::name
David Sterba
3
-6
/
+35
2024-03-04
btrfs: remove no longer used btrfs_transaction_in_commit()
Filipe Manana
2
-14
/
+0
2024-03-04
btrfs: sysfs: drop unnecessary double logical negation in acl_show()
Neal Gompa
1
-1
/
+1
2024-03-04
btrfs: delete BUG_ON in btrfs_init_locked_inode()
David Sterba
1
-1
/
+0
2024-03-04
btrfs: delete pointless BUG_ONs on extent item size
David Sterba
1
-3
/
+0
2024-03-04
btrfs: delete pointless BUG_ON check on quota root in btrfs_qgroup_account_ex...
David Sterba
1
-2
/
+0
2024-03-04
btrfs: change BUG_ONs to assertions in btrfs_qgroup_trace_subtree()
David Sterba
1
-2
/
+2
2024-03-04
btrfs: change BUG_ON to assertion in tree_move_down()
David Sterba
1
-1
/
+1
2024-03-04
btrfs: send: handle path ref underflow in header iterate_inode_ref()
David Sterba
1
-1
/
+9
2024-03-04
btrfs: send: handle unexpected inode in header process_recorded_refs()
David Sterba
1
-1
/
+7
2024-03-04
btrfs: send: handle unexpected data in header buffer in begin_cmd()
David Sterba
1
-1
/
+6
2024-03-04
btrfs: handle invalid root reference found in may_destroy_subvol()
David Sterba
1
-1
/
+8
2024-03-04
btrfs: handle invalid extent item reference found in find_first_extent_item()
David Sterba
1
-1
/
+8
2024-03-04
btrfs: handle invalid extent item reference found in extent_from_logical()
David Sterba
1
-0
/
+11
2024-03-04
btrfs: update comment and drop assertion in extent item lookup in find_parent...
David Sterba
1
-2
/
+4
2024-03-04
btrfs: push errors up from add_async_extent()
David Sterba
1
-5
/
+8
2024-03-04
btrfs: remove do_list variable at btrfs_clear_delalloc_extent()
Filipe Manana
1
-3
/
+3
2024-03-04
btrfs: remove do_list variable at btrfs_set_delalloc_extent()
Filipe Manana
1
-2
/
+1
2024-03-04
btrfs: use assertion instead of BUG_ON when adding/removing to delalloc list
Filipe Manana
1
-2
/
+2
2024-03-04
btrfs: add lockdep assertion to remaining delalloc callbacks
Filipe Manana
1
-0
/
+4
2024-03-04
btrfs: reduce inode lock critical section when setting and clearing delalloc
Filipe Manana
2
-21
/
+40
2024-03-04
btrfs: rename btrfs_add_delalloc_inodes() to singular form
Filipe Manana
1
-2
/
+2
2024-03-04
btrfs: assert root delalloc lock is held at __btrfs_del_delalloc_inode()
Filipe Manana
1
-0
/
+2
2024-03-04
btrfs: stop passing root argument to __btrfs_del_delalloc_inode()
Filipe Manana
3
-10
/
+9
2024-03-04
btrfs: stop passing root argument to btrfs_add_delalloc_inodes()
Filipe Manana
1
-5
/
+4
2024-03-04
btrfs: add forward declarations and headers, part 3
David Sterba
10
-28
/
+151
[prev]
[next]