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.12.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 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-12-01
1
-1
/
+1
|
\
|
*
compat_ioctl: move more drivers to compat_ptr_ioctl
Arnd Bergmann
2019-10-23
1
-1
/
+1
*
|
btrfs: drop bdev argument from submit_extent_page
David Sterba
2019-11-18
1
-8
/
+3
*
|
btrfs: remove extent_map::bdev
David Sterba
2019-11-18
8
-31
/
+2
*
|
btrfs: drop bio_set_dev where not needed
David Sterba
2019-11-18
2
-11
/
+0
*
|
btrfs: get bdev directly from fs_devices in submit_extent_page
David Sterba
2019-11-18
1
-1
/
+4
*
|
btrfs: record all roots for rename exchange on a subvol
Josef Bacik
2019-11-18
1
-0
/
+3
*
|
Btrfs: fix block group remaining RO forever after error during device replace
Filipe Manana
2019-11-18
3
-45
/
+2
*
|
btrfs: scrub: Don't check free space before marking a block group RO
Qu Wenruo
2019-11-18
4
-20
/
+54
*
|
btrfs: change btrfs_fs_devices::rotating to bool
Johannes Thumshirn
2019-11-18
2
-4
/
+4
*
|
btrfs: change btrfs_fs_devices::seeding to bool
Johannes Thumshirn
2019-11-18
2
-5
/
+5
*
|
btrfs: rename btrfs_block_group_cache
David Sterba
2019-11-18
25
-281
/
+266
*
|
btrfs: block-group: Reuse the item key from caller of read_one_block_group()
Qu Wenruo
2019-11-18
1
-9
/
+8
*
|
btrfs: block-group: Refactor btrfs_read_block_groups()
Qu Wenruo
2019-11-18
1
-111
/
+108
*
|
btrfs: document extent buffer locking
David Sterba
2019-11-18
1
-14
/
+158
*
|
btrfs: access eb::blocking_writers according to ACCESS_ONCE policies
David Sterba
2019-11-18
1
-11
/
+21
*
|
btrfs: set blocking_writers directly, no increment or decrement
David Sterba
2019-11-18
1
-2
/
+2
*
|
btrfs: merge blocking_writers branches in btrfs_tree_read_lock
David Sterba
2019-11-18
1
-13
/
+14
*
|
btrfs: drop incompat bit for raid1c34 after last block group is gone
David Sterba
2019-11-18
1
-9
/
+18
*
|
btrfs: add incompat for raid1 with 3, 4 copies
David Sterba
2019-11-18
3
-1
/
+13
*
|
btrfs: add support for 4-copy replication (raid1c4)
David Sterba
2019-11-18
4
-2
/
+18
*
|
btrfs: add support for 3-copy replication (raid1c3)
David Sterba
2019-11-18
4
-4
/
+23
*
|
btrfs: sink write flags to cow_file_range_async
David Sterba
2019-11-18
1
-5
/
+3
*
|
btrfs: sink write_flags to __extent_writepage_io
David Sterba
2019-11-18
1
-5
/
+3
*
|
Btrfs: send, skip backreference walking for extents with many references
Filipe Manana
2019-11-18
1
-1
/
+24
*
|
Btrfs: send, allow clone operations within the same file
Filipe Manana
2019-11-18
1
-5
/
+13
*
|
btrfs: Ensure we trim ranges across block group boundary
Qu Wenruo
2019-11-18
2
-12
/
+35
*
|
btrfs: volumes: Use more straightforward way to calculate map length
Qu Wenruo
2019-11-18
1
-1
/
+1
*
|
btrfs: tree-checker: Check item size before reading file extent type
Qu Wenruo
2019-11-18
1
-0
/
+11
*
|
btrfs: clean up locking name in scrub_enumerate_chunks()
Dan Carpenter
2019-11-18
1
-3
/
+3
*
|
btrfs: Streamline btrfs_fs_info::backup_root_index semantics
Nikolay Borisov
2019-11-18
1
-39
/
+12
*
|
btrfs: Rename find_oldest_super_backup to init_backup_root_slot
Nikolay Borisov
2019-11-18
1
-6
/
+4
*
|
btrfs: Remove unused next_root_backup function
Nikolay Borisov
2019-11-18
1
-50
/
+0
*
|
btrfs: Don't use objectid_mutex during mount
Nikolay Borisov
2019-11-18
1
-3
/
+4
*
|
btrfs: Factor out tree roots initialization during mount
Nikolay Borisov
2019-11-18
1
-57
/
+85
*
|
btrfs: Add read_backup_root
Nikolay Borisov
2019-11-18
1
-0
/
+44
*
|
btrfs: Remove newest_gen argument from find_oldest_super_backup
Nikolay Borisov
2019-11-18
1
-4
/
+2
*
|
btrfs: Cleanup and simplify find_newest_super_backup
Nikolay Borisov
2019-11-18
1
-20
/
+11
*
|
Btrfs: remove unnecessary delalloc mutex for inodes
Filipe Manana
2019-11-18
3
-20
/
+5
*
|
Btrfs: remove wait queue from space_info structure
Filipe Manana
2019-11-18
2
-2
/
+0
*
|
btrfs: remove cached space_info in btrfs_statfs()
Johannes Thumshirn
2019-11-18
1
-2
/
+1
*
|
btrfs: add dedicated members for start and length of a block group
David Sterba
2019-11-18
14
-216
/
+202
*
|
btrfs: rename extent buffer block group item accessors
David Sterba
2019-11-18
2
-6
/
+6
*
|
btrfs: rename block_group_item on-stack accessors to follow naming
David Sterba
2019-11-18
3
-17
/
+17
*
|
btrfs: remove embedded block_group_cache::item
David Sterba
2019-11-18
2
-12
/
+5
*
|
btrfs: move block_group_item::flags to block group
David Sterba
2019-11-18
1
-3
/
+3
*
|
btrfs: move block_group_item::used to block group
David Sterba
2019-11-18
10
-31
/
+40
*
|
btrfs: Remove btrfs_bio::flags member
Qu Wenruo
2019-11-18
1
-1
/
+0
*
|
btrfs: add blake2b to checksumming algorithms
David Sterba
2019-11-18
3
-0
/
+4
*
|
btrfs: add member for a specific checksum driver
David Sterba
2019-11-18
3
-3
/
+16
[next]