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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
4 days
btrfs: don't rewrite ret from inode_permission
Josef Bacik
1
-3
/
+1
4 days
btrfs: scrub: always update btrfs_scrub_progress::last_physical
Qu Wenruo
1
-0
/
+5
4 days
btrfs: fix memory leak of fs_devices in degraded seed device path
Deepanshu Kartikey
1
-0
/
+1
2025-12-07
btrfs: fix crash on racing fsync and size-extending write into prealloc
Omar Sandoval
1
-6
/
+11
2025-12-07
btrfs: add helper to truncate inode items when logging inode
Filipe Manana
1
-13
/
+19
2025-12-07
btrfs: mark dirty extent range for out of bound prealloc extents
austinchang
1
-0
/
+10
2025-12-07
btrfs: use smp_mb__after_atomic() when forcing COW in create_pending_snapshot()
Filipe Manana
1
-1
/
+1
2025-12-07
btrfs: always drop log root tree reference in btrfs_replay_log()
Filipe Manana
2
-2
/
+1
2025-12-07
btrfs: scrub: replace max_t()/min_t() with clamp() in scrub_throttle_dev_io()
Thorsten Blum
1
-2
/
+1
2025-10-29
btrfs: fix clearing of BTRFS_FS_RELOC_RUNNING if relocation already running
Filipe Manana
1
-6
/
+7
2025-10-19
minmax: don't use max() in situations that want a C constant expression
Linus Torvalds
1
-1
/
+1
2025-10-19
btrfs: fix the incorrect max_bytes value for find_lock_delalloc_range()
Qu Wenruo
1
-3
/
+11
2025-10-19
btrfs: avoid potential out-of-bounds in btrfs_encode_fh()
Anderson Nascimento
1
-1
/
+7
2025-10-19
minmax: add in_range() macro
Matthew Wilcox (Oracle)
1
-2
/
+0
2025-10-02
btrfs: tree-checker: fix the incorrect inode ref size check
Qu Wenruo
1
-2
/
+2
2025-08-28
btrfs: populate otime when logging an inode item
Qu Wenruo
1
-0
/
+5
2025-08-28
btrfs: do not allow relocation of partially dropped subvolumes
Qu Wenruo
1
-0
/
+19
2025-08-28
btrfs: fix log tree replay failure due to file with 0 links and extents
Filipe Manana
1
-18
/
+30
2025-07-17
btrfs: use btrfs_record_snapshot_destroy() during rmdir
Filipe Manana
1
-1
/
+1
2025-07-17
btrfs: propagate last_unlink_trans earlier when doing a rmdir
Filipe Manana
1
-18
/
+18
2025-07-10
btrfs: fix missing error handling when searching for inode refs during log re...
Filipe Manana
1
-1
/
+3
2025-07-10
btrfs: don't drop extent_map for free space inode on write error
Josef Bacik
1
-2
/
+17
2025-07-10
btrfs: update superblock's device bytes_used when dropping chunk
Mark Harmstone
1
-0
/
+6
2025-06-04
btrfs: send: return -ENAMETOOLONG when attempting a path that is too long
Filipe Manana
1
-4
/
+2
2025-06-04
btrfs: get zone unusable bytes while holding lock at btrfs_reclaim_bgs_work()
Filipe Manana
1
-7
/
+11
2025-06-04
btrfs: avoid linker error in btrfs_find_create_tree_block()
Mark Harmstone
1
-2
/
+5
2025-06-04
btrfs: make btrfs_discard_workfn() block_group ref explicit
Boris Burkov
1
-18
/
+16
2025-05-22
btrfs: do not clean up repair bio if submit fails
Josef Bacik
1
-8
/
+7
2025-05-22
btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()
Filipe Manana
1
-5
/
+20
2025-05-22
btrfs: fix discard worker infinite loop after disabling discard
Filipe Manana
1
-2
/
+15
2025-05-02
btrfs: correctly escape subvol in btrfs_show_options()
Johannes Kimmel
1
-2
/
+1
2025-04-10
btrfs: handle errors from btrfs_dec_ref() properly
Josef Bacik
1
-1
/
+4
2025-03-13
btrfs: avoid monopolizing a core when activating a swap file
Filipe Manana
1
-0
/
+2
2025-03-13
Revert "btrfs: avoid monopolizing a core when activating a swap file"
Koichiro Den
1
-2
/
+0
2025-03-13
btrfs: fix hole expansion when writing at an offset beyond EOF
Filipe Manana
1
-3
/
+1
2025-03-13
btrfs: convert BUG_ON in btrfs_reloc_cow_block() to proper error handling
Josef Bacik
1
-2
/
+12
2025-03-13
btrfs: fix data race when accessing the inode's disk_i_size at btrfs_drop_ext...
Hao-ran Zheng
1
-1
/
+1
2025-03-13
btrfs: fix use-after-free when attempting to join an aborted transaction
Filipe Manana
1
-1
/
+3
2025-03-13
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: sysfs: fix direct super block member reads
Qu Wenruo
1
-3
/
+3
2025-01-09
btrfs: sysfs: convert scnprintf and snprintf to sysfs_emit
Anand Jain
1
-49
/
+44
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: avoid monopolizing a core when activating a swap file
Filipe Manana
1
-0
/
+2
2025-01-09
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: 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
[next]