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.13.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
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 take dev_replace rwsem on task already holding it
Johannes Thumshirn
3
-3
/
+9
2024-12-09
btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_pr...
Josef Bacik
1
-1
/
+0
2024-12-09
btrfs: ref-verify: fix use-after-free after invalid ref action
Filipe Manana
1
-0
/
+1
2024-12-09
btrfs: add a sanity check for btrfs root in btrfs_search_slot()
Lizhi Xu
1
-1
/
+5
2024-12-09
btrfs: don't loop for nowait writes when checking for cross references
Filipe Manana
1
-1
/
+1
2024-12-09
btrfs: do not BUG_ON() when freeing tree block after error
Filipe Manana
6
-29
/
+74
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: 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: drop the backref cache during relocation if we commit
Josef Bacik
2
-76
/
+11
2024-10-10
btrfs: relocation: constify parameters where possible
David Sterba
2
-32
/
+33
2024-10-10
btrfs: relocation: return bool from btrfs_should_ignore_reloc_root
David Sterba
2
-11
/
+10
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: fix a NULL pointer dereference when failed to start a new trasacntion
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: update comment for struct btrfs_inode::lock
Filipe Manana
1
-14
/
+18
2024-10-04
btrfs: reorder btrfs_inode to fill gaps
David Sterba
1
-8
/
+8
2024-10-04
btrfs: subpage: fix the bitmap dump which can cause bitmap corruption
Qu Wenruo
1
-2
/
+8
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-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-08
btrfs: tree-checker: validate dref root and objectid
Qu Wenruo
1
-0
/
+47
2024-09-04
btrfs: run delayed iputs when flushing delalloc
Josef Bacik
1
-0
/
+2
2024-09-04
btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk()
Qu Wenruo
1
-8
/
+18
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 inode in header process_recorded_refs()
David Sterba
1
-1
/
+7
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: push errors up from add_async_extent()
David Sterba
1
-5
/
+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
2024-08-29
btrfs: defrag: change BUG_ON to assertion in btrfs_defrag_leaves()
David Sterba
1
-1
/
+1
2024-08-29
btrfs: delayed-inode: drop pointless BUG_ON in __btrfs_remove_delayed_item()
David Sterba
1
-2
/
+0
2024-08-29
btrfs: zlib: fix and simplify the inline extent decompression
Qu Wenruo
3
-62
/
+36
2024-08-29
btrfs: tree-checker: add dev extent item checks
Qu Wenruo
1
-0
/
+69
[next]