index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-12-14
1
-5
/
+6
|
\
|
*
btrfs: send: Proactively round up to kmalloc bucket size
Kees Cook
2022-11-01
1
-5
/
+6
*
|
Merge tag 'for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2022-12-12
118
-9422
/
+10924
|
\
\
|
*
|
btrfs: print transaction aborted messages with an error level
Filipe Manana
2022-12-05
1
-3
/
+3
|
*
|
btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a range
Filipe Manana
2022-12-05
1
-2
/
+8
|
*
|
btrfs: fix extent map use-after-free when handling missing device in read_one...
void0red
2022-12-05
1
-1
/
+2
|
*
|
btrfs: remove outdated logic from overwrite_item() and add assertion
Filipe Manana
2022-12-05
1
-5
/
+9
|
*
|
btrfs: unify overwrite_item() and do_overwrite_item()
Filipe Manana
2022-12-05
1
-52
/
+24
|
*
|
btrfs: replace strncpy() with strscpy()
Artem Chernyshev
2022-12-05
2
-7
/
+8
|
*
|
btrfs: fix uninitialized variable in find_first_clear_extent_bit
Josef Bacik
2022-12-05
1
-1
/
+1
|
*
|
btrfs: fix uninitialized parent in insert_state
Josef Bacik
2022-12-05
1
-1
/
+1
|
*
|
btrfs: add might_sleep() annotations
ChenXiaoSong
2022-12-05
1
-0
/
+4
|
*
|
btrfs: add stack helpers for a few btrfs items
Josef Bacik
2022-12-05
1
-0
/
+37
|
*
|
btrfs: add nr_global_roots to the super block definition
Josef Bacik
2022-12-05
1
-0
/
+2
|
*
|
btrfs: remove BTRFS_LEAF_DATA_OFFSET
Josef Bacik
2022-12-05
3
-9
/
+7
|
*
|
btrfs: add helpers for manipulating leaf items and data
Josef Bacik
2022-12-05
1
-66
/
+115
|
*
|
btrfs: add eb to btrfs_node_key_ptr_offset
Josef Bacik
2022-12-05
5
-20
/
+20
|
*
|
btrfs: pass the extent buffer for the btrfs_item_nr helpers
Josef Bacik
2022-12-05
4
-29
/
+30
|
*
|
btrfs: move the csum helpers into ctree.h
Josef Bacik
2022-12-05
2
-5
/
+5
|
*
|
btrfs: move eb offset helpers into extent_io.h
Josef Bacik
2022-12-05
2
-33
/
+33
|
*
|
btrfs: move file_extent_item helpers into file-item.h
Josef Bacik
2022-12-05
5
-30
/
+35
|
*
|
btrfs: move leaf_data_end into ctree.c
Josef Bacik
2022-12-05
3
-14
/
+18
|
*
|
btrfs: move root helpers back into ctree.h
Josef Bacik
2022-12-05
2
-17
/
+17
|
*
|
btrfs: move repair_io_failure to bio.c
Christoph Hellwig
2022-12-05
4
-116
/
+116
|
*
|
btrfs: split the bio submission path into a separate file
Christoph Hellwig
2022-12-05
14
-403
/
+438
|
*
|
btrfs: move struct btrfs_tree_parent_check out of disk-io.h
Christoph Hellwig
2022-12-05
7
-32
/
+39
|
*
|
btrfs: raid56: do data csum verification during RMW cycle
Qu Wenruo
2022-12-05
1
-32
/
+137
|
*
|
btrfs: raid56: prepare data checksums for later RMW verification
Qu Wenruo
2022-12-05
2
-0
/
+86
|
*
|
btrfs: introduce a bitmap based csum range search function
Qu Wenruo
2022-12-05
6
-23
/
+144
|
*
|
btrfs: refactor checksum calculations in btrfs_lookup_csums_range()
Qu Wenruo
2022-12-05
1
-21
/
+47
|
*
|
btrfs: allocate btrfs_io_context without GFP_NOFAIL
Li zeming
2022-12-05
1
-1
/
+4
|
*
|
btrfs: use btrfs_dev_name() helper to handle missing devices better
Qu Wenruo
2022-12-05
10
-39
/
+36
|
*
|
btrfs: use cached state when looking for delalloc ranges with lseek
Filipe Manana
2022-12-05
2
-8
/
+33
|
*
|
btrfs: use cached state when looking for delalloc ranges with fiemap
Filipe Manana
2022-12-05
3
-4
/
+18
|
*
|
btrfs: update stale comment for count_range_bits()
Filipe Manana
2022-12-05
1
-3
/
+23
|
*
|
btrfs: allow passing a cached state record to count_range_bits()
Filipe Manana
2022-12-05
4
-6
/
+49
|
*
|
btrfs: remove no longer used btrfs_next_extent_map()
Filipe Manana
2022-12-05
2
-31
/
+0
|
*
|
btrfs: search for delalloc more efficiently during lseek/fiemap
Filipe Manana
2022-12-05
1
-104
/
+48
|
*
|
btrfs: skip unnecessary delalloc searches during lseek/fiemap
Filipe Manana
2022-12-05
1
-1
/
+7
|
*
|
btrfs: add an early exit when searching for delalloc range for lseek/fiemap
Filipe Manana
2022-12-05
1
-6
/
+16
|
*
|
btrfs: remove leftover setting of EXTENT_UPTODATE state in an inode's io_tree
Filipe Manana
2022-12-05
2
-23
/
+3
|
*
|
btrfs: move tree block parentness check into validate_extent_buffer()
Qu Wenruo
2022-12-05
4
-28
/
+93
|
*
|
btrfs: concentrate all tree block parentness check parameters into one structure
Qu Wenruo
2022-12-05
10
-72
/
+159
|
*
|
btrfs: move device->name RCU allocation and assign to btrfs_alloc_device()
Anand Jain
2022-12-05
3
-48
/
+34
|
*
|
btrfs: constify input buffer parameter in compression code
David Sterba
2022-12-05
5
-9
/
+9
|
*
|
btrfs: raid56: remove the old error tracking system
Qu Wenruo
2022-12-05
2
-189
/
+53
|
*
|
btrfs: raid56: migrate recovery and scrub recovery path to use error_bitmap
Qu Wenruo
2022-12-05
1
-86
/
+193
|
*
|
btrfs: raid56: introduce btrfs_raid_bio::error_bitmap
Qu Wenruo
2022-12-05
2
-7
/
+103
|
*
|
btrfs: pass btrfs_inode to btrfs_add_delayed_iput
David Sterba
2022-12-05
7
-29
/
+28
|
*
|
btrfs: use btrfs_inode inside btrfs_verify_data_csum
David Sterba
2022-12-05
1
-6
/
+6
[next]