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.14.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: wait for fixup workers before stopping cleaner kthread during umount
Filipe Manana
2024-10-10
1
-0
/
+11
*
btrfs: send: fix invalid clone operation for file that got its size decreased
Filipe Manana
2024-10-10
1
-1
/
+22
*
btrfs: drop the backref cache during relocation if we commit
Josef Bacik
2024-10-10
2
-76
/
+11
*
btrfs: fix a NULL pointer dereference when failed to start a new trasacntion
Qu Wenruo
2024-10-10
1
-1
/
+1
*
btrfs: always update fstrim_range on failure in FITRIM ioctl
Luca Stefani
2024-10-04
2
-5
/
+3
*
btrfs: tree-checker: fix the wrong output of data backref objectid
Qu Wenruo
2024-10-04
1
-1
/
+1
*
btrfs: fix race setting file private on concurrent lseek using same fd
Filipe Manana
2024-10-04
3
-3
/
+34
*
btrfs: subpage: fix the bitmap dump which can cause bitmap corruption
Qu Wenruo
2024-10-04
1
-2
/
+8
*
btrfs: update target inode's ctime on unlink
Jeff Layton
2024-09-18
1
-0
/
+1
*
btrfs: fix race between direct IO write and fsync when using same fd
Filipe Manana
2024-09-12
3
-16
/
+16
*
btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()
David Sterba
2024-09-12
1
-1
/
+1
*
btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()
Filipe Manana
2024-09-12
1
-4
/
+20
*
btrfs: replace BUG_ON() with error handling at update_ref_for_cow()
Filipe Manana
2024-09-12
1
-2
/
+10
*
btrfs: handle errors from btrfs_dec_ref() properly
Josef Bacik
2024-09-12
1
-1
/
+4
*
btrfs: clean up our handling of refs == 0 in snapshot delete
Josef Bacik
2024-09-12
1
-5
/
+23
*
btrfs: replace BUG_ON with ASSERT in walk_down_proc()
Josef Bacik
2024-09-12
1
-2
/
+2
*
btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_pr...
Josef Bacik
2024-09-12
1
-1
/
+0
*
btrfs: slightly loosen the requirement for qgroup removal
Qu Wenruo
2024-09-12
1
-7
/
+80
*
btrfs: zoned: handle broken write pointer on zones
Naohiro Aota
2024-09-12
1
-5
/
+25
*
btrfs: qgroup: don't use extent changeset when not needed
Fedor Pchelkin
2024-09-12
1
-2
/
+1
*
btrfs: fix qgroup reserve leaks in cow_file_range
Boris Burkov
2024-09-08
1
-0
/
+3
*
btrfs: scrub: update last_physical after scrubbing one stripe
Qu Wenruo
2024-09-08
1
-0
/
+9
*
btrfs: factor out stripe length calculation into a helper
Qu Wenruo
2024-09-08
1
-6
/
+10
*
btrfs: tree-checker: validate dref root and objectid
Qu Wenruo
2024-09-08
1
-0
/
+47
*
btrfs: run delayed iputs when flushing delalloc
Josef Bacik
2024-09-04
1
-0
/
+2
*
btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk()
Qu Wenruo
2024-09-04
1
-8
/
+18
*
btrfs: fix invalid mapping of extent xarray state
Naohiro Aota
2024-08-29
1
-7
/
+7
*
btrfs: only enable extent map shrinker for DEBUG builds
Qu Wenruo
2024-08-29
1
-1
/
+7
*
btrfs: tree-checker: add dev extent item checks
Qu Wenruo
2024-08-29
1
-0
/
+69
*
btrfs: zoned: properly take lock to read/update block group's zoned variables
Naohiro Aota
2024-08-29
1
-6
/
+8
*
btrfs: only run the extent map shrinker from kswapd tasks
Filipe Manana
2024-08-29
2
-16
/
+16
*
btrfs: check delayed refs when we're checking if a ref exists
Josef Bacik
2024-08-29
3
-6
/
+114
*
btrfs: send: allow cloning non-aligned extent if it ends at i_size
Filipe Manana
2024-08-29
1
-13
/
+39
*
btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir type
Qu Wenruo
2024-08-29
1
-2
/
+3
*
btrfs: fix double inode unlock for direct IO sync writes
Filipe Manana
2024-08-14
1
-1
/
+4
*
btrfs: fix corruption after buffer fault in during direct IO append write
Filipe Manana
2024-08-14
2
-13
/
+43
*
btrfs: avoid using fixed char array size for tree names
Qu Wenruo
2024-08-14
1
-1
/
+1
*
btrfs: fix bitmap leak when loading free space cache on duplicate entry
Filipe Manana
2024-08-14
1
-0
/
+1
*
btrfs: fix data race when accessing the last_trans field of a root
Filipe Manana
2024-08-14
6
-13
/
+23
*
btrfs: reduce nesting for extent processing at btrfs_lookup_extent_info()
Filipe Manana
2024-08-14
1
-13
/
+9
*
btrfs: do not BUG_ON() when freeing tree block after error
Filipe Manana
2024-08-14
6
-31
/
+76
*
btrfs: do not clear page dirty inside extent_write_locked_range()
Qu Wenruo
2024-08-14
1
-3
/
+1
*
btrfs: make cow_file_range_inline() honor locked_page on error
Boris Burkov
2024-08-11
1
-6
/
+10
*
btrfs: do not subtract delalloc from avail bytes
Naohiro Aota
2024-08-11
1
-2
/
+1
*
btrfs: zoned: fix zone_unusable accounting on making block group read-write a...
Naohiro Aota
2024-08-11
5
-8
/
+15
*
btrfs: fix extent map use-after-free when adding pages to compressed bio
Filipe Manana
2024-08-03
1
-1
/
+1
*
Merge tag 'for-6.10-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-07-12
3
-29
/
+97
|
\
|
*
btrfs: avoid races when tracking progress for extent map shrinking
Filipe Manana
2024-07-11
3
-21
/
+66
|
*
btrfs: stop extent map shrinker if reschedule is needed
Filipe Manana
2024-07-11
1
-8
/
+31
|
*
btrfs: use delayed iput during extent map shrinking
Filipe Manana
2024-07-11
1
-1
/
+1
[next]