index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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 'for-5.5-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-01-03
2
-4
/
+9
|
\
|
*
Btrfs: fix infinite loop during nocow writeback due to race
Filipe Manana
2019-12-30
1
-3
/
+3
|
*
btrfs: fix compressed write bio blkcg attribution
Dennis Zhou
2019-12-30
1
-4
/
+5
|
*
btrfs: punt all bios created in btrfs_submit_compressed_write()
Dennis Zhou
2019-12-30
1
-0
/
+4
*
|
Merge tag 'for-5.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-12-17
17
-56
/
+127
|
\
|
|
*
btrfs: send: remove WARN_ON for readonly mount
Anand Jain
2019-12-13
1
-6
/
+0
|
*
btrfs: do not leak reloc root if we fail to read the fs root
Josef Bacik
2019-12-13
1
-0
/
+1
|
*
btrfs: skip log replay on orphaned roots
Josef Bacik
2019-12-13
1
-2
/
+21
|
*
btrfs: handle ENOENT in btrfs_uuid_tree_iterate
Josef Bacik
2019-12-13
1
-0
/
+2
|
*
btrfs: abort transaction after failed inode updates in create_subvol
Josef Bacik
2019-12-13
1
-2
/
+8
|
*
Btrfs: fix hole extent items with a zero size after range cloning
Filipe Manana
2019-12-13
1
-11
/
+5
|
*
Btrfs: fix removal logic of the tree mod log that leads to use-after-free issues
Filipe Manana
2019-12-13
1
-1
/
+1
|
*
Btrfs: make tree checker detect checksum items with overlapping ranges
Filipe Manana
2019-12-13
1
-2
/
+16
|
*
Btrfs: fix missing data checksums after replaying a log tree
Filipe Manana
2019-12-13
4
-9
/
+36
|
*
btrfs: return error pointer from alloc_test_extent_buffer
Dan Carpenter
2019-12-13
3
-6
/
+8
|
*
btrfs: fix devs_max constraints for raid1c3 and raid1c4
David Sterba
2019-12-13
1
-2
/
+2
|
*
btrfs: tree-checker: Fix error format string for size_t
Andreas Färber
2019-12-13
1
-1
/
+1
|
*
btrfs: don't double lock the subvol_sem for rename exchange
Josef Bacik
2019-12-13
1
-6
/
+4
|
*
btrfs: handle error in btrfs_cache_block_group
Josef Bacik
2019-12-13
1
-2
/
+18
|
*
btrfs: do not call synchronize_srcu() in inode_tree_del
Josef Bacik
2019-12-13
1
-2
/
+0
|
*
Btrfs: fix cloning range with a hole when using the NO_HOLES feature
Filipe Manana
2019-12-13
1
-2
/
+2
|
*
btrfs: Fix error messages in qgroup_rescan_init
Nikolay Borisov
2019-12-13
1
-2
/
+2
*
|
btrfs: add Kconfig dependency for BLAKE2B
David Sterba
2019-12-09
1
-0
/
+1
*
|
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
[next]