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
...
*
btrfs: set the correct lockdep class for new nodes
Josef Bacik
2020-09-09
1
-1
/
+1
*
btrfs: allocate scrub workqueues outside of locks
Josef Bacik
2020-09-09
1
-52
/
+70
*
btrfs: drop path before adding new uuid tree entry
Josef Bacik
2020-09-09
1
-1
/
+2
*
btrfs: detect nocow for swap after snapshot delete
Boris Burkov
2020-09-03
4
-16
/
+23
*
btrfs: fix space cache memory leak after transaction abort
Filipe Manana
2020-09-03
2
-1
/
+2
*
btrfs: check the right error variable in btrfs_del_dir_entries_in_log
Josef Bacik
2020-09-03
1
-4
/
+6
*
btrfs: reset compression level for lzo on remount
Marcos Paulo de Souza
2020-09-03
1
-0
/
+1
*
btrfs: only commit delayed items at fsync if we are logging a directory
Filipe Manana
2020-09-03
1
-4
/
+5
*
btrfs: only commit the delayed inode when doing a full fsync
Filipe Manana
2020-09-03
1
-5
/
+7
*
btrfs: factor out inode items copy loop from btrfs_log_inode()
Filipe Manana
2020-09-03
1
-136
/
+138
*
btrfs: make btrfs_qgroup_check_reserved_leak take btrfs_inode
Nikolay Borisov
2020-09-03
3
-9
/
+9
*
btrfs: file: reserve qgroup space after the hole punch range is locked
Qu Wenruo
2020-09-03
1
-4
/
+4
*
btrfs: add wrapper for transaction abort predicate
David Sterba
2020-08-26
6
-20
/
+33
*
btrfs: return EROFS for BTRFS_FS_STATE_ERROR cases
Josef Bacik
2020-08-26
3
-3
/
+6
*
btrfs: don't show full path of bind mounts in subvol=
Josef Bacik
2020-08-26
1
-2
/
+8
*
btrfs: export helpers for subvolume name/id resolution
Marcos Paulo de Souza
2020-08-26
4
-8
/
+15
*
btrfs: fix return value mixup in btrfs_get_extent
Pavel Machek
2020-08-21
1
-1
/
+1
*
btrfs: make sure SB_I_VERSION doesn't get unset by remount
Josef Bacik
2020-08-21
1
-0
/
+6
*
btrfs: fix memory leaks after failure to lookup checksums during inode logging
Filipe Manana
2020-08-21
1
-6
/
+2
*
btrfs: inode: fix NULL pointer dereference if inode doesn't need compression
Qu Wenruo
2020-08-21
1
-5
/
+11
*
btrfs: only search for left_info if there is no right_info in try_merge_free_...
Josef Bacik
2020-08-21
1
-2
/
+2
*
btrfs: fix messages after changing compression level by remount
David Sterba
2020-08-21
1
-5
/
+9
*
btrfs: fix race between page release and a fast fsync
Filipe Manana
2020-08-21
1
-3
/
+13
*
btrfs: don't WARN if we abort a transaction with EROFS
Josef Bacik
2020-08-21
1
-1
/
+1
*
btrfs: sysfs: use NOFS for device creation
Josef Bacik
2020-08-21
1
-0
/
+3
*
btrfs: avoid possible signal interruption of btrfs_drop_snapshot() on relocat...
Qu Wenruo
2020-08-21
1
-1
/
+8
*
btrfs: add missing check for nocow and compression inode flags
David Sterba
2020-08-21
1
-8
/
+22
*
btrfs: relocation: review the call sites which can be interrupted by signal
Qu Wenruo
2020-08-21
2
-3
/
+26
*
btrfs: move the chunk_mutex in btrfs_read_chunk_tree
Josef Bacik
2020-08-21
1
-2
/
+2
*
btrfs: open device without device_list_mutex
Josef Bacik
2020-08-21
1
-3
/
+18
*
btrfs: don't traverse into the seed devices in show_devname
Anand Jain
2020-08-21
1
-14
/
+7
*
btrfs: remove no longer needed use of log_writers for the log root tree
Filipe Manana
2020-08-21
2
-13
/
+1
*
btrfs: stop incremening log_batch for the log root tree when syncing log
Filipe Manana
2020-08-21
2
-1
/
+1
*
btrfs: ref-verify: fix memory leak in add_block_entry
Tom Rix
2020-08-21
1
-0
/
+2
*
btrfs: don't allocate anonymous block device for user invisible roots
Qu Wenruo
2020-08-21
1
-3
/
+10
*
btrfs: free anon block device right after subvolume deletion
Qu Wenruo
2020-08-21
1
-0
/
+2
*
btrfs: allow use of global block reserve for balance item deletion
David Sterba
2020-08-21
1
-1
/
+1
*
btrfs: fix lockdep splat from btrfs_dump_space_info
Josef Bacik
2020-08-19
1
-1
/
+1
*
fs/btrfs: Add cond_resched() for try_release_extent_mapping() stalls
Paul E. McKenney
2020-08-19
1
-0
/
+2
*
btrfs: fix page leaks after failure to lock page for delalloc
Robbie Ko
2020-07-29
1
-1
/
+2
*
btrfs: fix mount failure caused by race with umount
Boris Burkov
2020-07-29
1
-0
/
+8
*
btrfs: fix double free on ulist after backref resolution failure
Filipe Manana
2020-07-29
1
-0
/
+1
*
btrfs: reloc: clear DEAD_RELOC_TREE bit for orphan roots to prevent runaway b...
Qu Wenruo
2020-07-29
1
-0
/
+2
*
btrfs: reloc: fix reloc root leak and NULL pointer dereference
Qu Wenruo
2020-07-29
1
-3
/
+6
*
btrfs: fix double put of block group with nocow
Josef Bacik
2020-07-16
1
-8
/
+1
*
btrfs: fix fatal extent_buffer readahead vs releasepage race
Boris Burkov
2020-07-16
1
-16
/
+24
*
btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eof
Filipe Manana
2020-06-30
1
-3
/
+0
*
btrfs: check if a log root exists before locking the log_mutex on unlink
Filipe Manana
2020-06-30
2
-0
/
+7
*
btrfs: fix data block group relocation failure due to concurrent scrub
Filipe Manana
2020-06-30
1
-1
/
+18
*
btrfs: fix bytes_may_use underflow when running balance and scrub in parallel
Filipe Manana
2020-06-30
1
-5
/
+12
[prev]
[next]