index
:
Linux Stable
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-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 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: 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: ref-verify: fix memory leak in btrfs_ref_tree_mod
Dinghao Liu
2020-11-18
1
-0
/
+1
*
Btrfs: fix missing error return if writeback for extent buffer never started
Filipe Manana
2020-11-18
1
-0
/
+4
*
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: tree-checker: fix the error message for transid error
Qu Wenruo
2020-11-10
1
-1
/
+1
*
btrfs: tree-checker: Verify inode item
Qu Wenruo
2020-11-10
2
-0
/
+109
*
btrfs: tree-checker: Enhance chunk checker to validate chunk profile
Qu Wenruo
2020-11-10
1
-0
/
+7
*
btrfs: tree-checker: Fix wrong check on max devid
Qu Wenruo
2020-11-10
1
-7
/
+0
*
btrfs: tree-checker: Verify dev item
Qu Wenruo
2020-11-10
3
-9
/
+83
*
btrfs: tree-checker: Check chunk item at tree block read time
Qu Wenruo
2020-11-10
2
-3
/
+15
*
btrfs: tree-checker: Make btrfs_check_chunk_valid() return EUCLEAN instead of...
Qu Wenruo
2020-11-10
1
-11
/
+11
*
btrfs: tree-checker: Make chunk item checker messages more readable
Qu Wenruo
2020-11-10
1
-13
/
+68
*
btrfs: Move btrfs_check_chunk_valid() to tree-check.[ch] and export it
Qu Wenruo
2020-11-10
3
-93
/
+102
*
btrfs: Don't submit any btree write bio if the fs has errors
Qu Wenruo
2020-11-10
1
-1
/
+33
*
Btrfs: fix unwritten extent buffers and hangs on future writeback attempts
Filipe Manana
2020-11-10
1
-9
/
+26
*
btrfs: extent_io: add proper error handling to lock_extent_buffer_for_io()
Qu Wenruo
2020-11-10
1
-5
/
+22
*
btrfs: extent_io: Handle errors better in btree_write_cache_pages()
Qu Wenruo
2020-11-10
1
-3
/
+6
*
btrfs: extent_io: Handle errors better in extent_write_full_page()
Qu Wenruo
2020-11-10
1
-3
/
+21
*
btrfs: flush write bio if we loop in extent_write_cache_pages
Josef Bacik
2020-11-10
1
-1
/
+10
*
Revert "btrfs: flush write bio if we loop in extent_write_cache_pages"
Ben Hutchings
2020-11-10
1
-8
/
+0
*
btrfs: extent_io: Move the BUG_ON() in flush_write_bio() one level up
Qu Wenruo
2020-11-10
1
-14
/
+41
*
btrfs: extent_io: Kill the forward declaration of flush_write_bio
Qu Wenruo
2020-11-10
1
-34
/
+32
*
btrfs: fix use-after-free on readahead extent after failure to create it
Filipe Manana
2020-11-05
1
-0
/
+2
*
btrfs: cleanup cow block on error
Josef Bacik
2020-11-05
1
-0
/
+6
*
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: 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: qgroup: fix data leak caused by race between writeback and truncate
Qu Wenruo
2020-10-01
1
-13
/
+10
*
btrfs: don't force read-only after error in drop snapshot
David Sterba
2020-10-01
1
-2
/
+0
*
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: set the lockdep class for log tree extent buffers
Josef Bacik
2020-09-09
1
-1
/
+5
*
btrfs: Remove extraneous extent_buffer_get from tree_mod_log_rewind
Nikolay Borisov
2020-09-09
1
-1
/
+0
*
btrfs: Remove redundant extent_buffer_get in get_old_root
Nikolay Borisov
2020-09-09
1
-1
/
+0
*
btrfs: drop path before adding new uuid tree entry
Josef Bacik
2020-09-09
1
-1
/
+2
*
btrfs: check the right error variable in btrfs_del_dir_entries_in_log
Josef Bacik
2020-09-03
1
-4
/
+6
*
btrfs: fix space cache memory leak after transaction abort
Filipe Manana
2020-09-03
2
-1
/
+2
*
btrfs: reset compression level for lzo on remount
Marcos Paulo de Souza
2020-09-03
1
-0
/
+1
*
btrfs: file: reserve qgroup space after the hole punch range is locked
Qu Wenruo
2020-09-03
1
-4
/
+4
*
btrfs: sysfs: use NOFS for device creation
Josef Bacik
2020-08-26
1
-0
/
+4
[next]