index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...
Chandan Rajendra
2016-01-15
4
-8
/
+33
*
Btrfs: Check metadata redundancy on balance
Sam Tygier
2016-01-07
1
-0
/
+7
*
btrfs: statfs: report zero available if metadata are exhausted
David Sterba
2016-01-07
1
-0
/
+24
*
btrfs: preallocate path for snapshot creation at ioctl time
David Sterba
2016-01-07
3
-6
/
+8
*
btrfs: allocate root item at snapshot ioctl time
David Sterba
2016-01-07
3
-6
/
+13
*
btrfs: do an allocation earlier during snapshot creation
David Sterba
2016-01-07
1
-11
/
+9
*
btrfs: use smaller type for btrfs_path locks
David Sterba
2016-01-07
1
-1
/
+1
*
btrfs: use smaller type for btrfs_path lowest_level
David Sterba
2016-01-07
1
-1
/
+1
*
btrfs: use smaller type for btrfs_path reada
David Sterba
2016-01-07
1
-1
/
+1
*
btrfs: cleanup, use enum values for btrfs_path reada
David Sterba
2016-01-07
11
-30
/
+30
*
btrfs: constify static arrays
David Sterba
2016-01-07
4
-4
/
+4
*
btrfs: constify remaining structs with function pointers
David Sterba
2016-01-07
5
-8
/
+8
*
btrfs tests: replace whole ops structure for free space tests
David Sterba
2016-01-07
1
-6
/
+8
*
btrfs: don't use slab cache for struct btrfs_delalloc_work
David Sterba
2016-01-07
1
-12
/
+2
*
btrfs: drop duplicate prefix from scrub workqueues
David Sterba
2016-01-07
1
-5
/
+5
*
btrfs: verbose error when we find an unexpected item in sys_array
David Sterba
2016-01-07
1
-0
/
+3
*
btrfs: handle invalid num_stripes in sys_array
David Sterba
2016-01-07
1
-0
/
+8
*
btrfs: better packing of btrfs_delayed_extent_op
David Sterba
2016-01-07
4
-15
/
+12
*
btrfs: put delayed item hook into inode
David Sterba
2016-01-07
2
-31
/
+29
*
btrfs: Support convert to -d dup for btrfs-convert
Zhao Lei
2016-01-07
1
-8
/
+0
*
Btrfs: igrab inode in writepage
Josef Bacik
2016-01-07
1
-2
/
+15
*
Btrfs: add missing brelse when superblock checksum fails
Anand Jain
2016-01-07
1
-0
/
+1
*
Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2015-12-19
6
-15
/
+29
|
\
|
*
Merge branch 'for-chris-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Chris Mason
2015-12-15
5
-8
/
+10
|
|
\
|
|
*
btrfs: fix misleading warning when space cache failed to load
Holger Hoffstätte
2015-12-10
1
-1
/
+1
|
|
*
Btrfs: fix transaction handle leak in balance
Filipe Manana
2015-12-10
1
-2
/
+1
|
|
*
Btrfs: fix unprotected list move from unused_bgs to deleted_bgs list
Filipe Manana
2015-12-10
3
-5
/
+8
|
*
|
Btrfs: check prepare_uptodate_page() error code earlier
Chris Mason
2015-12-15
1
-4
/
+14
|
*
|
Btrfs: check for empty bitmap list in setup_cluster_bitmaps
Chris Mason
2015-12-15
1
-3
/
+5
|
|
/
*
|
Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2015-11-28
12
-66
/
+219
|
\
|
|
*
btrfs: fix balance range usage filters in 4.4-rc
Holger Hoffstätte
2015-11-25
1
-2
/
+2
|
*
btrfs: qgroup: account shared subtree during snapshot delete
Mark Fasheh
2015-11-25
2
-7
/
+42
|
*
Btrfs: use btrfs_get_fs_root in resolve_indirect_ref
Josef Bacik
2015-11-25
1
-1
/
+1
|
*
btrfs: qgroup: fix quota disable during rescan
Justin Maggard
2015-11-25
1
-1
/
+2
|
*
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
3
-1
/
+24
|
*
Btrfs: fix race between scrub and block group deletion
Filipe Manana
2015-11-25
1
-4
/
+16
|
*
btrfs: fix rcu warning during device replace
David Sterba
2015-11-25
1
-4
/
+2
|
*
btrfs: Continue replace when set_block_ro failed
Zhaolei
2015-11-25
1
-2
/
+18
|
*
btrfs: fix clashing number of the enhanced balance usage filter
David Sterba
2015-11-25
1
-1
/
+1
|
*
Btrfs: fix the number of transaction units needed to remove a block group
Filipe Manana
2015-11-25
3
-5
/
+38
|
*
Btrfs: use global reserve when deleting unused block group after ENOSPC
Filipe Manana
2015-11-25
6
-26
/
+52
|
*
Btrfs: tests: checking for NULL instead of IS_ERR()
Dan Carpenter
2015-11-25
1
-1
/
+3
|
*
btrfs: fix signed overflows in btrfs_sync_file
David Sterba
2015-11-25
1
-3
/
+7
*
|
Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2015-11-14
8
-146
/
+163
|
\
|
|
*
btrfs: Use fs_info directly in btrfs_delete_unused_bgs
Zhao Lei
2015-11-11
1
-2
/
+2
|
*
btrfs: Fix lost-data-profile caused by balance bg
Zhao Lei
2015-11-11
1
-0
/
+21
|
*
btrfs: Fix lost-data-profile caused by auto removing bg
Zhao Lei
2015-11-11
1
-2
/
+5
|
*
btrfs: Remove len argument from scrub_find_csum
Zhao Lei
2015-11-11
1
-4
/
+3
|
*
btrfs: Reduce unnecessary arguments in scrub_recheck_block
Zhao Lei
2015-11-11
1
-20
/
+8
[next]