index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
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
2024-11-08
btrfs: fix defrag not merging contiguous extents due to merged extent maps
Filipe Manana
1
-5
/
+5
2024-11-08
btrfs: fix extent map merging not happening for adjacent extents
Filipe Manana
1
-1
/
+6
2024-11-08
btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids()
Zhihao Cheng
1
-0
/
+1
2024-11-08
btrfs: fix error propagation of split bios
Naohiro Aota
2
-24
/
+16
2024-11-08
btrfs: merge btrfs_orig_bbio_end_io() into btrfs_bio_end_io()
Qu Wenruo
1
-18
/
+11
2024-11-01
btrfs: fix read corruption due to race with extent map merging
Boris Burkov
1
-15
/
+16
2024-11-01
btrfs: zoned: fix zone unusable accounting for freed reserved extent
Naohiro Aota
1
-0
/
+2
2024-11-01
btrfs: reject ro->rw reconfiguration if there are hard ro requirements
Qu Wenruo
1
-2
/
+1
2024-11-01
btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()
Yue Haibing
2
-7
/
+4
2024-11-01
btrfs: clear force-compress on remount when compress mount option is given
Filipe Manana
1
-0
/
+9
2024-11-01
btrfs: qgroup: set a more sane default value for subtree drop threshold
Qu Wenruo
3
-2
/
+4
2024-10-22
btrfs: fix uninitialized pointer free on read_alloc_one_name() error
Roi Martin
1
-2
/
+2
2024-10-22
btrfs: fix uninitialized pointer free in add_inode_ref()
Roi Martin
1
-1
/
+1
2024-10-17
btrfs: add cancellation points to trim loops
Luca Stefani
3
-3
/
+14
2024-10-17
btrfs: split remaining space to discard in chunks
Luca Stefani
2
-4
/
+21
2024-10-17
btrfs: zoned: fix missing RCU locking in error message when loading zone info
Filipe Manana
1
-1
/
+1
2024-10-10
btrfs: wait for fixup workers before stopping cleaner kthread during umount
Filipe Manana
1
-0
/
+11
2024-10-10
btrfs: send: fix invalid clone operation for file that got its size decreased
Filipe Manana
1
-1
/
+22
2024-10-10
btrfs: drop the backref cache during relocation if we commit
Josef Bacik
2
-76
/
+11
2024-10-10
btrfs: fix a NULL pointer dereference when failed to start a new trasacntion
Qu Wenruo
1
-1
/
+1
2024-10-10
btrfs: send: fix buffer overflow detection when copying path to cache entry
Filipe Manana
1
-3
/
+5
2024-10-10
btrfs: don't readahead the relocation inode on RST
Johannes Thumshirn
1
-4
/
+18
2024-10-04
btrfs: always update fstrim_range on failure in FITRIM ioctl
Luca Stefani
2
-5
/
+3
2024-10-04
btrfs: tree-checker: fix the wrong output of data backref objectid
Qu Wenruo
1
-1
/
+1
2024-10-04
btrfs: fix race setting file private on concurrent lseek using same fd
Filipe Manana
3
-3
/
+34
2024-10-04
btrfs: subpage: fix the bitmap dump which can cause bitmap corruption
Qu Wenruo
1
-2
/
+8
2024-09-03
btrfs: fix race between direct IO write and fsync when using same fd
Filipe Manana
4
-16
/
+16
2024-09-02
btrfs: zoned: handle broken write pointer on zones
Naohiro Aota
1
-5
/
+25
2024-09-02
btrfs: qgroup: don't use extent changeset when not needed
Fedor Pchelkin
1
-2
/
+1
2024-08-27
btrfs: fix uninitialized return value from btrfs_reclaim_sweep()
Filipe Manana
2
-13
/
+6
2024-08-27
btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk()
Qu Wenruo
1
-8
/
+18
2024-08-26
btrfs: initialize last_extent_end to fix -Wmaybe-uninitialized warning in ext...
David Sterba
1
-1
/
+1
2024-08-25
btrfs: run delayed iputs when flushing delalloc
Josef Bacik
1
-0
/
+2
2024-08-16
btrfs: only enable extent map shrinker for DEBUG builds
Qu Wenruo
1
-1
/
+7
2024-08-15
btrfs: zoned: properly take lock to read/update block group's zoned variables
Naohiro Aota
1
-6
/
+8
2024-08-15
btrfs: tree-checker: add dev extent item checks
Qu Wenruo
1
-0
/
+69
2024-08-15
btrfs: update target inode's ctime on unlink
Jeff Layton
1
-0
/
+1
2024-08-15
btrfs: send: annotate struct name_cache_entry with __counted_by()
Thorsten Blum
1
-1
/
+1
2024-08-13
btrfs: fix invalid mapping of extent xarray state
Naohiro Aota
1
-7
/
+7
2024-08-13
btrfs: send: allow cloning non-aligned extent if it ends at i_size
Filipe Manana
1
-13
/
+39
2024-08-13
btrfs: only run the extent map shrinker from kswapd tasks
Filipe Manana
2
-16
/
+16
2024-08-13
btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir type
Qu Wenruo
1
-2
/
+3
2024-08-13
btrfs: check delayed refs when we're checking if a ref exists
Josef Bacik
3
-6
/
+114
2024-08-07
Merge tag 'for-6.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-9
/
+38
2024-08-02
btrfs: avoid using fixed char array size for tree names
Qu Wenruo
1
-1
/
+1
2024-08-02
btrfs: fix double inode unlock for direct IO sync writes
Filipe Manana
1
-1
/
+4
2024-08-01
btrfs: emit a warning about space cache v1 being deprecated
Josef Bacik
1
-1
/
+4
2024-08-01
btrfs: fix qgroup reserve leaks in cow_file_range
Boris Burkov
1
-0
/
+3
2024-08-01
btrfs: implement launder_folio for clearing dirty page reserve
Boris Burkov
1
-0
/
+7
2024-08-01
btrfs: scrub: update last_physical after scrubbing one stripe
Qu Wenruo
1
-0
/
+9
[next]