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
/
extent-tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-20
Btrfs: fix regression in raid level conversion
Chris Mason
1
-0
/
+18
2015-05-19
Btrfs: fix racy system chunk allocation when setting block group ro
Filipe Manana
1
-0
/
+2
2015-05-11
Btrfs: fix race between block group creation and their cache writeout
Filipe Manana
1
-4
/
+27
2015-04-26
btrfs: handle ENOMEM in btrfs_alloc_tree_block
Omar Sandoval
1
-13
/
+28
2015-04-26
Btrfs: don't check for delalloc_bytes in cache_save_setup
Chris Mason
1
-2
/
+1
2015-04-26
Btrfs: fix deadlock when starting writeback of bg caches
Filipe Manana
1
-1
/
+1
2015-04-26
Btrfs: fix race between start dirty bg cache writeout and bg deletion
Filipe Manana
1
-17
/
+27
2015-04-13
btrfs: qgroup: do a reservation in a higher level.
Dongsheng Yang
1
-32
/
+6
2015-04-13
Btrfs: qgroup, Account data space in more proper timings.
Dongsheng Yang
1
-7
/
+9
2015-04-13
Btrfs: qgroup: Introduce a may_use to account space_info->bytes_may_use.
Dongsheng Yang
1
-1
/
+19
2015-04-13
Btrfs: qgroup: free reserved in exceeding quota.
Dongsheng Yang
1
-1
/
+4
2015-04-13
btrfs: Support busy loop of write and delete
Zhao Lei
1
-12
/
+14
2015-04-13
btrfs: Fix NO_SPACE bug caused by delayed-iput
Zhao Lei
1
-0
/
+6
2015-04-13
btrfs: add WARN_ON() to check is space_info op current
Zhao Lei
1
-0
/
+10
2015-04-13
btrfs: Set relative data on clear btrfs_block_group_cache->pinned
Zhao Lei
1
-0
/
+10
2015-04-13
btrfs: Adjust commit-transaction condition to avoid NO_SPACE more
Zhao Lei
1
-1
/
+2
2015-04-13
btrfs: fix condition of commit transaction
Zhao Lei
1
-7
/
+15
2015-04-10
Btrfs: fix use after free when close_ctree frees the orphan_rsv
Chris Mason
1
-0
/
+5
2015-04-10
Btrfs: allow block group cache writeout outside critical section in commit
Chris Mason
1
-25
/
+216
2015-04-10
Btrfs: two stage dirty block group writeout
Chris Mason
1
-4
/
+53
2015-04-10
Btrfs: don't commit the transaction in the async space flushing
Josef Bacik
1
-6
/
+8
2015-04-10
Btrfs: reserve space for block groups
Josef Bacik
1
-3
/
+9
2015-04-10
Btrfs: refill block reserves during truncate
Chris Mason
1
-5
/
+4
2015-04-10
Btrfs: account for crcs in delayed ref processing
Josef Bacik
1
-15
/
+31
2015-04-01
Btrfs: free and unlock our path before btrfs_free_and_pin_reserved_extent()
Chris Mason
1
-1
/
+1
2015-03-26
Btrfs: fix log tree corruption when fs mounted with -o discard
Filipe Manana
1
-3
/
+2
2015-03-25
Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...
Chris Mason
1
-5
/
+5
2015-03-25
Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...
Chris Mason
1
-11
/
+10
2015-03-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+34
2015-03-17
Btrfs: add sanity test for outstanding_extents accounting
Josef Bacik
1
-0
/
+3
2015-03-17
Btrfs: prepare block group cache before writing
Josef Bacik
1
-0
/
+26
2015-03-13
Btrfs: account for the correct number of extents for delalloc reservations
Josef Bacik
1
-1
/
+5
2015-03-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-0
/
+16
2015-03-03
btrfs: replace remaining do_div calls with div_u64 variants
David Sterba
1
-1
/
+1
2015-03-03
btrfs: cleanup 64bit/32bit divs, provably bounded values
David Sterba
1
-2
/
+2
2015-03-03
btrfs: cleanup 64bit/32bit divs, compile time constants
David Sterba
1
-8
/
+7
2015-03-02
Btrfs: abort the transaction if we fail to update the free space cache inode
Josef Bacik
1
-0
/
+16
2015-02-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-145
/
+105
2015-02-16
btrfs: cleanup: remove no-used alloc_chunk in btrfs_check_data_free_space()
Zhao Lei
1
-2
/
+2
2015-02-16
Btrfs: disk-io: replace root args iff only fs_info used
Daniel Dressler
1
-3
/
+3
2015-02-14
Btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block group
Forrest Liu
1
-1
/
+2
2015-02-14
Btrfs: account for large extents with enospc
Josef Bacik
1
-5
/
+11
2015-02-02
btrfs: delete chunk allocation attemp when setting block group ro
Shaohua Li
1
-8
/
+5
2015-02-02
Btrfs: fix race between transaction commit and empty block group removal
Filipe Manana
1
-1
/
+20
2015-01-21
Btrfs: cleanup unused run_most
Liu Bo
1
-4
/
+1
2015-01-21
Btrfs: add ref_count and free function for btrfs_bio
Zhao Lei
1
-1
/
+1
2015-01-21
Btrfs: lookup for block group only if needed when freeing a tree block
Filipe Manana
1
-4
/
+6
2015-01-21
Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/l...
Chris Mason
1
-7
/
+6
2015-01-21
Btrfs: track dirty block groups on their own list
Josef Bacik
1
-114
/
+53
2015-01-19
Btrfs: fix race deleting block group from space_info->ro_bgs list
Filipe Manana
1
-1
/
+1
[next]