index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-10-18
Merge tag 'for-6.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-25
/
+87
2022-10-11
btrfs: ignore fiemap path cache if we have multiple leaves for a data extent
Filipe Manana
2
-0
/
+26
2022-10-11
btrfs: fix processing of delayed tree block refs during backref walking
Filipe Manana
1
-6
/
+7
2022-10-11
btrfs: fix processing of delayed data refs during backref walking
Filipe Manana
1
-9
/
+24
2022-10-11
btrfs: delete stale comments after merge conflict resolution
David Sterba
1
-2
/
+0
2022-10-11
btrfs: unlock locked extent area if we have contention
Josef Bacik
1
-7
/
+8
2022-10-11
btrfs: send: update command for protocol version check
David Sterba
1
-1
/
+4
2022-10-11
btrfs: send: allow protocol version 3 with CONFIG_BTRFS_DEBUG
Boris Burkov
2
-1
/
+6
2022-10-10
Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-4
/
+4
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-50
/
+48
2022-10-07
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+12
2022-10-07
btrfs: add missing path cache update during fiemap
Filipe Manana
1
-0
/
+13
2022-09-29
btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new...
Tetsuo Handa
1
-0
/
+3
2022-09-29
btrfs: drop extent map range more efficiently
Filipe Manana
1
-45
/
+74
2022-09-29
btrfs: avoid pointless extent map tree search when flushing delalloc
Filipe Manana
1
-1
/
+0
2022-09-29
btrfs: remove unnecessary next extent map search
Filipe Manana
1
-14
/
+17
2022-09-29
btrfs: remove unnecessary NULL pointer checks when searching extent maps
Filipe Manana
1
-14
/
+14
2022-09-29
btrfs: assert tree is locked when clearing extent map from logging
Filipe Manana
1
-0
/
+2
2022-09-29
btrfs: remove unnecessary extent map initializations
Filipe Manana
1
-2
/
+0
2022-09-29
btrfs: remove the refcount warning/check at free_extent_map()
Filipe Manana
1
-1
/
+0
2022-09-29
btrfs: add helper to replace extent map range with a new extent map
Filipe Manana
5
-60
/
+56
2022-09-29
btrfs: move open coded extent map tree deletion out of inode eviction
Filipe Manana
2
-14
/
+28
2022-09-29
btrfs: use cond_resched_rwlock_write() during inode eviction
Filipe Manana
1
-5
/
+1
2022-09-29
btrfs: use extent_map_end() at btrfs_drop_extent_map_range()
Filipe Manana
1
-4
/
+6
2022-09-29
btrfs: move btrfs_drop_extent_cache() to extent_map.c
Filipe Manana
8
-223
/
+237
2022-09-29
btrfs: fix missed extent on fsync after dropping extent maps
Filipe Manana
1
-12
/
+46
2022-09-29
btrfs: remove stale prototype of btrfs_write_inode
Jeff Layton
1
-1
/
+0
2022-09-29
btrfs: enable nowait async buffered writes
Stefan Roesch
1
-2
/
+2
2022-09-29
btrfs: assert nowait mode is not used for some btree search functions
Stefan Roesch
1
-0
/
+4
2022-09-29
btrfs: make btrfs_buffered_write nowait compatible
Stefan Roesch
1
-2
/
+5
2022-09-29
btrfs: plumb NOWAIT through the write path
Stefan Roesch
1
-6
/
+13
2022-09-29
btrfs: make lock_and_cleanup_extent_if_need nowait compatible
Stefan Roesch
1
-3
/
+16
[next]