aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)Author
2018-06-15Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-08Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-06-08Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-06-07zram: introduce zram memory trackingMinchan Kim
2018-06-07zram: record accessed secondMinchan Kim
2018-06-07zram: mark incompressible page as ZRAM_HUGEMinchan Kim
2018-06-07zram: correct flag name of ZRAM_ACCESSMinchan Kim
2018-06-05nbd: set discard_alignment to the granularityJosef Bacik
2018-06-05nbd: Consistently use request pointer in debug messages.Kevin Vigor
2018-06-05loop: add recursion validation to LOOP_CHANGE_FDTheodore Ts'o
2018-06-04rbd: flush rbd_dev->watch_dwork after watch is unregisteredDongsheng Yang
2018-06-04libceph, rbd: add error handling for osd_req_op_cls_init()Chengguang Xu
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-05-31fs: Add aio iopriority supportAdam Manzanares
2018-05-30pktcdvd: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-30drbd: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-30blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig
2018-05-30nbd: clear DISCONNECT_REQUESTED flag once disconnection occurs.Kevin Vigor
2018-05-29null_blk: complete requests from ->timeoutChristoph Hellwig
2018-05-29mtip32xx: complete requests from ->timeoutChristoph Hellwig
2018-05-29nbd: complete requests from ->timeoutChristoph Hellwig
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches
2018-05-24Merge tag 'for-linus-20180524' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-05-23nbd: set discard granularity properlyJosef Bacik
2018-05-22block/ndb: add WQ_UNBOUND to the knbd-recv workqueueDan Melnic
2018-05-21loop: clear wb_err in bd_inode when detaching backing fileJeff Layton
2018-05-16nbd: call nbd_bdev_reset instead of bd_set_size on disconnectJosef Bacik
2018-05-16nbd: fix how we set bd_invalidatedJosef Bacik
2018-05-16nbd: clear_sock on netlink disconnectJosef Bacik
2018-05-16nbd: use bd_set_size when updating disk sizeJosef Bacik
2018-05-16nbd: update size when connectedJosef Bacik
2018-05-16nbd: fix nbd device deletionJosef Bacik
2018-05-16drbd: switch to proc_create_singleChristoph Hellwig
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-14block: Split out bio_list_copy_data()Kent Overstreet
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig
2018-05-11ps3disk: handle highmem pagesChristoph Hellwig
2018-05-11aoe: handle highmem pagesChristoph Hellwig
2018-05-11DAC960: don't use block layer bounce buffersChristoph Hellwig
2018-05-11mtip32xx: don't use block layer bounce buffersChristoph Hellwig
2018-05-10mtip32xx: Fix an error handling path in 'mtip_pci_probe()'Christophe JAILLET
2018-05-10libceph: add osd_req_op_extent_osd_data_bvecs()Ilya Dryomov
2018-05-09brd: Mark as non-rotationalSeongJae Park
2018-05-07loop: remember whether sysfs_create_group() was doneTetsuo Handa