index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-05-24
blk-mq: avoid starving tag allocation after allocating process migrates
Ming Lei
3
-14
/
+34
2018-05-23
bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue
Tejun Heo
1
-1
/
+17
2018-05-23
nbd: set discard granularity properly
Josef Bacik
1
-2
/
+8
2018-05-22
blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers
Bart Van Assche
1
-2
/
+6
2018-05-22
block/ndb: add WQ_UNBOUND to the knbd-recv workqueue
Dan Melnic
1
-1
/
+2
2018-05-22
blk-mq: remove wrong 'unlikely' check
huhai
1
-1
/
+1
2018-05-21
nvme-pci: fix race between poll and IRQ completions
Jens Axboe
1
-4
/
+11
2018-05-18
nvme-pci: drop IRQ disabling on submission queue lock
Jens Axboe
1
-4
/
+4
2018-05-18
nvme-pci: split the nvme queue lock into submission and completion locks
Jens Axboe
1
-21
/
+23
2018-05-18
nvme-pci: handle completions outside of the queue lock
Jens Axboe
1
-42
/
+45
2018-05-18
nvme-pci: move ->cq_vector == -1 check outside of ->q_lock
Jens Axboe
1
-5
/
+13
2018-05-18
nvme-pci: remove cq check after submission
Jens Axboe
1
-2
/
+0
2018-05-18
nvme-pci: simplify nvme_cqe_valid
Christoph Hellwig
1
-6
/
+6
2018-05-18
nvme: mark the result argument to nvme_complete_async_event volatile
Christoph Hellwig
2
-2
/
+2
2018-05-18
blk-mq: clear hctx->dispatch_from when mappings change
huhai
1
-0
/
+1
2018-05-16
nbd: call nbd_bdev_reset instead of bd_set_size on disconnect
Josef Bacik
1
-1
/
+1
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-11
nvme/pci: Sync controller reset for AER slot_reset
Keith Busch
1
-2
/
+9
[next]