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
2019-08-02
Merge tag 'for-5.3-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-67
/
+47
2019-07-30
Btrfs: fix deadlock between fiemap and transaction commits
Filipe Manana
3
-5
/
+22
2019-07-30
Btrfs: fix race leading to fs corruption after transaction abort
Filipe Manana
1
-0
/
+10
2019-07-30
Btrfs: fix incremental send failure after deduplication
Filipe Manana
1
-62
/
+15
2019-07-26
Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-8
/
+12
2019-07-26
btrfs: fix extent_state leak in btrfs_lock_and_flush_ordered_range
Naohiro Aota
1
-5
/
+6
2019-07-25
btrfs: Fix deadlock caused by missing memory barrier
Nikolay Borisov
1
-3
/
+6
2019-07-22
Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-4
/
+32
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-6
/
+9
2019-07-17
btrfs: don't leak extent_map in btrfs_get_io_geometry()
Johannes Thumshirn
1
-3
/
+7
2019-07-17
btrfs: free checksum hash on in close_ctree
Johannes Thumshirn
1
-0
/
+1
2019-07-17
btrfs: Fix build error while LIBCRC32C is module
YueHaibing
1
-0
/
+1
2019-07-17
btrfs: inode: Don't compress if NODATASUM or NODATACOW set
Qu Wenruo
1
-1
/
+23
2019-07-16
Merge tag 'for-5.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
50
-3124
/
+3786
2019-07-15
Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2019-07-12
Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...
Linus Torvalds
1
-19
/
+11
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-11
/
+7
2019-07-10
Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+3
2019-07-10
blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()
Tejun Heo
1
-2
/
+2
2019-07-05
btrfs: fix memory leak of path on error return path
Colin Ian King
1
-2
/
+1
2019-07-04
btrfs: move the subvolume reservation stuff out of extent-tree.c
Josef Bacik
2
-54
/
+56
2019-07-04
btrfs: migrate the delalloc space stuff to it's own home
Josef Bacik
12
-499
/
+526
2019-07-04
btrfs: migrate btrfs_trans_release_chunk_metadata
Josef Bacik
4
-19
/
+19
2019-07-04
btrfs: migrate the delayed refs rsv code
Josef Bacik
4
-183
/
+184
2019-07-04
btrfs: Evaluate io_tree in find_lock_delalloc_range()
Goldwyn Rodrigues
3
-19
/
+19
2019-07-02
btrfs: migrate the global_block_rsv helpers to block-rsv.c
Josef Bacik
3
-183
/
+193
2019-07-02
btrfs: migrate the block-rsv code to block-rsv.c
Josef Bacik
3
-247
/
+255
2019-07-02
btrfs: stop using block_rsv_release_bytes everywhere
Josef Bacik
1
-8
/
+6
2019-07-02
btrfs: cleanup the target logic in __btrfs_block_rsv_release
Josef Bacik
1
-3
/
+9
2019-07-02
btrfs: export __btrfs_block_rsv_release
Josef Bacik
2
-13
/
+13
2019-07-02
btrfs: export btrfs_block_rsv_add_bytes
Josef Bacik
2
-9
/
+11
2019-07-02
btrfs: move btrfs_block_rsv definitions into it's own header
Josef Bacik
3
-68
/
+79
2019-07-02
btrfs: Simplify update of space_info in __reserve_metadata_bytes()
Goldwyn Rodrigues
1
-11
/
+5
2019-07-02
btrfs: unexport can_overcommit
Josef Bacik
2
-16
/
+11
2019-07-02
btrfs: move reserve_metadata_bytes and supporting code to space-info.c
Josef Bacik
3
-702
/
+709
2019-07-02
btrfs: move dump_space_info to space-info.c
Josef Bacik
3
-63
/
+65
2019-07-02
btrfs: export block_rsv_use_bytes
Josef Bacik
2
-8
/
+6
2019-07-02
btrfs: move btrfs_space_info_add_*_bytes to space-info.c
Josef Bacik
3
-111
/
+114
2019-07-02
btrfs: move the space info update macro to space-info.h
Josef Bacik
2
-37
/
+49
2019-07-02
btrfs: move and export can_overcommit
Josef Bacik
3
-75
/
+79
2019-07-02
btrfs: move the space_info handling code to space-info.c
Josef Bacik
4
-187
/
+204
2019-07-02
btrfs: export space_info_add_*_bytes
Josef Bacik
2
-22
/
+25
2019-07-02
btrfs: rename do_chunk_alloc to btrfs_chunk_alloc
Josef Bacik
2
-36
/
+35
2019-07-02
btrfs: move space_info to space-info.h
Josef Bacik
8
-72
/
+85
2019-07-02
btrfs: lift bio_set_dev from bio allocation helpers
David Sterba
3
-8
/
+12
2019-07-02
btrfs: use raid_attr for minimum stripe count in btrfs_calc_avail_data_space
David Sterba
1
-8
/
+5
2019-07-02
btrfs: use raid_attr to adjust minimal stripe size in btrfs_calc_avail_data_s...
David Sterba
1
-4
/
+5
2019-07-02
btrfs: drop default value assignments in enums
David Sterba
2
-10
/
+10
2019-07-02
btrfs: use common helpers for extent IO state insertion messages
David Sterba
1
-4
/
+7
2019-07-02
btrfs: run delayed iput at unlink time
Josef Bacik
1
-6
/
+34
[next]