index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Split out bio_list_copy_data()
Kent Overstreet
2018-05-14
3
-35
/
+55
*
block: Add bio_copy_data_iter(), zero_fill_bio_iter()
Kent Overstreet
2018-05-14
2
-23
/
+39
*
block: Use bioset_init() for fs_bio_set
Kent Overstreet
2018-05-14
4
-8
/
+7
*
block: Add bioset_init()/bioset_exit()
Kent Overstreet
2018-05-14
2
-28
/
+67
*
block: Convert bio_set to mempool_init()
Kent Overstreet
2018-05-14
3
-39
/
+36
*
mempool: Add mempool_init()/mempool_exit()
Kent Overstreet
2018-05-14
2
-27
/
+115
*
sbitmap: fix race in wait batch accounting
Jens Axboe
2018-05-14
1
-10
/
+25
*
block: consistently use GFP_NOIO instead of __GFP_NORECLAIM
Christoph Hellwig
2018-05-14
8
-15
/
+16
*
block: use GFP_NOIO instead of __GFP_DIRECT_RECLAIM
Christoph Hellwig
2018-05-14
1
-3
/
+2
*
block: pass an explicit gfp_t to get_request
Christoph Hellwig
2018-05-14
2
-11
/
+7
*
block: sanitize blk_get_request calling conventions
Christoph Hellwig
2018-05-14
29
-59
/
+42
*
block: fix __get_request documentation
Christoph Hellwig
2018-05-14
1
-1
/
+1
*
scsi/osd: remove the gfp argument to osd_start_request
Christoph Hellwig
2018-05-14
4
-24
/
+18
*
memstick: remove unused variables
Christoph Hellwig
2018-05-14
2
-2
/
+0
*
ps3disk: handle highmem pages
Christoph Hellwig
2018-05-11
1
-2
/
+0
*
jsflash: handle highmem pages
Christoph Hellwig
2018-05-11
1
-2
/
+4
*
aoe: handle highmem pages
Christoph Hellwig
2018-05-11
2
-2
/
+2
*
mtd_blkdevs: handle highmem pages
Christoph Hellwig
2018-05-11
1
-6
/
+14
*
memstick: don't call blk_queue_bounce_limit
Christoph Hellwig
2018-05-11
2
-10
/
+0
*
DAC960: don't use block layer bounce buffers
Christoph Hellwig
2018-05-11
2
-8
/
+2
*
mtip32xx: don't use block layer bounce buffers
Christoph Hellwig
2018-05-11
1
-1
/
+0
*
sbitmap: warn if using smaller shallow depth than was setup
Omar Sandoval
2018-05-10
1
-0
/
+2
*
kyber-iosched: update shallow depth when setting up hardware queue
Jens Axboe
2018-05-10
1
-0
/
+3
*
bfq-iosched: update shallow depth to smallest one used
Jens Axboe
2018-05-10
1
-3
/
+14
*
sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow()
Omar Sandoval
2018-05-10
2
-9
/
+69
*
bfq-iosched: remove unused variable
Jens Axboe
2018-05-10
2
-15
/
+7
*
bfq: calculate shallow depths at init time
Jens Axboe
2018-05-10
1
-47
/
+50
*
bfq-iosched: don't worry about reserved tags in limit_depth
Jens Axboe
2018-05-10
1
-8
/
+1
*
blk-mq: don't call into depth limiting for reserved tags
Jens Axboe
2018-05-10
1
-2
/
+4
*
block, bfq: postpone rq preparation to insert or merge
Paolo Valente
2018-05-10
1
-29
/
+57
*
mtip32xx: Fix an error handling path in 'mtip_pci_probe()'
Christophe JAILLET
2018-05-10
1
-1
/
+1
*
brd: Mark as non-rotational
SeongJae Park
2018-05-09
1
-0
/
+4
*
block: consolidate struct request timestamp fields
Omar Sandoval
2018-05-09
10
-76
/
+30
*
block: move blk_stat_add() to __blk_mq_end_request()
Omar Sandoval
2018-05-09
1
-4
/
+5
*
block: use ktime_get_ns() instead of sched_clock() for cfq and bfq
Omar Sandoval
2018-05-09
4
-63
/
+57
*
block: get rid of struct blk_issue_stat
Omar Sandoval
2018-05-09
10
-77
/
+41
*
block: replace bio->bi_issue_stat with bio-specific type
Omar Sandoval
2018-05-09
2
-12
/
+56
*
block: pass struct request instead of struct blk_issue_stat to wbt
Omar Sandoval
2018-05-09
4
-46
/
+45
*
block: move some wbt helpers to blk-wbt.c
Omar Sandoval
2018-05-09
2
-25
/
+28
*
blk-wbt: throttle discards like background writes
Jens Axboe
2018-05-08
3
-21
/
+32
*
blk-wbt: pass in enum wbt_flags to get_rq_wait()
Jens Axboe
2018-05-08
2
-11
/
+18
*
blk-wbt: account any writing command as a write
Jens Axboe
2018-05-08
1
-1
/
+1
*
block: break discard submissions into the user defined size
Jens Axboe
2018-05-08
1
-3
/
+9
*
loop: remember whether sysfs_create_group() was done
Tetsuo Handa
2018-05-07
2
-5
/
+7
*
block: Shorten interrupt disabled regions
Thomas Gleixner
2018-05-07
1
-10
/
+2
*
block: Remove redundant WARN_ON()
Anna-Maria Gleixner
2018-05-07
1
-1
/
+0
*
block: don't disable interrupts during kmap_atomic()
Sebastian Andrzej Siewior
2018-05-07
1
-3
/
+0
*
Fix typo in comment.
Florian La Roche
2018-05-07
1
-1
/
+1
*
Merge tag 'devicetree-fixes-for-4.17' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-05-07
9
-16
/
+40
|
\
|
*
dt-bindings: panel: lvds: Fix path to display timing bindings
Geert Uytterhoeven
2018-05-01
1
-1
/
+1
[next]