Age | Commit message (Expand) | Author |
2018-05-29 | block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE | Christoph Hellwig |
2018-05-29 | blk-mq: Remove generation seqeunce | Keith Busch |
2018-05-29 | blk-mq: Fix timeout and state order | Keith Busch |
2018-05-29 | libata: remove ata_scsi_timed_out | Christoph Hellwig |
2018-05-28 | bcache: Replace bch_read_string_list() by __sysfs_match_string() | Andy Shevchenko |
2018-05-28 | bcache: Move couple of functions to sysfs.c | Andy Shevchenko |
2018-05-28 | bcache: Move couple of string arrays to sysfs.c | Andy Shevchenko |
2018-05-28 | bcache: stop bcache device when backing device is offline | Coly Li |
2018-05-25 | null_blk: add blocking description and remove lightnvm | Liu Bo |
2018-05-24 | block drivers/block: Use octal not symbolic permissions | Joe Perches |
2018-05-24 | blk-mq: avoid starving tag allocation after allocating process migrates | Ming Lei |
2018-05-23 | bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue | Tejun Heo |
2018-05-23 | nbd: set discard granularity properly | Josef Bacik |
2018-05-22 | blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers | Bart Van Assche |
2018-05-22 | block/ndb: add WQ_UNBOUND to the knbd-recv workqueue | Dan Melnic |
2018-05-22 | blk-mq: remove wrong 'unlikely' check | huhai |
2018-05-21 | nvme-pci: fix race between poll and IRQ completions | Jens Axboe |
2018-05-21 | Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/block | Jens Axboe |
2018-05-18 | nvme-pci: drop IRQ disabling on submission queue lock | Jens Axboe |
2018-05-18 | nvme-pci: split the nvme queue lock into submission and completion locks | Jens Axboe |
2018-05-18 | nvme-pci: handle completions outside of the queue lock | Jens Axboe |
2018-05-18 | nvme-pci: move ->cq_vector == -1 check outside of ->q_lock | Jens Axboe |
2018-05-18 | nvme-pci: remove cq check after submission | Jens Axboe |
2018-05-18 | nvme-pci: simplify nvme_cqe_valid | Christoph Hellwig |
2018-05-18 | nvme: mark the result argument to nvme_complete_async_event volatile | Christoph Hellwig |
2018-05-18 | blk-mq: clear hctx->dispatch_from when mappings change | huhai |
2018-05-16 | nbd: call nbd_bdev_reset instead of bd_set_size on disconnect | Josef Bacik |
2018-05-16 | nbd: fix how we set bd_invalidated | Josef Bacik |
2018-05-16 | nbd: clear_sock on netlink disconnect | Josef Bacik |
2018-05-16 | nbd: use bd_set_size when updating disk size | Josef Bacik |
2018-05-16 | nbd: update size when connected | Josef Bacik |
2018-05-16 | nbd: fix nbd device deletion | Josef Bacik |
2018-05-16 | block: fix MAINTAINERS email for nbd | Josef Bacik |
2018-05-16 | blk-mq: remove redundant insert case in blk_mq_make_request() | huhai |
2018-05-15 | Remove jsflash driver | Jens Axboe |
2018-05-14 | block: Add sysfs entry for fua support | Kent Overstreet |
2018-05-14 | block: Export bio check/set pages_dirty | Kent Overstreet |
2018-05-14 | block: Add warning for bi_next not NULL in bio_endio() | Kent Overstreet |
2018-05-14 | block: Add missing flush_dcache_page() call | Kent Overstreet |
2018-05-14 | block: Split out bio_list_copy_data() | Kent Overstreet |
2018-05-14 | block: Add bio_copy_data_iter(), zero_fill_bio_iter() | Kent Overstreet |
2018-05-14 | block: Use bioset_init() for fs_bio_set | Kent Overstreet |
2018-05-14 | block: Add bioset_init()/bioset_exit() | Kent Overstreet |
2018-05-14 | block: Convert bio_set to mempool_init() | Kent Overstreet |
2018-05-14 | mempool: Add mempool_init()/mempool_exit() | Kent Overstreet |
2018-05-14 | sbitmap: fix race in wait batch accounting | Jens Axboe |
2018-05-14 | block: consistently use GFP_NOIO instead of __GFP_NORECLAIM | Christoph Hellwig |
2018-05-14 | block: use GFP_NOIO instead of __GFP_DIRECT_RECLAIM | Christoph Hellwig |
2018-05-14 | block: pass an explicit gfp_t to get_request | Christoph Hellwig |
2018-05-14 | block: sanitize blk_get_request calling conventions | Christoph Hellwig |