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
*
btrfs: fix missing semaphore unlock in btrfs_sync_file
Robbie Ko
2020-03-25
1
-0
/
+1
*
btrfs: use nofs allocations for running delayed items
Josef Bacik
2020-03-25
1
-0
/
+13
*
btrfs: sysfs: Use scnprintf() instead of snprintf()
Takashi Iwai
2020-03-23
1
-29
/
+28
*
btrfs: do not resolve backrefs for roots that are being deleted
Josef Bacik
2020-03-23
1
-0
/
+6
*
btrfs: track reloc roots based on their commit root bytenr
Josef Bacik
2020-03-23
1
-10
/
+7
*
btrfs: restart relocate_tree_blocks properly
Josef Bacik
2020-03-23
1
-9
/
+2
*
btrfs: reloc: reorder reservation before root selection
Josef Bacik
2020-03-23
1
-6
/
+8
*
btrfs: do not readahead in build_backref_tree
Josef Bacik
2020-03-23
1
-2
/
+0
*
btrfs: do not use readahead for running delayed refs
Josef Bacik
2020-03-23
1
-4
/
+0
*
btrfs: Remove async_transid from btrfs_mksubvol/create_subvol/create_snapshot
Nikolay Borisov
2020-03-23
1
-27
/
+10
*
btrfs: Remove transid argument from btrfs_ioctl_snap_create_transid
Nikolay Borisov
2020-03-23
1
-10
/
+8
*
btrfs: Remove BTRFS_SUBVOL_CREATE_ASYNC support
Nikolay Borisov
2020-03-23
1
-24
/
+1
*
btrfs: kill the subvol_srcu
Josef Bacik
2020-03-23
8
-88
/
+14
*
btrfs: make btrfs_cleanup_fs_roots use the radix tree lock
Josef Bacik
2020-03-23
1
-4
/
+3
*
btrfs: don't take an extra root ref at allocation time
Josef Bacik
2020-03-23
2
-14
/
+8
*
btrfs: hold a ref on the root on the dead roots list
Josef Bacik
2020-03-23
2
-3
/
+5
*
btrfs: make inodes hold a ref on their roots
Josef Bacik
2020-03-23
2
-4
/
+6
*
btrfs: move the root freeing stuff into btrfs_put_root
Josef Bacik
2020-03-23
9
-76
/
+50
*
btrfs: move ino_cache_inode dropping out of btrfs_free_fs_root
Josef Bacik
2020-03-23
2
-1
/
+8
*
btrfs: make the extent buffer leak check per fs info
Josef Bacik
2020-03-23
4
-22
/
+36
*
btrfs: remove a BUG_ON() from merge_reloc_roots()
Josef Bacik
2020-03-23
1
-1
/
+15
*
btrfs: hold a ref on the root->reloc_root
Josef Bacik
2020-03-23
1
-10
/
+48
*
btrfs: clear DEAD_RELOC_TREE before dropping the reloc root
Josef Bacik
2020-03-23
1
-6
/
+6
*
btrfs: free the reloc_control in a consistent way
Josef Bacik
2020-03-23
1
-2
/
+14
*
btrfs: do not init a reloc root if we aren't relocating
Josef Bacik
2020-03-23
1
-4
/
+16
*
btrfs: reloc: clean dirty subvols if we fail to start a transaction
Josef Bacik
2020-03-23
1
-3
/
+3
*
btrfs: unset reloc control if we fail to recover
Josef Bacik
2020-03-23
1
-5
/
+5
*
btrfs: drop block from cache on error in relocation
Josef Bacik
2020-03-23
1
-1
/
+1
*
btrfs: relocation: Use btrfs_find_all_leafs to locate data extent parent tree...
Qu Wenruo
2020-03-23
3
-264
/
+60
*
btrfs: fix ref-verify to catch operations on 0 ref extents
Josef Bacik
2020-03-23
1
-0
/
+9
*
btrfs: make ranged full fsyncs more efficient
Filipe Manana
2020-03-23
2
-27
/
+79
*
btrfs: factor out inode items copy loop from btrfs_log_inode()
Filipe Manana
2020-03-23
1
-136
/
+138
*
btrfs: add helper to get the end offset of a file extent item
Filipe Manana
2020-03-23
5
-76
/
+34
*
btrfs: fix missing file extent item for hole after ranged fsync
Filipe Manana
2020-03-23
1
-0
/
+10
*
btrfs: account ticket size at add/delete time
Nikolay Borisov
2020-03-23
2
-6
/
+13
*
btrfs: implement migratepage callback for data pages
Roman Gushchin
2020-03-23
1
-0
/
+37
*
btrfs: Remove block_rsv parameter from btrfs_drop_snapshot
Nikolay Borisov
2020-03-23
4
-15
/
+7
*
btrfs: Remove __ prefix from btrfs_block_rsv_release
Nikolay Borisov
2020-03-23
11
-34
/
+24
*
btrfs: relocation: Check cancel request after each extent found
Qu Wenruo
2020-03-23
1
-0
/
+4
*
btrfs: relocation: Check cancel request after each data page read
Qu Wenruo
2020-03-23
1
-0
/
+12
*
btrfs: relocation: add error injection points for cancelling balance
Qu Wenruo
2020-03-23
3
-1
/
+12
*
Btrfs: implement full reflink support for inline extents
Filipe Manana
2020-03-23
1
-87
/
+187
*
Btrfs: simplify inline extent handling when doing reflinks
Filipe Manana
2020-03-23
1
-39
/
+14
*
Btrfs: move all reflink implementation code into its own file
Filipe Manana
2020-03-23
6
-737
/
+743
*
btrfs: scrub: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-23
1
-1
/
+1
*
btrfs: rcu-string: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-23
1
-1
/
+1
*
btrfs: delayed-inode: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-23
1
-1
/
+1
*
btrfs: add RCU locks around block group initialization
Madhuparna Bhowmik
2020-03-23
1
-0
/
+2
*
btrfs: Open code insert_extent_backref
Nikolay Borisov
2020-03-23
1
-20
/
+9
*
btrfs: Remove impossible BUG_ON in get_tree_block_key
Nikolay Borisov
2020-03-23
1
-1
/
+0
[next]