index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent_io.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2016-12-16
1
-43
/
+69
|
\
|
*
btrfs: remove root parameter from transaction commit/end routines
Jeff Mahoney
2016-12-06
1
-1
/
+1
|
*
btrfs: take an fs_info directly when the root is not used otherwise
Jeff Mahoney
2016-12-06
1
-5
/
+3
|
*
btrfs: root->fs_info cleanup, add fs_info convenience variables
Jeff Mahoney
2016-12-06
1
-10
/
+15
|
*
btrfs: pull node/sector/stripe sizes out of root and into fs_info
Jeff Mahoney
2016-12-06
1
-21
/
+9
|
*
btrfs: add optimized version of eb to eb copy
David Sterba
2016-11-30
1
-0
/
+14
|
*
btrfs: remove constant parameter to memset_extent_buffer and rename it
David Sterba
2016-11-30
1
-5
/
+5
|
*
btrfs: use specialized page copying helpers in btrfs_clone_extent_buffer
David Sterba
2016-11-30
1
-1
/
+1
|
*
btrfs: introduce helpers for updating eb uuids
David Sterba
2016-11-30
1
-0
/
+21
|
*
btrfs: don't abuse REQ_OP_* flags for btrfs_map_block
Christoph Hellwig
2016-11-29
1
-1
/
+1
*
|
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-12-13
1
-9
/
+7
|
\
\
|
|
/
|
/
|
|
*
block,fs: use REQ_* flags directly
Christoph Hellwig
2016-11-01
1
-9
/
+7
*
|
Btrfs: remove some no-op casts
Dan Carpenter
2016-10-24
1
-4
/
+4
|
/
*
Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Chris Mason
2016-10-12
1
-18
/
+46
|
\
|
*
Btrfs: fix free space tree bitmaps on big-endian systems
Omar Sandoval
2016-10-03
1
-18
/
+46
*
|
Btrfs: memset to avoid stale content in btree leaf
Liu Bo
2016-09-26
1
-5
/
+13
*
|
btrfs: convert pr_* to btrfs_* where possible
Jeff Mahoney
2016-09-26
1
-22
/
+31
*
|
btrfs: convert printk(KERN_* to use pr_* calls
Jeff Mahoney
2016-09-26
1
-2
/
+2
*
|
btrfs: unsplit printed strings
Jeff Mahoney
2016-09-26
1
-23
/
+19
*
|
Btrfs: memset to avoid stale content in btree node block
Liu Bo
2016-09-26
1
-0
/
+11
*
|
Btrfs: kill the start argument to read_extent_buffer_pages
Josef Bacik
2016-09-26
1
-20
/
+8
*
|
Btrfs: add a flags field to btrfs_fs_info
Josef Bacik
2016-09-26
1
-4
/
+3
*
|
btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...
Qu Wenruo
2016-09-26
1
-1
/
+1
*
|
Btrfs: fix memory leak in reading btree blocks
Liu Bo
2016-09-26
1
-0
/
+9
*
|
btrfs: fix check_shared for fiemap ioctl
Lu Fengqi
2016-09-26
1
-1
/
+17
|
/
*
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-08-06
1
-7
/
+1
|
\
|
*
Fixup direct bi_rw modifiers
Shaun Tancheff
2016-08-04
1
-1
/
+1
|
*
block: add missing group association in bio-cloning functions
Paolo Valente
2016-08-04
1
-6
/
+0
*
|
Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-08-05
1
-6
/
+24
|
\
\
|
|
/
|
/
|
|
*
Btrfs: fix eb memory leak due to readpage failure
Liu Bo
2016-07-26
1
-3
/
+22
|
*
Btrfs: cleanup BUG_ON in merge_bio
Liu Bo
2016-07-26
1
-1
/
+0
|
*
btrfs: Fix slab accounting flags
Nikolay Borisov
2016-07-26
1
-2
/
+2
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-07-27
1
-1
/
+2
|
\
\
|
*
|
mm, memcg: use consistent gfp flags during readahead
Michal Hocko
2016-07-27
1
-1
/
+2
|
|
/
*
|
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-07-27
1
-47
/
+44
|
\
\
|
|
/
|
/
|
|
*
btrfs: use bio fields for op and flags
Mike Christie
2016-06-07
1
-7
/
+5
|
*
btrfs: have submit_one_bio users use bio op accessors
Mike Christie
2016-06-07
1
-45
/
+43
|
*
block/fs/drivers: remove rw argument from submit_bio
Mike Christie
2016-06-07
1
-3
/
+4
*
|
Btrfs: fix error handling in map_private_extent_buffer
Liu Bo
2016-06-23
1
-1
/
+6
*
|
Btrfs: check if extent buffer is aligned to sectorsize
Liu Bo
2016-06-17
1
-3
/
+12
*
|
Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Chris Mason
2016-06-08
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
Btrfs: self-tests: Support non-4k page size
Feifei Xu
2016-06-02
1
-5
/
+5
*
|
Btrfs: fix race between device replace and read repair
Filipe Manana
2016-05-31
1
-0
/
+10
|
/
*
Merge branch 'cleanups-4.7' into for-chris-4.7-20160525
David Sterba
2016-05-25
1
-44
/
+44
|
\
|
*
btrfs: fix string and comment grammatical issues and typos
Nicholas D Steeves
2016-05-25
1
-2
/
+2
|
*
btrfs: sink gfp parameter to convert_extent_bit
David Sterba
2016-04-29
1
-6
/
+6
|
*
btrfs: make state preallocation more speculative in __set_extent_bit
David Sterba
2016-04-29
1
-1
/
+7
|
*
btrfs: untangle gotos a bit in convert_extent_bit
David Sterba
2016-04-29
1
-9
/
+7
|
*
btrfs: untangle gotos a bit in __clear_extent_bit
David Sterba
2016-04-29
1
-8
/
+8
|
*
btrfs: untangle gotos a bit in __set_extent_bit
David Sterba
2016-04-29
1
-8
/
+7
[next]