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: send: fix wrong file path when there is an inode with a pending rmdir
Filipe Manana
2021-01-12
1
-18
/
+31
*
btrfs: fix race when defragmenting leads to unnecessary IO
Filipe Manana
2021-01-06
1
-0
/
+39
*
btrfs: trim: fix underflow in trim length to prevent access beyond device bou...
Qu Wenruo
2020-12-30
3
-0
/
+20
*
btrfs: do not shorten unpin len for caching block groups
Josef Bacik
2020-12-30
1
-4
/
+4
*
btrfs: fix lockdep splat when reading qgroup config on mount
Filipe Manana
2020-12-02
1
-1
/
+1
*
btrfs: don't access possibly stale fs_info data for printing duplicate device
Johannes Thumshirn
2020-12-02
1
-1
/
+7
*
btrfs: tree-checker: add missing returns after data_ref alignment checks
David Sterba
2020-12-02
1
-0
/
+2
*
btrfs: tree-checker: add missing return after error in root_item
Daniel Xu
2020-12-02
1
-0
/
+1
*
btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit arch
Matthew Wilcox (Oracle)
2020-11-18
1
-6
/
+4
*
btrfs: dev-replace: fail mount if we don't have replace item with target device
Anand Jain
2020-11-18
2
-21
/
+31
*
btrfs: fix min reserved size calculation in merge_reloc_root
Josef Bacik
2020-11-18
1
-1
/
+3
*
btrfs: ref-verify: fix memory leak in btrfs_ref_tree_mod
Dinghao Liu
2020-11-18
1
-0
/
+1
*
btrfs: reschedule when cloning lots of extents
Johannes Thumshirn
2020-11-18
1
-0
/
+2
*
btrfs: sysfs: init devices outside of the chunk_mutex
Josef Bacik
2020-11-18
1
-3
/
+4
*
btrfs: tracepoints: output proper root owner for trace_find_free_extent()
Qu Wenruo
2020-11-18
1
-3
/
+4
*
btrfs: fix readahead hang and use-after-free after removing a device
Filipe Manana
2020-11-05
5
-0
/
+56
*
btrfs: fix use-after-free on readahead extent after failure to create it
Filipe Manana
2020-11-05
1
-0
/
+2
*
btrfs: tree-checker: validate number of chunk stripes and parity
Daniel Xu
2020-11-05
1
-0
/
+18
*
btrfs: cleanup cow block on error
Josef Bacik
2020-11-05
1
-0
/
+6
*
btrfs: tree-checker: fix false alert caused by legacy btrfs root item
Qu Wenruo
2020-11-05
1
-5
/
+12
*
btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send()
Denis Efremov
2020-11-05
1
-1
/
+1
*
btrfs: send, recompute reference path after orphanization of a directory
Filipe Manana
2020-11-05
1
-0
/
+72
*
btrfs: send, orphanize first all conflicting inodes when processing references
Filipe Manana
2020-11-05
1
-40
/
+87
*
btrfs: reschedule if necessary when logging directory items
Filipe Manana
2020-11-05
1
-0
/
+8
*
btrfs: improve device scanning messages
Anand Jain
2020-11-05
1
-6
/
+8
*
btrfs: qgroup: fix wrong qgroup metadata reserve for delayed inode
Qu Wenruo
2020-11-05
1
-2
/
+1
*
btrfs: fix replace of seed device
Anand Jain
2020-11-05
1
-1
/
+1
*
btrfs: take overcommit into account in inc_block_group_ro
Josef Bacik
2020-10-17
3
-20
/
+39
*
btrfs: don't pass system_chunk into can_overcommit
Josef Bacik
2020-10-17
1
-27
/
+15
*
btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reser...
Qu Wenruo
2020-10-14
3
-11
/
+44
*
btrfs: fix RWF_NOWAIT write not failling when we need to cow
Filipe Manana
2020-10-14
1
-1
/
+15
*
btrfs: Ensure we trim ranges across block group boundary
Qu Wenruo
2020-10-14
2
-12
/
+35
*
btrfs: volumes: Use more straightforward way to calculate map length
Qu Wenruo
2020-10-14
1
-1
/
+1
*
Btrfs: send, fix emission of invalid clone operations within the same file
Filipe Manana
2020-10-14
1
-1
/
+2
*
Btrfs: send, allow clone operations within the same file
Filipe Manana
2020-10-14
1
-5
/
+13
*
btrfs: fix filesystem corruption after a device replace
Filipe Manana
2020-10-07
1
-1
/
+39
*
btrfs: fix overflow when copying corrupt csums for a message
Johannes Thumshirn
2020-10-01
1
-6
/
+5
*
btrfs: qgroup: fix data leak caused by race between writeback and truncate
Qu Wenruo
2020-10-01
1
-13
/
+10
*
btrfs: fix double __endio_write_update_ordered in direct I/O
Omar Sandoval
2020-10-01
1
-108
/
+70
*
btrfs: don't force read-only after error in drop snapshot
David Sterba
2020-10-01
1
-2
/
+0
*
btrfs: fix setting last_trans for reloc roots
Josef Bacik
2020-10-01
1
-2
/
+17
*
btrfs: free the reloc_control in a consistent way
Josef Bacik
2020-10-01
1
-2
/
+14
*
btrfs: do not init a reloc root if we aren't relocating
Josef Bacik
2020-10-01
1
-4
/
+16
*
btrfs: tree-checker: Check leaf chunk item size
Qu Wenruo
2020-10-01
1
-1
/
+39
*
btrfs: fix wrong address when faulting in pages in the search ioctl
Filipe Manana
2020-09-17
1
-1
/
+2
*
btrfs: fix lockdep splat in add_missing_dev
Josef Bacik
2020-09-17
1
-0
/
+10
*
btrfs: require only sector size alignment for parent eb bytenr
Qu Wenruo
2020-09-17
2
-15
/
+16
*
btrfs: fix potential deadlock in the search ioctl
Josef Bacik
2020-09-09
3
-14
/
+27
*
btrfs: tree-checker: fix the error message for transid error
Qu Wenruo
2020-09-09
1
-1
/
+1
*
btrfs: set the lockdep class for log tree extent buffers
Josef Bacik
2020-09-09
1
-1
/
+5
[next]