index
:
linux.git
cached
cdir_v2
cfid-fixes
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
2025-04-10
btrfs: handle errors from btrfs_dec_ref() properly
Josef Bacik
1
-1
/
+4
2025-02-21
btrfs: fix hole expansion when writing at an offset beyond EOF
Filipe Manana
1
-3
/
+1
2025-02-21
btrfs: avoid monopolizing a core when activating a swap file
Filipe Manana
1
-0
/
+2
2025-02-21
Revert "btrfs: avoid monopolizing a core when activating a swap file"
Koichiro Den
1
-2
/
+0
2025-02-21
btrfs: convert BUG_ON in btrfs_reloc_cow_block() to proper error handling
Josef Bacik
1
-2
/
+12
2025-02-21
btrfs: fix data race when accessing the inode's disk_i_size at btrfs_drop_ext...
Hao-ran Zheng
1
-1
/
+1
2025-02-21
btrfs: fix use-after-free when attempting to join an aborted transaction
Filipe Manana
1
-1
/
+3
2025-02-21
btrfs: output the reason for open_ctree() failure
Qu Wenruo
1
-1
/
+1
2025-01-09
btrfs: flush delalloc workers queue before stopping cleaner kthread during un...
Filipe Manana
1
-0
/
+9
2025-01-09
btrfs: fix use-after-free when COWing tree bock and tracing is enabled
Filipe Manana
1
-7
/
+4
2025-01-09
btrfs: rename and export __btrfs_cow_block()
Filipe Manana
2
-15
/
+22
2025-01-09
btrfs: fix use-after-free in btrfs_encoded_read_endio()
Johannes Thumshirn
1
-1
/
+1
2025-01-02
btrfs: sysfs: fix direct super block member reads
Qu Wenruo
1
-3
/
+3
2025-01-02
btrfs: avoid monopolizing a core when activating a swap file
Filipe Manana
1
-0
/
+2
2024-12-27
btrfs: tree-checker: reject inline extent items with 0 ref count
Qu Wenruo
1
-1
/
+26
2024-12-14
btrfs: fix missing snapshot drew unlock when root is dead during swap activation
Filipe Manana
1
-0
/
+1
2024-12-14
btrfs: do not clear read-only when adding sprout device
Boris Burkov
1
-4
/
+0
2024-12-14
btrfs: avoid unnecessary device path update for the same device
Qu Wenruo
1
-1
/
+37
2024-12-14
btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_pr...
Josef Bacik
1
-1
/
+0
2024-12-14
btrfs: ref-verify: fix use-after-free after invalid ref action
Filipe Manana
1
-0
/
+1
2024-12-14
btrfs: add a sanity check for btrfs root in btrfs_search_slot()
Lizhi Xu
1
-1
/
+5
2024-12-14
btrfs: add might_sleep() annotations
ChenXiaoSong
1
-0
/
+4
2024-12-14
btrfs: don't loop for nowait writes when checking for cross references
Filipe Manana
1
-1
/
+1
2024-12-14
btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operations
Boris Burkov
4
-21
/
+40
2024-11-14
btrfs: reinitialize delayed ref list after deleting it from the list
Filipe Manana
1
-1
/
+1
2024-11-01
btrfs: zoned: fix zone unusable accounting for freed reserved extent
Naohiro Aota
1
-0
/
+2
2024-11-01
btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()
Yue Haibing
2
-7
/
+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: zoned: fix missing RCU locking in error message when loading zone info
Filipe Manana
1
-1
/
+1
2024-10-17
btrfs: wait for fixup workers before stopping cleaner kthread during umount
Filipe Manana
1
-0
/
+11
2024-10-17
btrfs: send: fix invalid clone operation for file that got its size decreased
Filipe Manana
1
-1
/
+22
2024-10-17
btrfs: fix a NULL pointer dereference when failed to start a new trasacntion
Qu Wenruo
1
-1
/
+1
2024-09-30
btrfs: calculate the right space for delayed refs when updating global reserve
Filipe Manana
3
-6
/
+41
2024-09-18
btrfs: update target inode's ctime on unlink
Jeff Layton
1
-0
/
+1
2024-09-12
btrfs: fix race between direct IO write and fsync when using same fd
Filipe Manana
3
-16
/
+16
2024-09-12
btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()
David Sterba
1
-1
/
+1
2024-09-12
btrfs: replace BUG_ON() with error handling at update_ref_for_cow()
Filipe Manana
1
-2
/
+10
2024-09-12
btrfs: clean up our handling of refs == 0 in snapshot delete
Josef Bacik
1
-5
/
+23
2024-09-12
btrfs: replace BUG_ON with ASSERT in walk_down_proc()
Josef Bacik
1
-2
/
+2
2024-09-04
btrfs: fix extent map use-after-free when adding pages to compressed bio
Filipe Manana
1
-1
/
+1
2024-09-04
btrfs: run delayed iputs when flushing delalloc
Josef Bacik
1
-0
/
+2
2024-08-29
btrfs: send: allow cloning non-aligned extent if it ends at i_size
Filipe Manana
1
-13
/
+39
2024-08-29
btrfs: replace sb::s_blocksize by fs_info::sectorsize
David Sterba
7
-9
/
+11
2024-08-29
btrfs: delete pointless BUG_ON check on quota root in btrfs_qgroup_account_ex...
David Sterba
1
-2
/
+0
2024-08-29
btrfs: change BUG_ON to assertion in tree_move_down()
David Sterba
1
-1
/
+1
2024-08-29
btrfs: send: handle unexpected data in header buffer in begin_cmd()
David Sterba
1
-1
/
+6
2024-08-29
btrfs: handle invalid root reference found in may_destroy_subvol()
David Sterba
1
-1
/
+8
2024-08-29
btrfs: tests: allocate dummy fs_info and root in test_find_delalloc()
David Sterba
1
-4
/
+24
2024-08-29
btrfs: change BUG_ON to assertion when checking for delayed_node root
David Sterba
1
-1
/
+1
[next]