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.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
2019-01-26
btrfs: improve error handling of btrfs_add_link
Johannes Thumshirn
1
-1
/
+6
2019-01-23
btrfs: wait on ordered extents on abort cleanup
Josef Bacik
1
-0
/
+8
2019-01-23
Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io"
David Sterba
1
-3
/
+0
2019-01-09
Btrfs: fix fsync of files with multiple hard links in new directories
Filipe Manana
3
-0
/
+39
2018-12-17
Btrfs: send, fix infinite loop due to directory rename dependencies
Robbie Ko
1
-3
/
+8
2018-12-08
btrfs: Always try all copies when reading extent buffers
Nikolay Borisov
1
-9
/
+1
2018-12-08
btrfs: tree-checker: Don't check max block group size as current max chunk si...
Qu Wenruo
1
-5
/
+3
2018-12-05
btrfs: release metadata before running delayed refs
Josef Bacik
1
-3
/
+3
2018-12-05
btrfs: relocation: set trans to be NULL after ending transaction
Pan Bian
1
-0
/
+1
2018-12-05
Btrfs: ensure path name is null terminated at btrfs_control_ioctl
Filipe Manana
1
-0
/
+1
2018-12-05
btrfs: tree-checker: Fix misleading group system information
Shaokun Zhang
1
-1
/
+1
2018-12-05
btrfs: tree-checker: Check level for leaves and nodes
Qu Wenruo
1
-0
/
+14
2018-12-05
btrfs: Check that each block group has corresponding chunk at mount time
Qu Wenruo
1
-1
/
+27
2018-12-05
btrfs: tree-checker: Detect invalid and empty essential trees
Qu Wenruo
1
-1
/
+14
2018-12-05
btrfs: tree-checker: Verify block_group_item
Qu Wenruo
3
-1
/
+103
2018-12-05
btrfs: tree-check: reduce stack consumption in check_dir_item
David Sterba
1
-1
/
+2
2018-12-05
btrfs: tree-checker: use %zu format string for size_t
Arnd Bergmann
1
-1
/
+1
2018-12-05
btrfs: tree-checker: Add checker for dir item
Qu Wenruo
1
-0
/
+141
2018-12-05
btrfs: tree-checker: Fix false panic for sanity test
Qu Wenruo
3
-8
/
+43
2018-12-05
btrfs: tree-checker: Enhance btrfs_check_node output
Qu Wenruo
1
-7
/
+61
2018-12-05
btrfs: Move leaf and node validation checker to tree-checker.c
Qu Wenruo
4
-282
/
+340
2018-12-05
btrfs: Add checker for EXTENT_CSUM
Qu Wenruo
1
-0
/
+24
2018-12-05
btrfs: Add sanity check for EXTENT_DATA when reading out leaf
Qu Wenruo
1
-0
/
+103
2018-12-05
btrfs: Check if item pointer overlaps with the item itself
Qu Wenruo
1
-0
/
+7
2018-12-05
btrfs: Refactor check_leaf function for later expansion
Qu Wenruo
1
-23
/
+27
2018-12-05
btrfs: Verify that every chunk has corresponding block group at mount time
Qu Wenruo
1
-1
/
+57
2018-12-05
btrfs: validate type when reading a chunk
Gu Jinxiang
1
-0
/
+28
2018-11-21
Btrfs: fix data corruption due to cloning of eof block
Filipe Manana
1
-2
/
+10
2018-11-21
Btrfs: fix infinite loop on inode eviction after deduplication of eof block
Filipe Manana
1
-0
/
+2
2018-11-21
Btrfs: fix cur_offset in the error case for nocow
Robbie Ko
1
-3
/
+2
2018-11-21
btrfs: fix pinned underflow after transaction aborted
Lu Fengqi
1
-1
/
+11
2018-11-13
Btrfs: fix fsync after hole punching when using no-holes feature
Filipe Manana
1
-0
/
+30
2018-11-13
Btrfs: fix use-after-free when dumping free space
Filipe Manana
1
-0
/
+2
2018-11-13
Btrfs: fix use-after-free during inode eviction
Filipe Manana
1
-1
/
+3
2018-11-13
btrfs: move the dio_sem higher up the callchain
Josef Bacik
2
-2
/
+12
2018-11-13
btrfs: don't run delayed_iputs in commit
Josef Bacik
1
-9
/
+0
2018-11-13
btrfs: only free reserved extent if we didn't insert it
Josef Bacik
1
-1
/
+9
2018-11-13
btrfs: don't use ctl->free_space for max_extent_size
Josef Bacik
1
-2
/
+5
2018-11-13
btrfs: set max_extent_size properly
Josef Bacik
1
-10
/
+20
2018-11-13
Btrfs: fix assertion on fsync of regular file when using no-holes feature
Filipe Manana
1
-1
/
+2
2018-11-13
Btrfs: fix null pointer dereference on compressed write path error
Filipe Manana
1
-0
/
+1
2018-11-13
btrfs: qgroup: Dirty all qgroups before rescan
Qu Wenruo
1
-0
/
+1
2018-11-13
Btrfs: fix wrong dentries after fsync of file that got its parent replaced
Filipe Manana
1
-3
/
+27
2018-11-13
Btrfs: fix warning when replaying log after fsync of a tmpfile
Filipe Manana
1
-10
/
+32
2018-11-13
btrfs: make sure we create all new block groups
Josef Bacik
1
-2
/
+5
2018-11-13
btrfs: reset max_extent_size on clear in a bitmap
Josef Bacik
1
-0
/
+2
2018-11-13
btrfs: protect space cache inode alloc with GFP_NOFS
Josef Bacik
1
-0
/
+8
2018-11-13
btrfs: wait on caching when putting the bg cache
Josef Bacik
1
-0
/
+1
2018-11-13
btrfs: don't attempt to trim devices that don't support it
Jeff Mahoney
1
-0
/
+4
2018-11-13
btrfs: iterate all devices during trim, instead of fs_devices::alloc_list
Jeff Mahoney
1
-2
/
+2
[next]