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
/
extent-tree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: qgroup: account shared subtree during snapshot delete
Mark Fasheh
2015-11-25
1
-7
/
+40
*
Btrfs: fix race between cleaner kthread and space cache writeout
Filipe Manana
2015-11-25
1
-13
/
+16
*
Btrfs: fix scrub preventing unused block groups from being deleted
Filipe Manana
2015-11-25
1
-1
/
+1
*
Btrfs: fix the number of transaction units needed to remove a block group
Filipe Manana
2015-11-25
1
-3
/
+34
*
Btrfs: use global reserve when deleting unused block group after ENOSPC
Filipe Manana
2015-11-25
1
-2
/
+12
*
btrfs: Use fs_info directly in btrfs_delete_unused_bgs
Zhao Lei
2015-11-10
1
-2
/
+2
*
btrfs: Fix lost-data-profile caused by auto removing bg
Zhao Lei
2015-11-10
1
-2
/
+5
*
Btrfs: find_free_extent: Do not erroneously skip LOOP_CACHING_WAIT state
chandan
2015-11-03
1
-1
/
+6
*
btrfs: qgroup: Fix a race in delayed_ref which leads to abort trans
Qu Wenruo
2015-10-26
1
-6
/
+8
*
Btrfs: fix regression running delayed references when using qgroups
Filipe Manana
2015-10-25
1
-29
/
+16
*
Btrfs: fix regression when running delayed references
Filipe Manana
2015-10-25
1
-0
/
+14
*
Merge branch 'allocator-fixes' into for-linus-4.4
Chris Mason
2015-10-21
1
-32
/
+240
|
\
|
*
Btrfs: don't keep trying to build clusters if we are fragmented
Josef Bacik
2015-10-21
1
-24
/
+78
|
*
Btrfs: cut down on loops through the allocator
Josef Bacik
2015-10-21
1
-3
/
+36
|
*
Btrfs: don't continue setting up space cache when enospc
Josef Bacik
2015-10-21
1
-0
/
+19
|
*
Btrfs: keep track of max_extent_size per space_info
Josef Bacik
2015-10-21
1
-1
/
+30
|
*
Btrfs: don't loop in allocator for space cache
Josef Bacik
2015-10-21
1
-1
/
+1
|
*
Btrfs: add a flags field to btrfs_transaction
Josef Bacik
2015-10-21
1
-2
/
+3
|
*
Btrfs: add fragment=* debug mount option
Josef Bacik
2015-10-21
1
-5
/
+77
*
|
btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hook
Qu Wenruo
2015-10-21
1
-10
/
+18
*
|
btrfs: qgroup: Add handler for NOCOW and inline
Qu Wenruo
2015-10-21
1
-1
/
+6
*
|
btrfs: qgroup: Cleanup old inaccurate facilities
Qu Wenruo
2015-10-21
1
-98
/
+11
*
|
btrfs: extent-tree: Add new version of btrfs_delalloc_reserve/release_space
Qu Wenruo
2015-10-21
1
-0
/
+59
*
|
btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_dat...
Qu Wenruo
2015-10-21
1
-2
/
+2
*
|
btrfs: extent-tree: Add new version of btrfs_check_data_free_space and btrfs_...
Qu Wenruo
2015-10-21
1
-9
/
+76
*
|
btrfs: qgroup: Use new metadata reservation.
Qu Wenruo
2015-10-21
1
-8
/
+6
*
|
btrfs: delayed_ref: release and free qgroup reserved at proper timing
Qu Wenruo
2015-10-21
1
-0
/
+5
|
/
*
Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...
Chris Mason
2015-10-21
1
-33
/
+25
|
\
|
*
btrfs: use btrfs_raid_array in btrfs_reduce_alloc_profile
Zhao Lei
2015-10-21
1
-26
/
+22
|
*
btrfs: use a single if() statement for one outcome in get_block_rsv()
Alexandru Moise
2015-10-21
1
-7
/
+3
*
|
Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k...
Chris Mason
2015-10-12
1
-2
/
+1
|
\
\
|
*
|
btrfs: add comments to barriers before waitqueue_active
David Sterba
2015-10-10
1
-2
/
+1
*
|
|
Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...
Chris Mason
2015-10-12
1
-1
/
+1
|
\
\
\
|
*
|
|
Btrfs: consolidate btrfs_error() to btrfs_std_error()
Anand Jain
2015-09-29
1
-1
/
+1
|
|
/
/
*
|
|
Merge branch 'cleanup/messages' of git://git.kernel.org/pub/scm/linux/kernel/...
Chris Mason
2015-10-12
1
-6
/
+8
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
btrfs: switch message printers to ratelimited variants
David Sterba
2015-10-08
1
-6
/
+8
|
|
/
*
/
Btrfs: fix deadlock when finalizing block group creation
Filipe Manana
2015-10-05
1
-1
/
+8
|
/
*
Btrfs: keep dropped roots in cache until transaction commit
Josef Bacik
2015-09-22
1
-1
/
+1
*
Btrfs: don't initialize a space info as full to prevent ENOSPC
Filipe Manana
2015-09-08
1
-4
/
+1
*
Merge branch 'jeffm-discard-4.3' into for-linus-4.3
Chris Mason
2015-08-09
1
-9
/
+239
|
\
|
*
btrfs: add missing discards when unpinning extents with -o discard
Jeff Mahoney
2015-07-29
1
-4
/
+64
|
*
btrfs: iterate over unused chunk space in FITRIM
Jeff Mahoney
2015-07-29
1
-0
/
+101
|
*
btrfs: skip superblocks during discard
Jeff Mahoney
2015-07-29
1
-4
/
+55
|
*
btrfs: btrfs_issue_discard ensure offset/length are aligned to sector boundaries
Jeff Mahoney
2015-07-29
1
-4
/
+13
|
*
btrfs: make btrfs_issue_discard return bytes discarded
Jeff Mahoney
2015-07-29
1
-5
/
+14
*
|
btrfs: Remove root argument in extent_data_ref_count()
Zhaolei
2015-08-09
1
-3
/
+2
*
|
btrfs: Fix wrong comment of btrfs_alloc_tree_block()
Zhaolei
2015-08-09
1
-3
/
+0
*
|
btrfs: Use ref_cnt for set_block_group_ro()
Zhaolei
2015-08-09
1
-21
/
+21
|
/
*
Btrfs: fix quick exhaustion of the system array in the superblock
Filipe Manana
2015-07-22
1
-0
/
+18
*
Btrfs: fix order by which delayed references are run
Filipe Manana
2015-07-11
1
-0
/
+13
[next]