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-09-30
Merge tag 'for-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-18
/
+58
2019-09-27
btrfs: qgroup: Fix reserved data space leak if we have multiple reserve calls
Qu Wenruo
1
-0
/
+3
2019-09-27
btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data space
Qu Wenruo
1
-1
/
+1
2019-09-25
btrfs: Fix a regression which we can't convert to SINGLE profile
Qu Wenruo
1
-1
/
+7
2019-09-25
btrfs: relocation: fix use-after-free on dead relocation roots
Qu Wenruo
1
-1
/
+8
2019-09-24
Btrfs: fix race setting up and completing qgroup rescan workers
Filipe Manana
1
-14
/
+19
2019-09-24
Btrfs: fix missing error return if writeback for extent buffer never started
Filipe Manana
1
-0
/
+4
2019-09-24
btrfs: adjust dirty_metadata_bytes after writeback failure of extent buffer
Dennis Zhou
1
-0
/
+9
2019-09-24
Btrfs: fix selftests failure due to uninitialized i_mode in test inodes
Filipe Manana
1
-1
/
+7
2019-09-18
Merge tag 'for-5.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
62
-5486
/
+6054
2019-09-13
Merge tag 'for-5.3-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-17
/
+34
2019-09-12
Btrfs: fix unwritten extent buffers and hangs on future writeback attempts
Filipe Manana
1
-9
/
+26
2019-09-12
Btrfs: fix assertion failure during fsync and use of stale transaction
Filipe Manana
1
-8
/
+8
2019-09-09
btrfs: Relinquish CPUs in btrfs_compare_trees
Nikolay Borisov
1
-0
/
+1
2019-09-09
btrfs: Don't assign retval of btrfs_try_tree_write_lock/btrfs_tree_read_lock_...
Nikolay Borisov
1
-6
/
+3
2019-09-09
btrfs: create structure to encode checksum type and length
Johannes Thumshirn
2
-18
/
+24
2019-09-09
btrfs: add enospc debug messages for ticket failure
Josef Bacik
1
-7
/
+25
2019-09-09
btrfs: do not account global reserve in can_overcommit
Josef Bacik
1
-18
/
+1
2019-09-09
btrfs: use btrfs_try_granting_tickets in update_global_rsv
Josef Bacik
1
-0
/
+1
2019-09-09
btrfs: always reserve our entire size for the global reserve
Josef Bacik
1
-9
/
+4
2019-09-09
btrfs: change the minimum global reserve size
Josef Bacik
1
-1
/
+21
2019-09-09
btrfs: rename btrfs_space_info_add_old_bytes
Josef Bacik
3
-4
/
+5
2019-09-09
btrfs: remove orig_bytes from reserve_ticket
Josef Bacik
2
-9
/
+0
2019-09-09
btrfs: fix may_commit_transaction to deal with no partial filling
Josef Bacik
1
-0
/
+12
2019-09-09
btrfs: rework wake_all_tickets
Josef Bacik
1
-7
/
+49
2019-09-09
btrfs: refactor the ticket wakeup code
Josef Bacik
3
-58
/
+20
2019-09-09
btrfs: stop partially refilling tickets when releasing space
Josef Bacik
1
-27
/
+16
2019-09-09
btrfs: add space reservation tracepoint for reserved bytes
Josef Bacik
1
-0
/
+2
2019-09-09
btrfs: roll tracepoint into btrfs_space_info_update helper
Josef Bacik
6
-34
/
+7
2019-09-09
btrfs: do not allow reservations if we have pending tickets
Josef Bacik
1
-3
/
+7
2019-09-09
btrfs: stop clearing EXTENT_DIRTY in inode I/O tree
Omar Sandoval
6
-47
/
+30
2019-09-09
btrfs: treat RWF_{,D}SYNC writes as sync for CRCs
Omar Sandoval
1
-1
/
+1
2019-09-09
btrfs: use correct count in btrfs_file_write_iter()
Omar Sandoval
1
-1
/
+2
2019-09-09
btrfs: tie extent buffer and it's token together
David Sterba
5
-26
/
+20
2019-09-09
btrfs: assume valid token for btrfs_set/get_token helpers
David Sterba
1
-12
/
+12
2019-09-09
btrfs: define separate btrfs_set/get_XX helpers
David Sterba
2
-11
/
+55
2019-09-09
btrfs: Make btrfs_find_name_in_ext_backref return struct btrfs_inode_extref
Nikolay Borisov
3
-32
/
+22
2019-09-09
btrfs: Make btrfs_find_name_in_backref return btrfs_inode_ref struct
Nikolay Borisov
3
-22
/
+21
2019-09-09
btrfs: move dev_stats helpers to volumes.c
David Sterba
2
-24
/
+23
2019-09-09
btrfs: move struct io_ctl to free-space-cache.h
David Sterba
3
-15
/
+15
2019-09-09
btrfs: move functions for tree compare to send.c
David Sterba
3
-376
/
+374
2019-09-09
btrfs: rename and export read_node_slot
David Sterba
2
-11
/
+14
2019-09-09
btrfs: move private raid56 definitions from ctree.h
David Sterba
2
-16
/
+16
2019-09-09
btrfs: move math functions to misc.h
David Sterba
7
-33
/
+21
2019-09-09
btrfs: move cond_wake_up functions out of ctree
David Sterba
12
-22
/
+43
2019-09-09
btrfs: use proper error values on allocation failure in clone_fs_devices
Anand Jain
1
-2
/
+6
2019-09-09
btrfs: proper error handling when invalid device is found in find_next_devid
Anand Jain
1
-1
/
+6
2019-09-09
btrfs: fix allocation of free space cache v1 bitmap pages
Christophe Leroy
3
-7
/
+22
2019-09-09
btrfs: Detect unbalanced tree with empty leaf before crashing btree operations
Qu Wenruo
2
-0
/
+16
2019-09-09
btrfs: Deprecate BTRFS_SUBVOL_CREATE_ASYNC flag
Nikolay Borisov
1
-1
/
+14
[next]