index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-31
btrfs: dev-replace: go back to suspended state if target device is missing
Anand Jain
1
-0
/
+2
2019-01-31
btrfs: fix error handling in btrfs_dev_replace_start
Jeff Mahoney
1
-2
/
+5
2019-01-23
btrfs: wait on ordered extents on abort cleanup
Josef Bacik
1
-0
/
+8
2018-12-17
Btrfs: send, fix infinite loop due to directory rename dependencies
Robbie Ko
1
-3
/
+8
2018-12-08
btrfs: tree-checker: Fix misleading group system information
Shaokun Zhang
1
-1
/
+1
2018-12-08
btrfs: tree-checker: Check level for leaves and nodes
Qu Wenruo
1
-0
/
+14
2018-12-08
btrfs: Check that each block group has corresponding chunk at mount time
Qu Wenruo
1
-1
/
+27
2018-12-08
btrfs: tree-checker: Detect invalid and empty essential trees
Qu Wenruo
1
-1
/
+14
2018-12-08
btrfs: tree-checker: Verify block_group_item
Qu Wenruo
3
-1
/
+103
2018-12-08
btrfs: tree-check: reduce stack consumption in check_dir_item
David Sterba
1
-1
/
+2
2018-12-08
btrfs: tree-checker: use %zu format string for size_t
Arnd Bergmann
1
-1
/
+1
2018-12-08
btrfs: tree-checker: Add checker for dir item
Qu Wenruo
1
-0
/
+141
2018-12-08
btrfs: tree-checker: Fix false panic for sanity test
Qu Wenruo
3
-8
/
+43
2018-12-08
btrfs: tree-checker: Enhance btrfs_check_node output
Qu Wenruo
1
-7
/
+61
2018-12-08
btrfs: struct-funcs, constify readers
Jeff Mahoney
4
-89
/
+91
2018-12-08
btrfs: Move leaf and node validation checker to tree-checker.c
Qu Wenruo
4
-281
/
+340
2018-12-08
btrfs: Add checker for EXTENT_CSUM
Qu Wenruo
1
-0
/
+24
2018-12-08
btrfs: Add sanity check for EXTENT_DATA when reading out leaf
Qu Wenruo
1
-0
/
+103
2018-12-08
btrfs: Check if item pointer overlaps with the item itself
Qu Wenruo
1
-0
/
+7
2018-12-08
btrfs: Refactor check_leaf function for later expansion
Qu Wenruo
1
-23
/
+27
2018-12-08
btrfs: Verify that every chunk has corresponding block group at mount time
Qu Wenruo
1
-1
/
+57
2018-12-08
btrfs: validate type when reading a chunk
Gu Jinxiang
1
-0
/
+28
2018-12-08
Btrfs: fix use-after-free when dumping free space
Filipe Manana
1
-0
/
+2
2018-12-08
btrfs: Always try all copies when reading extent buffers
Nikolay Borisov
1
-9
/
+1
2018-12-05
btrfs: release metadata before running delayed refs
Josef Bacik
1
-3
/
+3
2018-12-05
Btrfs: ensure path name is null terminated at btrfs_control_ioctl
Filipe Manana
1
-0
/
+1
2018-11-27
btrfs: fix pinned underflow after transaction aborted
Lu Fengqi
1
-4
/
+15
2018-11-27
btrfs: Ensure btrfs_trim_fs can trim the whole filesystem
Qu Wenruo
2
-13
/
+8
2018-11-27
btrfs: Enhance btrfs_trim_fs function to handle error better
Qu Wenruo
1
-13
/
+40
2018-11-21
Btrfs: fix data corruption due to cloning of eof block
Filipe Manana
1
-2
/
+10
2018-11-21
Btrfs: fix cur_offset in the error case for nocow
Robbie Ko
1
-3
/
+2
2018-11-13
btrfs: set max_extent_size properly
Josef Bacik
1
-10
/
+20
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: 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: 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
2018-11-13
btrfs: fix error handling in free_log_tree
Jeff Mahoney
1
-3
/
+6
2018-11-13
btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlock
Qu Wenruo
1
-0
/
+13
2018-11-13
btrfs: Handle owner mismatch gracefully when walking up tree
Qu Wenruo
2
-7
/
+13
2018-11-10
Btrfs: incremental send, fix invalid memory access
Filipe Manana
1
-3
/
+4
2018-11-10
Btrfs: clear EXTENT_DEFRAG bits in finish_ordered_io
Liu Bo
1
-1
/
+1
2018-11-10
btrfs: fiemap: Cache and merge fiemap extent before submit it to user
Qu Wenruo
1
-2
/
+122
2018-09-15
btrfs: use correct compare function of dirty_metadata_bytes
Ethan Lien
1
-4
/
+6
2018-09-15
btrfs: Don't remove block group that still has pinned down bytes
Qu Wenruo
1
-1
/
+1
2018-09-15
btrfs: relocation: Only remove reloc rb_trees if reloc control has been initi...
Qu Wenruo
1
-11
/
+12
2018-09-15
btrfs: replace: Reset on-disk dev stats value after replace
Misono Tomohiro
1
-0
/
+6
[next]