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
compress-2025-01-21
compress-2025-01-23
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
2023-01-12
btrfs: handle case when repair happens with dev-replace
Qu Wenruo
1
-1
/
+10
2023-01-12
btrfs: fix an error handling path in btrfs_defrag_leaves()
Sasha Levin
1
-2
/
+4
2023-01-12
btrfs: fix compat_ro checks against remount
Qu Wenruo
3
-5
/
+7
2023-01-12
btrfs: fix off-by-one in delalloc search during lseek
Filipe Manana
2
-2
/
+2
2023-01-12
btrfs: replace strncpy() with strscpy()
Sasha Levin
2
-7
/
+8
2023-01-07
btrfs: fix resolving backrefs for inline extent followed by prealloc
Boris Burkov
1
-0
/
+4
2023-01-07
btrfs: fix extent map use-after-free when handling missing device in read_one...
void0red
1
-1
/
+2
2023-01-07
btrfs: fix uninitialized parent in insert_state
Josef Bacik
1
-1
/
+1
2022-12-31
btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a range
Filipe Manana
1
-2
/
+8
2022-12-31
btrfs: do not panic if we can't allocate a prealloc extent state
Josef Bacik
1
-8
/
+14
2022-11-25
Merge tag 'for-6.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
7
-35
/
+132
2022-11-23
btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()
Zhen Lei
1
-2
/
+5
2022-11-23
btrfs: do not modify log tree while holding a leaf from fs tree locked
Filipe Manana
1
-4
/
+55
2022-11-23
btrfs: use kvcalloc in btrfs_get_dev_zone_info
Christoph Hellwig
1
-3
/
+3
2022-11-21
btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()
ChenXiaoSong
1
-8
/
+1
2022-11-21
btrfs: send: avoid unaligned encoded writes when attempting to clone range
Filipe Manana
1
-1
/
+23
2022-11-21
btrfs: zoned: fix missing endianness conversion in sb_write_pointer
Christoph Hellwig
1
-1
/
+2
2022-11-15
btrfs: free btrfs_path before copying subvol info to userspace
Anand Jain
1
-0
/
+2
2022-11-15
btrfs: free btrfs_path before copying fspath to userspace
Anand Jain
1
-0
/
+2
2022-11-15
btrfs: free btrfs_path before copying inodes to userspace
Anand Jain
1
-9
/
+7
2022-11-15
btrfs: free btrfs_path before copying root refs to userspace
Josef Bacik
1
-1
/
+2
2022-11-15
btrfs: fix assertion failure and blocking during nowait buffered write
Filipe Manana
1
-6
/
+30
2022-11-11
Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-6
/
+8
2022-11-10
Merge tag 'for-6.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
9
-25
/
+109
2022-11-08
fs: fix leaked psi pressure state
Johannes Weiner
1
-6
/
+8
2022-11-07
btrfs: zoned: fix locking imbalance on scrub
Johannes Thumshirn
1
-1
/
+0
2022-11-07
btrfs: zoned: initialize device's zone info for seeding
Johannes Thumshirn
3
-4
/
+13
2022-11-07
btrfs: zoned: clone zoned device info when cloning a device
Johannes Thumshirn
3
-0
/
+63
2022-11-07
Revert "btrfs: scrub: use larger block size for data extent scrub"
Qu Wenruo
1
-7
/
+1
2022-11-07
btrfs: don't print stack trace when transaction is aborted due to ENOMEM
David Sterba
2
-4
/
+23
2022-11-07
btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()
Zhang Xiaoxu
1
-1
/
+1
2022-11-07
btrfs: fix match incorrectly in dev_args_match_device
Liu Shixin
1
-8
/
+8
2022-11-03
Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-49
/
+91
2022-11-02
btrfs: fix inode reserve space leak due to nowait buffered write
Filipe Manana
1
-1
/
+3
2022-11-02
btrfs: fix nowait buffered write returning -ENOSPC
Filipe Manana
1
-0
/
+3
2022-11-02
btrfs: remove pointless and double ulist frees in error paths of qgroup tests
Filipe Manana
1
-12
/
+4
2022-11-02
btrfs: fix ulist leaks in error paths of qgroup self tests
Filipe Manana
1
-5
/
+15
2022-11-02
btrfs: fix inode list leak during backref walking at find_parent_nodes()
Filipe Manana
1
-1
/
+17
2022-11-02
btrfs: fix inode list leak during backref walking at resolve_indirect_refs()
Filipe Manana
1
-19
/
+17
2022-10-31
Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
10
-40
/
+73
2022-10-31
btrfs: fix lost file sync on direct IO write with nowait and dsync iocb
Filipe Manana
3
-10
/
+31
2022-10-31
btrfs: fix a memory allocation failure test in btrfs_submit_direct
Christophe JAILLET
1
-1
/
+1
2022-10-25
btrfs: don't use btrfs_chunk::sub_stripes from disk
Qu Wenruo
1
-1
/
+11
2022-10-24
btrfs: fix type of parameter generation in btrfs_get_dentry
David Sterba
2
-2
/
+2
2022-10-24
btrfs: send: fix send failure of a subcase of orphan inodes
BingJing Chang
1
-11
/
+13
2022-10-24
btrfs: make thaw time super block check to also verify checksum
Qu Wenruo
3
-6
/
+22
2022-10-24
btrfs: fix tree mod log mishandling of reallocated nodes
Josef Bacik
1
-12
/
+13
2022-10-24
btrfs: reorder btrfs_bio for better packing
David Sterba
1
-1
/
+1
2022-10-24
btrfs: raid56: avoid double freeing for rbio if full_stripe_write() failed
Qu Wenruo
1
-5
/
+7
2022-10-24
btrfs: raid56: properly handle the error when unable to find the missing stripe
Qu Wenruo
1
-2
/
+4
[next]