summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20180706' of git://git.kernel.dk/linux-blockLinus Torvalds2018-07-062-1/+2
|\
| * loop: Add LOOP_SET_BLOCK_SIZE in compat ioctlEvan Green2018-07-031-0/+1
| * drbd: fix access after freeLars Ellenberg2018-07-021-1/+1
* | Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-301-2/+2
|\|
| * drbd: Fix drbd_request_prepare() discard handlingBart Van Assche2018-06-291-2/+2
* | Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-242-9/+35
|\|
| * nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag.Doron Roberts-Kedes2018-06-201-8/+34
| * block: fix timeout changes for legacy request driversChristoph Hellwig2018-06-191-1/+1
* | Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-06-151-4/+7
|\ \
| * | rbd: flush rbd_dev->watch_dwork after watch is unregisteredDongsheng Yang2018-06-041-1/+1
| * | libceph, rbd: add error handling for osd_req_op_cls_init()Chengguang Xu2018-06-041-3/+6
* | | treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+1
* | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-127-19/+29
* | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-123-5/+7
| |/ |/|
* | Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-082-35/+46
|\ \
| * | nbd: set discard_alignment to the granularityJosef Bacik2018-06-051-0/+3
| * | nbd: Consistently use request pointer in debug messages.Kevin Vigor2018-06-051-5/+5
| * | loop: add recursion validation to LOOP_CHANGE_FDTheodore Ts'o2018-06-051-30/+38
* | | Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-06-081-0/+3
|\ \ \
| * | | fs: Add aio iopriority supportAdam Manzanares2018-05-311-0/+3
* | | | zram: introduce zram memory trackingMinchan Kim2018-06-073-14/+139
* | | | zram: record accessed secondMinchan Kim2018-06-072-0/+17
* | | | zram: mark incompressible page as ZRAM_HUGEMinchan Kim2018-06-072-3/+16
* | | | zram: correct flag name of ZRAM_ACCESSMinchan Kim2018-06-072-13/+13
| |/ / |/| |
* | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-046-106/+12
|\ \ \
| * | | drbd: switch to proc_create_singleChristoph Hellwig2018-05-163-35/+4
| * | | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-163-71/+9
* | | | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-0428-229/+226
|\ \ \ \ | |_|_|/ |/| | |
| * | | pktcdvd: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-25/+25
| * | | drbd: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-306-59/+38
| * | | blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig2018-05-302-14/+3
| * | | nbd: clear DISCONNECT_REQUESTED flag once disconnection occurs.Kevin Vigor2018-05-301-6/+15
| * | | null_blk: complete requests from ->timeoutChristoph Hellwig2018-05-291-2/+4
| * | | mtip32xx: complete requests from ->timeoutChristoph Hellwig2018-05-291-1/+2
| * | | nbd: complete requests from ->timeoutChristoph Hellwig2018-05-291-3/+4
| * | | block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2018-05-291-1/+1
| * | | block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-2417-83/+81
| * | | nbd: set discard granularity properlyJosef Bacik2018-05-231-2/+8
| * | | block/ndb: add WQ_UNBOUND to the knbd-recv workqueueDan Melnic2018-05-221-1/+2
| * | | nbd: call nbd_bdev_reset instead of bd_set_size on disconnectJosef Bacik2018-05-161-1/+1
| * | | nbd: fix how we set bd_invalidatedJosef Bacik2018-05-161-4/+3
| * | | nbd: clear_sock on netlink disconnectJosef Bacik2018-05-161-0/+1
| * | | nbd: use bd_set_size when updating disk sizeJosef Bacik2018-05-161-1/+9
| * | | nbd: update size when connectedJosef Bacik2018-05-161-0/+2
| * | | nbd: fix nbd device deletionJosef Bacik2018-05-161-1/+4
| * | | block: Split out bio_list_copy_data()Kent Overstreet2018-05-141-1/+1
| * | | block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig2018-05-142-2/+3
| * | | block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-144-4/+4
| * | | ps3disk: handle highmem pagesChristoph Hellwig2018-05-111-2/+0
| * | | aoe: handle highmem pagesChristoph Hellwig2018-05-112-2/+2