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
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2020-09-09
btrfs: fix potential deadlock in the search ioctl
Josef Bacik
3
-14
/
+27
2020-09-09
btrfs: tree-checker: fix the error message for transid error
Qu Wenruo
1
-1
/
+1
2020-09-09
btrfs: set the lockdep class for log tree extent buffers
Josef Bacik
1
-1
/
+5
2020-09-09
btrfs: set the correct lockdep class for new nodes
Josef Bacik
1
-1
/
+1
2020-09-09
btrfs: allocate scrub workqueues outside of locks
Josef Bacik
1
-52
/
+70
2020-09-09
btrfs: drop path before adding new uuid tree entry
Josef Bacik
1
-1
/
+2
2020-09-03
btrfs: detect nocow for swap after snapshot delete
Boris Burkov
4
-16
/
+23
2020-09-03
btrfs: fix space cache memory leak after transaction abort
Filipe Manana
2
-1
/
+2
2020-09-03
btrfs: check the right error variable in btrfs_del_dir_entries_in_log
Josef Bacik
1
-4
/
+6
2020-09-03
btrfs: reset compression level for lzo on remount
Marcos Paulo de Souza
1
-0
/
+1
2020-09-03
btrfs: only commit delayed items at fsync if we are logging a directory
Filipe Manana
1
-4
/
+5
2020-09-03
btrfs: only commit the delayed inode when doing a full fsync
Filipe Manana
1
-5
/
+7
2020-09-03
btrfs: factor out inode items copy loop from btrfs_log_inode()
Filipe Manana
1
-136
/
+138
2020-09-03
btrfs: make btrfs_qgroup_check_reserved_leak take btrfs_inode
Nikolay Borisov
3
-9
/
+9
2020-09-03
btrfs: file: reserve qgroup space after the hole punch range is locked
Qu Wenruo
1
-4
/
+4
2020-08-26
btrfs: add wrapper for transaction abort predicate
David Sterba
6
-20
/
+33
2020-08-26
btrfs: return EROFS for BTRFS_FS_STATE_ERROR cases
Josef Bacik
3
-3
/
+6
2020-08-26
btrfs: don't show full path of bind mounts in subvol=
Josef Bacik
1
-2
/
+8
2020-08-26
btrfs: export helpers for subvolume name/id resolution
Marcos Paulo de Souza
4
-8
/
+15
2020-08-21
btrfs: fix return value mixup in btrfs_get_extent
Pavel Machek
1
-1
/
+1
2020-08-21
btrfs: make sure SB_I_VERSION doesn't get unset by remount
Josef Bacik
1
-0
/
+6
2020-08-21
btrfs: fix memory leaks after failure to lookup checksums during inode logging
Filipe Manana
1
-6
/
+2
2020-08-21
btrfs: inode: fix NULL pointer dereference if inode doesn't need compression
Qu Wenruo
1
-5
/
+11
2020-08-21
btrfs: only search for left_info if there is no right_info in try_merge_free_...
Josef Bacik
1
-2
/
+2
2020-08-21
btrfs: fix messages after changing compression level by remount
David Sterba
1
-5
/
+9
2020-08-21
btrfs: fix race between page release and a fast fsync
Filipe Manana
1
-3
/
+13
2020-08-21
btrfs: don't WARN if we abort a transaction with EROFS
Josef Bacik
1
-1
/
+1
2020-08-21
btrfs: sysfs: use NOFS for device creation
Josef Bacik
1
-0
/
+3
2020-08-21
btrfs: avoid possible signal interruption of btrfs_drop_snapshot() on relocat...
Qu Wenruo
1
-1
/
+8
2020-08-21
btrfs: add missing check for nocow and compression inode flags
David Sterba
1
-8
/
+22
2020-08-21
btrfs: relocation: review the call sites which can be interrupted by signal
Qu Wenruo
2
-3
/
+26
2020-08-21
btrfs: move the chunk_mutex in btrfs_read_chunk_tree
Josef Bacik
1
-2
/
+2
2020-08-21
btrfs: open device without device_list_mutex
Josef Bacik
1
-3
/
+18
2020-08-21
btrfs: don't traverse into the seed devices in show_devname
Anand Jain
1
-14
/
+7
2020-08-21
btrfs: remove no longer needed use of log_writers for the log root tree
Filipe Manana
2
-13
/
+1
2020-08-21
btrfs: stop incremening log_batch for the log root tree when syncing log
Filipe Manana
2
-1
/
+1
2020-08-21
btrfs: ref-verify: fix memory leak in add_block_entry
Tom Rix
1
-0
/
+2
2020-08-21
btrfs: don't allocate anonymous block device for user invisible roots
Qu Wenruo
1
-3
/
+10
2020-08-21
btrfs: free anon block device right after subvolume deletion
Qu Wenruo
1
-0
/
+2
2020-08-21
btrfs: allow use of global block reserve for balance item deletion
David Sterba
1
-1
/
+1
2020-08-19
btrfs: fix lockdep splat from btrfs_dump_space_info
Josef Bacik
1
-1
/
+1
2020-08-19
fs/btrfs: Add cond_resched() for try_release_extent_mapping() stalls
Paul E. McKenney
1
-0
/
+2
2020-07-29
btrfs: fix page leaks after failure to lock page for delalloc
Robbie Ko
1
-1
/
+2
2020-07-29
btrfs: fix mount failure caused by race with umount
Boris Burkov
1
-0
/
+8
2020-07-29
btrfs: fix double free on ulist after backref resolution failure
Filipe Manana
1
-0
/
+1
2020-07-29
btrfs: reloc: clear DEAD_RELOC_TREE bit for orphan roots to prevent runaway b...
Qu Wenruo
1
-0
/
+2
2020-07-29
btrfs: reloc: fix reloc root leak and NULL pointer dereference
Qu Wenruo
1
-3
/
+6
2020-07-16
btrfs: fix double put of block group with nocow
Josef Bacik
1
-8
/
+1
2020-07-16
btrfs: fix fatal extent_buffer readahead vs releasepage race
Boris Burkov
1
-16
/
+24
2020-06-30
btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eof
Filipe Manana
1
-3
/
+0
[next]