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
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: unsplit printed strings
Jeff Mahoney
2016-09-26
27
-391
/
+324
*
btrfs: clean the old superblocks before freeing the device
Jeff Mahoney
2016-09-26
1
-27
/
+11
*
Btrfs: kill BUG_ON in run_delayed_tree_ref
Liu Bo
2016-09-26
1
-1
/
+7
*
Btrfs: don't leak reloc root nodes on error
Josef Bacik
2016-09-26
1
-0
/
+4
*
btrfs: squash lines for simple wrapper functions
Masahiro Yamada
2016-09-26
5
-28
/
+8
*
Btrfs: improve check_node to avoid reading corrupted nodes
Liu Bo
2016-09-26
1
-4
/
+28
*
Btrfs: add error handling for extent buffer in print tree
Liu Bo
2016-09-26
1
-0
/
+7
*
Btrfs: remove BUG_ON in start_transaction
Liu Bo
2016-09-26
1
-4
/
+1
*
Btrfs: memset to avoid stale content in btree node block
Liu Bo
2016-09-26
1
-0
/
+11
*
Btrfs: return gracefully from balance if fs tree is corrupted
Liu Bo
2016-09-26
1
-6
/
+17
*
Btrfs: kill BUG_ON()'s in btrfs_mark_extent_written
Josef Bacik
2016-09-26
1
-8
/
+33
*
Btrfs: kill the start argument to read_extent_buffer_pages
Josef Bacik
2016-09-26
3
-28
/
+15
*
Btrfs: add a flags field to btrfs_fs_info
Josef Bacik
2016-09-26
16
-109
/
+99
*
btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...
Qu Wenruo
2016-09-26
7
-25
/
+37
*
btrfs: add dynamic debug support
Jeff Mahoney
2016-09-26
1
-1
/
+30
*
btrfs: Fix warning "variable ‘gen’ set but not used"
Luis Henriques
2016-09-26
1
-2
/
+0
*
btrfs: Fix warning "variable ‘blocksize’ set but not used"
Luis Henriques
2016-09-26
1
-2
/
+0
*
btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs
Naohiro Aota
2016-09-26
2
-15
/
+11
*
Btrfs: bail out if block group has different mixed flag
Liu Bo
2016-09-26
1
-0
/
+14
*
Btrfs: fix memory leak in reading btree blocks
Liu Bo
2016-09-26
1
-0
/
+9
*
Btrfs: remove BUG() in raid56
Liu Bo
2016-09-26
1
-1
/
+4
*
btrfs: fix check_shared for fiemap ioctl
Lu Fengqi
2016-09-26
2
-10
/
+369
*
btrfs: create example debugfs file only in debugging build
David Sterba
2016-09-26
1
-0
/
+9
*
btrfs: fix perms on demonstration debugfs interface
Eric Sandeen
2016-09-26
1
-1
/
+1
*
Btrfs: fix memory leak of block group cache
Liu Bo
2016-09-26
3
-0
/
+75
*
Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-09-23
2
-6
/
+15
|
\
|
*
btrfs: ensure that file descriptor used with subvol ioctls is a dir
Jeff Mahoney
2016-09-21
1
-0
/
+12
|
*
Btrfs: handle quota reserve failure properly
Josef Bacik
2016-09-21
1
-6
/
+3
*
|
Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-09-09
3
-8
/
+17
|
\
|
|
*
Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Chris Mason
2016-09-07
2
-8
/
+16
|
|
\
|
|
*
btrfs: introduce tickets_id to determine whether asynchronous metadata reclai...
Wang Xiaoguang
2016-09-06
2
-5
/
+7
|
|
*
btrfs: do not decrease bytes_may_use when replaying extents
Wang Xiaoguang
2016-09-05
1
-3
/
+9
|
*
|
Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returns
Chris Mason
2016-09-06
1
-0
/
+1
|
|
/
*
|
Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-09-03
3
-11
/
+15
|
\
|
|
*
btrfs: fix one bug that process may endlessly wait for ticket in wait_reserve...
Wang Xiaoguang
2016-09-01
1
-5
/
+5
|
*
Btrfs: fix endless loop in balancing block groups
Liu Bo
2016-09-01
1
-3
/
+5
|
*
Btrfs: kill invalid ASSERT() in process_all_refs()
Josef Bacik
2016-09-01
1
-3
/
+5
*
|
Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-08-26
20
-181
/
+473
|
\
|
|
*
Btrfs: fix lockdep warning on deadlock against an inode's log mutex
Filipe Manana
2016-08-25
3
-4
/
+8
|
*
Btrfs: detect corruption when non-root leaf has zero item
Liu Bo
2016-08-25
1
-1
/
+22
|
*
Btrfs: check btree node's nritems
Liu Bo
2016-08-25
1
-0
/
+16
|
*
btrfs: don't create or leak aliased root while cleaning up orphans
Jeff Mahoney
2016-08-25
3
-11
/
+22
|
*
Btrfs: fix em leak in find_first_block_group
Josef Bacik
2016-08-25
1
-0
/
+1
|
*
btrfs: do not background blkdev_put()
Anand Jain
2016-08-25
1
-8
/
+19
|
*
Btrfs: clarify do_chunk_alloc()'s return value
Liu Bo
2016-08-25
1
-0
/
+9
|
*
btrfs: fix fsfreeze hang caused by delayed iputs deal
Wang Xiaoguang
2016-08-25
4
-1
/
+25
|
*
btrfs: update btrfs_space_info's bytes_may_use timely
Wang Xiaoguang
2016-08-25
7
-63
/
+73
|
*
btrfs: divide btrfs_update_reserved_bytes() into two functions
Wang Xiaoguang
2016-08-25
1
-40
/
+57
|
*
btrfs: use correct offset for reloc_inode in prealloc_file_extent_cluster()
Wang Xiaoguang
2016-08-25
1
-4
/
+6
|
*
btrfs: qgroup: Fix qgroup incorrectness caused by log replay
Qu Wenruo
2016-08-25
1
-0
/
+16
[next]