summary refs log tree commit diff
AgeCommit message (Expand)Author
2017-08-29drbd: fix rmmod cleanup, remove _all_ debugfs entriesLars Ellenberg
2017-08-29drbd: Use setup_timer() instead of init_timer() to simplify the code.Geliang Tang
2017-08-29drbd: fix potential get_ldev/put_ldev refcount imbalance during attachLars Ellenberg
2017-08-29drbd: new disk-option disable-write-sameLars Ellenberg
2017-08-29drbd: Fix resource role for newly created resources in events2Philipp Reisner
2017-08-29drbd: mark symbols static where possibleBaoyou Xie
2017-08-29drbd: Send P_NEG_ACK upon write error in protocol != CLars Ellenberg
2017-08-29drbd: add explicit plugging when submitting batchesLars Ellenberg
2017-08-29drbd: change list_for_each_safe to while(list_first_entry_or_null)Lars Ellenberg
2017-08-29drbd: introduce drbd_recv_header_maybe_unplugLars Ellenberg
2017-08-29bsg: remove #if 0'ed codeChristoph Hellwig
2017-08-29mq-deadline: Enable auto-loading when built as moduleBen Hutchings
2017-08-29bfq: Re-enable auto-loading when built as a moduleBen Hutchings
2017-08-29block: Make blk_dequeue_request() staticDamien Le Moal
2017-08-29skd: Let the block layer core choose .nr_requestsBart Van Assche
2017-08-29skd: Remove blk_queue_bounce_limit() callBart Van Assche
2017-08-28nbd: make device_attribute constBhumika Goyal
2017-08-28null_blk: use available 'dev' in nullb_device_power_store()Jens Axboe
2017-08-28block/nullb: delete unnecessary memory freeShaohua Li
2017-08-28block: fix warning when I/O elevator is changed as request_queue is being rem...David Jeffery
2017-08-28block, scheduler: convert xxx_var_store to voidweiping zhang
2017-08-25skd: Remove SKD_ID_INCRBart Van Assche
2017-08-25skd: Make it easier for static analyzers to analyze skd_free_disk()Bart Van Assche
2017-08-25skd: Inline skd_end_request()Bart Van Assche
2017-08-25skd: Rename skd_softirq_done() into skd_complete_rq()Bart Van Assche
2017-08-25block/nullb: fix NULL dereferenceShaohua Li
2017-08-25blkcg: avoid free blkcg_root when failed to alloc blkcg policyweiping zhang
2017-08-25null_blk: update email adressJens Axboe
2017-08-25block: update comments to reflect REQ_FLUSH -> REQ_PREFLUSH renameOmar Sandoval
2017-08-24compat_hdio_ioctl: Fix a declarationBart Van Assche
2017-08-24block: remove blk_free_devt in add_partitionweiping zhang
2017-08-24bio-integrity: Fix regression if profile verify_fn is NULLMilan Broz
2017-08-23block, bfq: fix error handle in bfq_initweiping zhang
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-08-23block: cache the partition index in struct block_deviceChristoph Hellwig
2017-08-23block: add a __disk_get_part helperChristoph Hellwig
2017-08-23block: reject attempts to allocate more than DISK_MAX_PARTS partitionsChristoph Hellwig
2017-08-23raid5: remove a call to get_start_sectChristoph Hellwig
2017-08-23btrfs: index check-integrity state hash by a dev_tChristoph Hellwig
2017-08-23skd: Change default interrupt mode to MSI-XBart Van Assche
2017-08-23skd: Avoid double completions in case of a timeoutBart Van Assche
2017-08-23skd: Inline skd_process_request()Bart Van Assche
2017-08-23skd: Report completion mismatches onceBart Van Assche
2017-08-23block: Warn if blk_queue_rq_timed_out() is called for a blk-mq queueBart Van Assche
2017-08-23nullb: badbblocks supportShaohua Li
2017-08-23nullb: emulate cacheShaohua Li
2017-08-23nullb: bandwidth controlShaohua Li
2017-08-23nullb: support discardShaohua Li
2017-08-23nullb: support memory backed storeShaohua Li
2017-08-23nullb: use ida to manage indexShaohua Li