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: scrub: inline helper scrub_free_wr_ctx
David Sterba
2017-06-19
1
-10
/
+4
|
*
|
|
|
|
btrfs: scrub: inline helper scrub_setup_wr_ctx
David Sterba
2017-06-19
1
-27
/
+9
|
*
|
|
|
|
btrfs: remove root usage from can_overcommit
Jeff Mahoney
2017-06-19
1
-36
/
+46
|
*
|
|
|
|
btrfs: cleanup root usage by btrfs_get_alloc_profile
Jeff Mahoney
2017-06-19
5
-15
/
+28
|
*
|
|
|
|
btrfs: fix bool type in btrfs_page_exists_in_range
David Sterba
2017-06-19
1
-1
/
+1
|
*
|
|
|
|
btrfs: remove unused member list from btrfs_end_io_wq
David Sterba
2017-06-19
1
-1
/
+0
|
*
|
|
|
|
btrfs: remove unused members dir_path from recorded_ref
David Sterba
2017-06-19
1
-8
/
+0
|
*
|
|
|
|
btrfs: remove unused member list from async_submit_bio
David Sterba
2017-06-19
1
-1
/
+0
|
*
|
|
|
|
btrfs: remove unused member err from reada_extent
David Sterba
2017-06-19
1
-1
/
+0
|
*
|
|
|
|
btrfs: Remove unnecessary branching in free-space-tree.c
Sahil Kang
2017-06-19
1
-10
/
+2
|
*
|
|
|
|
Btrfs: hardcode GFP_NOFS for btrfs_bio_clone_partial
Liu Bo
2017-06-19
3
-6
/
+4
|
*
|
|
|
|
Btrfs: work around maybe-uninitialized warning
Arnd Bergmann
2017-06-19
1
-2
/
+2
|
*
|
|
|
|
Btrfs: unify naming of btrfs_io_bio
Liu Bo
2017-06-19
1
-19
/
+19
|
*
|
|
|
|
Btrfs: check-integrity use bvec_iter
Liu Bo
2017-06-19
1
-12
/
+15
|
*
|
|
|
|
Btrfs: record error if one block has failed to retry
Liu Bo
2017-06-19
1
-3
/
+7
|
*
|
|
|
|
Btrfs: change how we iterate bios in endio
Liu Bo
2017-06-19
4
-32
/
+37
|
*
|
|
|
|
Btrfs: use bio_clone_bioset_partial to simplify DIO submit
Liu Bo
2017-06-19
1
-74
/
+45
|
*
|
|
|
|
Btrfs: new helper btrfs_bio_clone_partial
Liu Bo
2017-06-19
2
-0
/
+20
|
*
|
|
|
|
Btrfs: use bio_clone_fast to clone our bio
Liu Bo
2017-06-19
1
-1
/
+1
|
*
|
|
|
|
Btrfs: don't pass the inode through clean_io_failure
Josef Bacik
2017-06-19
3
-37
/
+61
|
*
|
|
|
|
btrfs: remove inode argument from repair_io_failure
Josef Bacik
2017-06-19
3
-13
/
+11
|
*
|
|
|
|
Btrfs: replace tree->mapping with tree->private_data
Josef Bacik
2017-06-19
9
-91
/
+128
|
*
|
|
|
|
btrfs: Add quota_override knob into sysfs
Sargun Dhillon
2017-06-19
1
-0
/
+41
|
*
|
|
|
|
btrfs: add quota override flag to enable quota override for CAP_SYS_RESOURCE
Sargun Dhillon
2017-06-19
2
-0
/
+7
|
*
|
|
|
|
btrfs: Convert fs_info->free_chunk_space to atomic64_t
Nikolay Borisov
2017-06-19
4
-26
/
+10
|
*
|
|
|
|
btrfs: add framework to handle device flush error as a volume
Anand Jain
2017-06-19
2
-4
/
+54
|
*
|
|
|
|
Btrfs: remove obsolete FIXMEs in qgroup ioctls
Daichou
2017-06-19
1
-3
/
+0
|
*
|
|
|
|
Btrfs: remove an unused variable
Dan Carpenter
2017-06-19
1
-2
/
+0
|
*
|
|
|
|
btrfs: kmap() can't fail
Fabian Frederick
2017-06-19
1
-7
/
+1
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-07-03
15
-168
/
+197
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
btrfs: add support for passing in write hints for buffered writes
Jens Axboe
2017-06-27
1
-0
/
+1
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
btrfs: use new block error code
Dan Carpenter
2017-06-21
1
-1
/
+1
|
*
|
|
btrfs: nowait aio support
Goldwyn Rodrigues
2017-06-20
2
-6
/
+30
|
*
|
|
blk: replace bioset_create_nobvec() with a flags arg to bioset_create()
NeilBrown
2017-06-18
1
-1
/
+2
|
*
|
|
Merge tag 'v4.12-rc5' into for-4.13/block
Jens Axboe
2017-06-12
6
-16
/
+139
|
|
\
\
\
|
*
|
|
|
block: switch bios to blk_status_t
Christoph Hellwig
2017-06-09
14
-157
/
+160
|
*
|
|
|
fs: remove the unused error argument to dio_end_io()
Christoph Hellwig
2017-06-09
1
-3
/
+3
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2017-06-15
1
-1
/
+4
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
crypto: Work around deallocated stack frame reference gcc bug on sparc.
David Miller
2017-06-08
1
-1
/
+4
|
|
/
/
*
|
|
Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-06-10
6
-16
/
+139
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Btrfs: fix delalloc accounting leak caused by u32 overflow
Omar Sandoval
2017-06-09
1
-2
/
+2
|
*
|
Btrfs: clear EXTENT_DEFRAG bits in finish_ordered_io
Liu Bo
2017-06-09
1
-1
/
+1
|
*
|
btrfs: tree-log.c: Wrong printk information about namelen
Su Yue
2017-06-09
1
-1
/
+1
|
*
|
btrfs: fix race with relocation recovery and fs_root setup
Jeff Mahoney
2017-06-01
1
-3
/
+3
|
*
|
btrfs: fix memory leak in update_space_info failure path
Jeff Mahoney
2017-06-01
1
-0
/
+1
|
*
|
btrfs: use correct types for page indices in btrfs_page_exists_in_range
David Sterba
2017-06-01
1
-2
/
+2
|
*
|
btrfs: fix incorrect error return ret being passed to mapping_set_error
Colin Ian King
2017-05-16
1
-1
/
+1
|
*
|
btrfs: Make flush bios explicitely sync
Jan Kara
2017-05-16
1
-4
/
+6
|
*
|
btrfs: fiemap: Cache and merge fiemap extent before submit it to user
Qu Wenruo
2017-05-16
1
-2
/
+122
*
|
|
Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-05-10
37
-827
/
+1437
|
\
|
|
|
|
/
|
/
|
[prev]
[next]