index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-05-16
nbd: fix how we set bd_invalidated
Josef Bacik
1
-4
/
+3
2018-05-16
nbd: clear_sock on netlink disconnect
Josef Bacik
1
-0
/
+1
2018-05-16
nbd: use bd_set_size when updating disk size
Josef Bacik
1
-1
/
+9
2018-05-16
nbd: update size when connected
Josef Bacik
1
-0
/
+2
2018-05-16
nbd: fix nbd device deletion
Josef Bacik
1
-1
/
+4
2018-05-16
block: fix MAINTAINERS email for nbd
Josef Bacik
1
-1
/
+1
2018-05-16
blk-mq: remove redundant insert case in blk_mq_make_request()
huhai
1
-15
/
+1
2018-05-15
Remove jsflash driver
Jens Axboe
4
-708
/
+0
2018-05-14
block: Add sysfs entry for fua support
Kent Overstreet
1
-0
/
+11
2018-05-14
block: Export bio check/set pages_dirty
Kent Overstreet
1
-0
/
+2
2018-05-14
block: Add warning for bi_next not NULL in bio_endio()
Kent Overstreet
2
-1
/
+10
2018-05-14
block: Add missing flush_dcache_page() call
Kent Overstreet
1
-0
/
+2
2018-05-14
block: Split out bio_list_copy_data()
Kent Overstreet
3
-35
/
+55
2018-05-14
block: Add bio_copy_data_iter(), zero_fill_bio_iter()
Kent Overstreet
2
-23
/
+39
2018-05-14
block: Use bioset_init() for fs_bio_set
Kent Overstreet
4
-8
/
+7
2018-05-14
block: Add bioset_init()/bioset_exit()
Kent Overstreet
2
-28
/
+67
2018-05-14
block: Convert bio_set to mempool_init()
Kent Overstreet
3
-39
/
+36
2018-05-14
mempool: Add mempool_init()/mempool_exit()
Kent Overstreet
2
-27
/
+115
2018-05-14
sbitmap: fix race in wait batch accounting
Jens Axboe
1
-10
/
+25
2018-05-14
block: consistently use GFP_NOIO instead of __GFP_NORECLAIM
Christoph Hellwig
8
-15
/
+16
2018-05-14
block: use GFP_NOIO instead of __GFP_DIRECT_RECLAIM
Christoph Hellwig
1
-3
/
+2
2018-05-14
block: pass an explicit gfp_t to get_request
Christoph Hellwig
2
-11
/
+7
2018-05-14
block: sanitize blk_get_request calling conventions
Christoph Hellwig
29
-59
/
+42
2018-05-14
block: fix __get_request documentation
Christoph Hellwig
1
-1
/
+1
2018-05-14
scsi/osd: remove the gfp argument to osd_start_request
Christoph Hellwig
4
-24
/
+18
2018-05-14
memstick: remove unused variables
Christoph Hellwig
2
-2
/
+0
2018-05-11
ps3disk: handle highmem pages
Christoph Hellwig
1
-2
/
+0
2018-05-11
jsflash: handle highmem pages
Christoph Hellwig
1
-2
/
+4
2018-05-11
aoe: handle highmem pages
Christoph Hellwig
2
-2
/
+2
2018-05-11
mtd_blkdevs: handle highmem pages
Christoph Hellwig
1
-6
/
+14
2018-05-11
memstick: don't call blk_queue_bounce_limit
Christoph Hellwig
2
-10
/
+0
2018-05-11
DAC960: don't use block layer bounce buffers
Christoph Hellwig
2
-8
/
+2
2018-05-11
mtip32xx: don't use block layer bounce buffers
Christoph Hellwig
1
-1
/
+0
2018-05-10
sbitmap: warn if using smaller shallow depth than was setup
Omar Sandoval
1
-0
/
+2
2018-05-10
kyber-iosched: update shallow depth when setting up hardware queue
Jens Axboe
1
-0
/
+3
2018-05-10
bfq-iosched: update shallow depth to smallest one used
Jens Axboe
1
-3
/
+14
2018-05-10
sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow()
Omar Sandoval
2
-9
/
+69
2018-05-10
bfq-iosched: remove unused variable
Jens Axboe
2
-15
/
+7
2018-05-10
bfq: calculate shallow depths at init time
Jens Axboe
1
-47
/
+50
2018-05-10
bfq-iosched: don't worry about reserved tags in limit_depth
Jens Axboe
1
-8
/
+1
2018-05-10
blk-mq: don't call into depth limiting for reserved tags
Jens Axboe
1
-2
/
+4
2018-05-10
block, bfq: postpone rq preparation to insert or merge
Paolo Valente
1
-29
/
+57
2018-05-10
mtip32xx: Fix an error handling path in 'mtip_pci_probe()'
Christophe JAILLET
1
-1
/
+1
2018-05-09
brd: Mark as non-rotational
SeongJae Park
1
-0
/
+4
2018-05-09
block: consolidate struct request timestamp fields
Omar Sandoval
10
-76
/
+30
2018-05-09
block: move blk_stat_add() to __blk_mq_end_request()
Omar Sandoval
1
-4
/
+5
2018-05-09
block: use ktime_get_ns() instead of sched_clock() for cfq and bfq
Omar Sandoval
4
-63
/
+57
2018-05-09
block: get rid of struct blk_issue_stat
Omar Sandoval
10
-77
/
+41
2018-05-09
block: replace bio->bi_issue_stat with bio-specific type
Omar Sandoval
2
-12
/
+56
2018-05-09
block: pass struct request instead of struct blk_issue_stat to wbt
Omar Sandoval
4
-46
/
+45
[next]