index
:
kernel/linux.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.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-02
btrfs: don't access possibly stale fs_info data for printing duplicate device
Johannes Thumshirn
1
-1
/
+7
2020-12-02
btrfs: tree-checker: add missing returns after data_ref alignment checks
David Sterba
1
-0
/
+2
2020-12-02
btrfs: tree-checker: add missing return after error in root_item
Daniel Xu
1
-0
/
+1
2020-11-18
btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit arch
Matthew Wilcox (Oracle)
1
-6
/
+4
2020-11-18
btrfs: dev-replace: fail mount if we don't have replace item with target device
Anand Jain
2
-21
/
+31
2020-11-18
btrfs: fix min reserved size calculation in merge_reloc_root
Josef Bacik
1
-1
/
+3
2020-11-18
btrfs: ref-verify: fix memory leak in btrfs_ref_tree_mod
Dinghao Liu
1
-0
/
+1
2020-11-18
btrfs: reschedule when cloning lots of extents
Johannes Thumshirn
1
-0
/
+2
2020-11-18
btrfs: sysfs: init devices outside of the chunk_mutex
Josef Bacik
1
-3
/
+4
2020-11-18
btrfs: tracepoints: output proper root owner for trace_find_free_extent()
Qu Wenruo
1
-3
/
+4
2020-11-05
btrfs: fix readahead hang and use-after-free after removing a device
Filipe Manana
5
-0
/
+56
2020-11-05
btrfs: fix use-after-free on readahead extent after failure to create it
Filipe Manana
1
-0
/
+2
2020-11-05
btrfs: tree-checker: validate number of chunk stripes and parity
Daniel Xu
1
-0
/
+18
2020-11-05
btrfs: cleanup cow block on error
Josef Bacik
1
-0
/
+6
2020-11-05
btrfs: tree-checker: fix false alert caused by legacy btrfs root item
Qu Wenruo
1
-5
/
+12
2020-11-05
btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send()
Denis Efremov
1
-1
/
+1
2020-11-05
btrfs: send, recompute reference path after orphanization of a directory
Filipe Manana
1
-0
/
+72
2020-11-05
btrfs: send, orphanize first all conflicting inodes when processing references
Filipe Manana
1
-40
/
+87
2020-11-05
btrfs: reschedule if necessary when logging directory items
Filipe Manana
1
-0
/
+8
2020-11-05
btrfs: improve device scanning messages
Anand Jain
1
-6
/
+8
2020-11-05
btrfs: qgroup: fix wrong qgroup metadata reserve for delayed inode
Qu Wenruo
1
-2
/
+1
2020-11-05
btrfs: fix replace of seed device
Anand Jain
1
-1
/
+1
2020-10-17
btrfs: take overcommit into account in inc_block_group_ro
Josef Bacik
3
-20
/
+39
2020-10-17
btrfs: don't pass system_chunk into can_overcommit
Josef Bacik
1
-27
/
+15
2020-10-14
btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reser...
Qu Wenruo
3
-11
/
+44
2020-10-14
btrfs: fix RWF_NOWAIT write not failling when we need to cow
Filipe Manana
1
-1
/
+15
2020-10-14
btrfs: Ensure we trim ranges across block group boundary
Qu Wenruo
2
-12
/
+35
2020-10-14
btrfs: volumes: Use more straightforward way to calculate map length
Qu Wenruo
1
-1
/
+1
2020-10-14
Btrfs: send, fix emission of invalid clone operations within the same file
Filipe Manana
1
-1
/
+2
2020-10-14
Btrfs: send, allow clone operations within the same file
Filipe Manana
1
-5
/
+13
2020-10-07
btrfs: fix filesystem corruption after a device replace
Filipe Manana
1
-1
/
+39
2020-10-01
btrfs: fix overflow when copying corrupt csums for a message
Johannes Thumshirn
1
-6
/
+5
2020-10-01
btrfs: qgroup: fix data leak caused by race between writeback and truncate
Qu Wenruo
1
-13
/
+10
2020-10-01
btrfs: fix double __endio_write_update_ordered in direct I/O
Omar Sandoval
1
-108
/
+70
2020-10-01
btrfs: don't force read-only after error in drop snapshot
David Sterba
1
-2
/
+0
2020-10-01
btrfs: fix setting last_trans for reloc roots
Josef Bacik
1
-2
/
+17
2020-10-01
btrfs: free the reloc_control in a consistent way
Josef Bacik
1
-2
/
+14
2020-10-01
btrfs: do not init a reloc root if we aren't relocating
Josef Bacik
1
-4
/
+16
2020-10-01
btrfs: tree-checker: Check leaf chunk item size
Qu Wenruo
1
-1
/
+39
2020-09-17
btrfs: fix wrong address when faulting in pages in the search ioctl
Filipe Manana
1
-1
/
+2
2020-09-17
btrfs: fix lockdep splat in add_missing_dev
Josef Bacik
1
-0
/
+10
2020-09-17
btrfs: require only sector size alignment for parent eb bytenr
Qu Wenruo
2
-15
/
+16
2020-09-09
btrfs: fix potential deadlock in the search ioctl
Josef Bacik
3
-14
/
+27
2020-09-09
btrfs: tree-checker: fix the error message for transid error
Qu Wenruo
1
-1
/
+1
2020-09-09
btrfs: set the lockdep class for log tree extent buffers
Josef Bacik
1
-1
/
+5
2020-09-09
btrfs: set the correct lockdep class for new nodes
Josef Bacik
1
-1
/
+1
2020-09-09
btrfs: allocate scrub workqueues outside of locks
Josef Bacik
1
-52
/
+70
2020-09-09
btrfs: drop path before adding new uuid tree entry
Josef Bacik
1
-1
/
+2
2020-09-03
btrfs: detect nocow for swap after snapshot delete
Boris Burkov
4
-16
/
+23
2020-09-03
btrfs: fix space cache memory leak after transaction abort
Filipe Manana
2
-1
/
+2
[prev]
[next]