index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-16
btrfs: fix beyond-EOF write handling
Qu Wenruo
1
-4
/
+4
2025-12-16
btrfs: fix deadlock in wait_current_trans() due to ignored transaction type
Robbie Ko
1
-5
/
+6
2025-12-16
btrfs: qgroup: update all parent qgroups when doing quick inherit
Qu Wenruo
1
-2
/
+16
2025-12-16
btrfs: fix qgroup_snapshot_quick_inherit() squota bug
Boris Burkov
1
-0
/
+3
2025-12-16
Merge tag 'for-6.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-33
/
+46
2025-12-12
btrfs: fix changeset leak on mmap write after failure to reserve metadata
Filipe Manana
1
-1
/
+2
2025-12-12
btrfs: fix memory leak of fs_devices in degraded seed device path
Deepanshu Kartikey
1
-0
/
+1
2025-12-09
btrfs: fix a potential path leak in print_data_reloc_error()
Qu Wenruo
1
-0
/
+1
2025-12-09
Revert "btrfs: add ASSERTs on prealloc in qgroup functions"
Qu Wenruo
1
-23
/
+4
2025-12-08
btrfs: do not skip logging new dentries when logging a new name
Filipe Manana
1
-8
/
+0
2025-12-08
btrfs: don't log conflicting inode if it's a dir moved in the current transac...
Filipe Manana
1
-0
/
+38
2025-12-08
btrfs: tests: fix double btrfs_path free in remove_extent_ref()
Dan Carpenter
1
-1
/
+0
2025-12-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-3
/
+3
2025-12-03
Merge tag 'for-6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
73
-2297
/
+2763
2025-12-03
Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-5
/
+6
2025-12-03
Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+3
2025-12-03
Merge tag 'kbuild-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...
Linus Torvalds
1
-19
/
+20
2025-12-01
Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-29
/
+12
2025-12-01
Merge tag 'vfs-6.19-rc1.guards' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-16
/
+10
2025-12-01
Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2025-12-01
Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
8
-30
/
+29
2025-12-01
Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-36
/
+15
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-5
/
+5
2025-12-01
Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-10
/
+17
2025-11-26
btrfs: fix the comment on btrfs_update_time
Christoph Hellwig
1
-2
/
+2
2025-11-26
btrfs: use vfs_utimes to update file timestamps
Christoph Hellwig
1
-7
/
+4
2025-11-26
Merge tag 'kvm-x86-gmem-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-3
/
+3
2025-11-25
btrfs: remove unnecessary inode key in btrfs_log_all_parents()
Filipe Manana
1
-8
/
+4
2025-11-25
btrfs: remove redundant zero/NULL initializations in btrfs_alloc_root()
Filipe Manana
1
-13
/
+0
2025-11-25
btrfs: remaining BTRFS_PATH_AUTO_FREE conversions
David Sterba
12
-176
/
+105
2025-11-25
btrfs: send: do not allocate memory for xattr data when checking it exists
Filipe Manana
1
-4
/
+8
2025-11-25
btrfs: send: add unlikely to all unexpected overflow checks
Filipe Manana
1
-9
/
+9
2025-11-25
btrfs: reduce arguments to btrfs_del_inode_ref_in_log()
Filipe Manana
3
-8
/
+8
2025-11-25
btrfs: remove root argument from btrfs_del_dir_entries_in_log()
Filipe Manana
3
-3
/
+2
2025-11-25
btrfs: use test_and_set_bit() in btrfs_delayed_delete_inode_ref()
Filipe Manana
1
-7
/
+4
2025-11-25
btrfs: don't search back for dir inode item in INO_LOOKUP_USER
Josef Bacik
1
-20
/
+3
2025-11-25
btrfs: don't rewrite ret from inode_permission
Josef Bacik
1
-3
/
+1
2025-11-25
btrfs: add orig_logical to btrfs_bio for encryption
Josef Bacik
3
-1
/
+13
2025-11-25
btrfs: disable verity on encrypted inodes
Sweet Tea Dorminy
1
-0
/
+3
2025-11-25
btrfs: disable various operations on encrypted inodes
Omar Sandoval
2
-0
/
+9
2025-11-25
btrfs: remove redundant level reset in btrfs_del_items()
Sun YangKai
1
-3
/
+1
2025-11-25
btrfs: simplify leaf traversal after path release in btrfs_next_old_leaf()
Sun YangKai
1
-25
/
+14
2025-11-25
btrfs: optimize balance_level() path reference handling
Sun YangKai
1
-3
/
+3
2025-11-25
btrfs: factor out root promotion logic into promote_child_to_root()
Sun YangKai
1
-46
/
+70
2025-11-25
btrfs: raid56: remove the "_step" infix
Qu Wenruo
1
-16
/
+16
2025-11-25
btrfs: raid56: enable bs > ps support
Qu Wenruo
2
-11
/
+6
2025-11-25
btrfs: raid56: prepare finish_parity_scrub() to support bs > ps cases
Qu Wenruo
1
-89
/
+87
2025-11-25
btrfs: raid56: prepare rbio_bio_add_io_paddr() to support bs > ps cases
Qu Wenruo
1
-41
/
+65
2025-11-25
btrfs: raid56: prepare steal_rbio() to support bs > ps cases
Qu Wenruo
1
-10
/
+41
2025-11-25
btrfs: raid56: prepare set_bio_pages_uptodate() to support bs > ps cases
Qu Wenruo
1
-7
/
+13
[prev]
[next]