index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-07-26
2
-8
/
+12
|
\
|
*
btrfs: fix extent_state leak in btrfs_lock_and_flush_ordered_range
Naohiro Aota
2019-07-26
1
-5
/
+6
|
*
btrfs: Fix deadlock caused by missing memory barrier
Nikolay Borisov
2019-07-25
1
-3
/
+6
*
|
Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-07-22
4
-4
/
+32
|
\
|
|
*
btrfs: don't leak extent_map in btrfs_get_io_geometry()
Johannes Thumshirn
2019-07-17
1
-3
/
+7
|
*
btrfs: free checksum hash on in close_ctree
Johannes Thumshirn
2019-07-17
1
-0
/
+1
|
*
btrfs: Fix build error while LIBCRC32C is module
YueHaibing
2019-07-17
1
-0
/
+1
|
*
btrfs: inode: Don't compress if NODATASUM or NODATACOW set
Qu Wenruo
2019-07-17
1
-1
/
+23
*
|
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-07-19
1
-6
/
+9
|
\
\
|
*
|
vfs: Convert btrfs_test to use the new mount API
David Howells
2019-05-25
1
-6
/
+9
|
*
|
mount_pseudo(): drop 'name' argument, switch to d_make_root()
Al Viro
2019-05-25
1
-1
/
+1
*
|
|
Merge tag 'for-5.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2019-07-16
50
-3124
/
+3786
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
btrfs: fix memory leak of path on error return path
Colin Ian King
2019-07-05
1
-2
/
+1
|
*
|
btrfs: move the subvolume reservation stuff out of extent-tree.c
Josef Bacik
2019-07-04
2
-54
/
+56
|
*
|
btrfs: migrate the delalloc space stuff to it's own home
Josef Bacik
2019-07-04
12
-499
/
+526
|
*
|
btrfs: migrate btrfs_trans_release_chunk_metadata
Josef Bacik
2019-07-04
4
-19
/
+19
|
*
|
btrfs: migrate the delayed refs rsv code
Josef Bacik
2019-07-04
4
-183
/
+184
|
*
|
btrfs: Evaluate io_tree in find_lock_delalloc_range()
Goldwyn Rodrigues
2019-07-04
3
-19
/
+19
|
*
|
btrfs: migrate the global_block_rsv helpers to block-rsv.c
Josef Bacik
2019-07-02
3
-183
/
+193
|
*
|
btrfs: migrate the block-rsv code to block-rsv.c
Josef Bacik
2019-07-02
3
-247
/
+255
|
*
|
btrfs: stop using block_rsv_release_bytes everywhere
Josef Bacik
2019-07-02
1
-8
/
+6
|
*
|
btrfs: cleanup the target logic in __btrfs_block_rsv_release
Josef Bacik
2019-07-02
1
-3
/
+9
|
*
|
btrfs: export __btrfs_block_rsv_release
Josef Bacik
2019-07-02
2
-13
/
+13
|
*
|
btrfs: export btrfs_block_rsv_add_bytes
Josef Bacik
2019-07-02
2
-9
/
+11
|
*
|
btrfs: move btrfs_block_rsv definitions into it's own header
Josef Bacik
2019-07-02
3
-68
/
+79
|
*
|
btrfs: Simplify update of space_info in __reserve_metadata_bytes()
Goldwyn Rodrigues
2019-07-02
1
-11
/
+5
|
*
|
btrfs: unexport can_overcommit
Josef Bacik
2019-07-02
2
-16
/
+11
|
*
|
btrfs: move reserve_metadata_bytes and supporting code to space-info.c
Josef Bacik
2019-07-02
3
-702
/
+709
|
*
|
btrfs: move dump_space_info to space-info.c
Josef Bacik
2019-07-02
3
-63
/
+65
|
*
|
btrfs: export block_rsv_use_bytes
Josef Bacik
2019-07-02
2
-8
/
+6
|
*
|
btrfs: move btrfs_space_info_add_*_bytes to space-info.c
Josef Bacik
2019-07-02
3
-111
/
+114
|
*
|
btrfs: move the space info update macro to space-info.h
Josef Bacik
2019-07-02
2
-37
/
+49
|
*
|
btrfs: move and export can_overcommit
Josef Bacik
2019-07-02
3
-75
/
+79
|
*
|
btrfs: move the space_info handling code to space-info.c
Josef Bacik
2019-07-02
4
-187
/
+204
|
*
|
btrfs: export space_info_add_*_bytes
Josef Bacik
2019-07-02
2
-22
/
+25
|
*
|
btrfs: rename do_chunk_alloc to btrfs_chunk_alloc
Josef Bacik
2019-07-02
2
-36
/
+35
|
*
|
btrfs: move space_info to space-info.h
Josef Bacik
2019-07-02
8
-72
/
+85
|
*
|
btrfs: lift bio_set_dev from bio allocation helpers
David Sterba
2019-07-02
3
-8
/
+12
|
*
|
btrfs: use raid_attr for minimum stripe count in btrfs_calc_avail_data_space
David Sterba
2019-07-02
1
-8
/
+5
|
*
|
btrfs: use raid_attr to adjust minimal stripe size in btrfs_calc_avail_data_s...
David Sterba
2019-07-02
1
-4
/
+5
|
*
|
btrfs: drop default value assignments in enums
David Sterba
2019-07-02
2
-10
/
+10
|
*
|
btrfs: use common helpers for extent IO state insertion messages
David Sterba
2019-07-02
1
-4
/
+7
|
*
|
btrfs: run delayed iput at unlink time
Josef Bacik
2019-07-02
1
-6
/
+34
|
*
|
Btrfs: add missing inode version, ctime and mtime updates when punching hole
Filipe Manana
2019-07-02
1
-0
/
+5
|
*
|
Btrfs: fix fsync not persisting dentry deletions due to inode evictions
Filipe Manana
2019-07-02
1
-2
/
+26
|
*
|
btrfs: Use btrfs_get_io_geometry appropriately
Nikolay Borisov
2019-07-02
3
-78
/
+30
|
*
|
btrfs: Introduce btrfs_io_geometry infrastructure
Nikolay Borisov
2019-07-02
2
-0
/
+113
|
*
|
btrfs: improve messages when updating feature flags
David Sterba
2019-07-02
1
-16
/
+24
|
*
|
btrfs: shut up bogus -Wmaybe-uninitialized warning
Arnd Bergmann
2019-07-02
1
-1
/
+1
|
*
|
Btrfs: prevent send failures and crashes due to concurrent relocation
Filipe Manana
2019-07-02
4
-0
/
+31
[next]