index
:
linux/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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
2018-11-21
btrfs: tree-checker: Fix misleading group system information
Shaokun Zhang
2018-11-21
Btrfs: fix data corruption due to cloning of eof block
Filipe Manana
2018-11-21
Btrfs: fix infinite loop on inode eviction after deduplication of eof block
Filipe Manana
2018-11-21
Btrfs: fix cur_offset in the error case for nocow
Robbie Ko
2018-11-21
Btrfs: fix missing data checksums after a ranged fsync (msync)
Filipe Manana
2018-11-21
btrfs: fix pinned underflow after transaction aborted
Lu Fengqi
2018-11-13
Btrfs: fix use-after-free when dumping free space
Filipe Manana
2018-11-13
Btrfs: fix use-after-free during inode eviction
Filipe Manana
2018-11-13
btrfs: move the dio_sem higher up the callchain
Josef Bacik
2018-11-13
btrfs: don't run delayed_iputs in commit
Josef Bacik
2018-11-13
btrfs: fix insert_reserved error handling
Josef Bacik
2018-11-13
btrfs: only free reserved extent if we didn't insert it
Josef Bacik
2018-11-13
btrfs: don't use ctl->free_space for max_extent_size
Josef Bacik
2018-11-13
btrfs: set max_extent_size properly
Josef Bacik
2018-11-13
btrfs: reset max_extent_size properly
Josef Bacik
2018-11-13
Btrfs: fix deadlock when writing out free space caches
Filipe Manana
2018-11-13
Btrfs: fix assertion on fsync of regular file when using no-holes feature
Filipe Manana
2018-11-13
Btrfs: fix null pointer dereference on compressed write path error
Filipe Manana
2018-11-13
btrfs: qgroup: Dirty all qgroups before rescan
Qu Wenruo
2018-11-13
Btrfs: fix wrong dentries after fsync of file that got its parent replaced
Filipe Manana
2018-11-13
Btrfs: fix warning when replaying log after fsync of a tmpfile
Filipe Manana
2018-11-13
btrfs: make sure we create all new block groups
Josef Bacik
2018-11-13
btrfs: reset max_extent_size on clear in a bitmap
Josef Bacik
2018-11-13
btrfs: protect space cache inode alloc with GFP_NOFS
Josef Bacik
2018-11-13
btrfs: release metadata before running delayed refs
Josef Bacik
2018-11-13
Btrfs: don't clean dirty pages during buffered writes
Chris Mason
2018-11-13
btrfs: wait on caching when putting the bg cache
Josef Bacik
2018-11-13
btrfs: keep trim from interfering with transaction commits
Jeff Mahoney
2018-11-13
btrfs: don't attempt to trim devices that don't support it
Jeff Mahoney
2018-11-13
btrfs: iterate all devices during trim, instead of fs_devices::alloc_list
Jeff Mahoney
2018-11-13
btrfs: Ensure btrfs_trim_fs can trim the whole filesystem
Qu Wenruo
2018-11-13
btrfs: Enhance btrfs_trim_fs function to handle error better
Qu Wenruo
2018-11-13
btrfs: fix error handling in btrfs_dev_replace_start
Jeff Mahoney
2018-11-13
btrfs: fix error handling in free_log_tree
Jeff Mahoney
2018-11-13
btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlock
Qu Wenruo
2018-11-13
btrfs: Handle owner mismatch gracefully when walking up tree
Qu Wenruo
2018-11-13
btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabled
Qu Wenruo
2018-09-06
Merge tag 'for-4.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-08-24
btrfs: Fix suspicious RCU usage warning in btrfs_debug_in_rcu
Misono Tomohiro
2018-08-23
btrfs: use after free in btrfs_quota_enable
Dan Carpenter
2018-08-23
btrfs: btrfs_shrink_device should call commit transaction at the end
Anand Jain
2018-08-23
btrfs: fix qgroup_free wrong num_bytes in btrfs_subvolume_reserve_metadata
Lu Fengqi
2018-08-23
Btrfs: fix data corruption when deduplicating between different files
Filipe Manana
2018-08-23
Btrfs: sync log after logging new name
Filipe Manana
2018-08-21
Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-08-17
btrfs: readpages() should submit IO as read-ahead
Jens Axboe
2018-08-17
Btrfs: fix unexpected failure of nocow buffered writes after snapshotting whe...
Robbie Ko
2018-08-13
Merge tag 'for-4.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2018-08-13
Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2018-08-06
btrfs: revert fs_devices state on error of btrfs_init_new_device
Naohiro Aota
[next]