summaryrefslogtreecommitdiff
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2017-06-156-65/+518
|\
| * zram: clean up duplicated codes in __zram_bvec_writeMinchan Kim2017-06-061-43/+27
| * zram: do not count duplicated pages as compressedMinchan Kim2017-06-063-9/+20
| * zram: count same page write as page_storedMinchan Kim2017-06-061-0/+2
| * zram: compare all the entries with same checksum for deduplicationJoonsoo Kim2017-06-061-12/+47
| * zram: make deduplication feature optionalJoonsoo Kim2017-06-066-12/+133
| * zram: implement deduplication in zramJoonsoo Kim2017-06-065-7/+276
| * zram: introduce zram_entry to prepare dedup functionalityJoonsoo Kim2017-06-062-35/+66
* | Merge remote-tracking branch 'driver-core/driver-core-next'Stephen Rothwell2017-06-152-29/+32
|\ \
| * | zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO()Greg Kroah-Hartman2017-06-131-1/+1
| * | pktcdvd: use class_groups instead of class_attrsGreg Kroah-Hartman2017-06-091-18/+17
| * | zram: use class_groups instead of class_attrsGreg Kroah-Hartman2017-06-091-11/+15
* | | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-123-10/+10
|\ \ \
| * | | Fix loop device flush before configure v3James Wang2017-06-081-0/+3
| | |/ | |/|
| * | Merge tag 'ceph-for-4.12-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds2017-06-021-0/+2
| |\ \
| | * | rbd: implement REQ_OP_WRITE_ZEROESIlya Dryomov2017-05-291-0/+2
| | |/
| * | nbd: don't leak nbd_configIlya Dryomov2017-05-301-0/+1
| * | nbd: nbd_reset() call in nbd_dev_add() is redundantIlya Dryomov2017-05-301-10/+4
| |/
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-0917-73/+65
* | blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-097-33/+28
* | block: introduce new block status code typeChristoph Hellwig2017-06-0925-123/+129
* | nbd: set sk->sk_sndtimeo for our socketsJosef Bacik2017-06-091-0/+2
* | loop: fix error handling regressionArnd Bergmann2017-06-091-1/+2
* | loop: support 4k physical blocksizeHannes Reinecke2017-06-082-6/+38
* | loop: Remove unused 'bdev' argument from loop_set_capacityHannes Reinecke2017-06-081-2/+2
* | pktcdvd: Check queue type before attaching to a queueBart Van Assche2017-06-011-0/+5
* | block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGHBart Van Assche2017-06-011-0/+1
* | nbd: add FUA op supportShaun McDowell2017-05-301-3/+13
|/
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-202-15/+20
|\
| * Merge branch 'stable/for-jens-4.12' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2017-05-151-3/+5
| |\
| | * block: xen-blkback: add null check to avoid null pointer dereferenceGustavo A. R. Silva2017-05-151-3/+5
| * | drbd: fix request leak introduced by locking/atomic, kref: Kill kref_sub()Lars Ellenberg2017-05-111-12/+15
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-05-101-2/+1
|\ \ \
| * | | virtio: wrap find_vqsMichael S. Tsirkin2017-05-021-2/+1
* | | | Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-05-101-144/+215
|\ \ \ \
| * | | | rbd: exclusive map optionIlya Dryomov2017-05-041-10/+73
| * | | | rbd: return ResponseMessage result from rbd_handle_request_lock()Ilya Dryomov2017-05-041-14/+26
| * | | | rbd: kill rbd_is_lock_supported()Ilya Dryomov2017-05-041-11/+3
| * | | | rbd: support updating the lock cookie without releasing the lockIlya Dryomov2017-05-041-25/+41
| * | | | rbd: store lock cookieIlya Dryomov2017-05-041-5/+8
| * | | | rbd: ignore unlock errorsIlya Dryomov2017-05-041-18/+14
| * | | | rbd: fix error handling around rbd_init_disk()Ilya Dryomov2017-05-041-43/+44
| * | | | rbd: move rbd_unregister_watch() call into rbd_dev_image_release()Ilya Dryomov2017-05-041-15/+3
| * | | | rbd: move rbd_dev_destroy() call out of rbd_dev_image_release()Ilya Dryomov2017-05-041-5/+5
| * | | | libceph, ceph: always advertise all supported featuresIlya Dryomov2017-05-041-1/+1
| |/ / /
* | | | treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka2017-05-081-3/+4
* | | | fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani2017-05-081-1/+1
* | | | mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-081-1/+1
| |/ / |/| |
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-066-353/+171
|\ \ \
| * | | mtip32xx: convert internal commands to regular block infrastructureJens Axboe2017-05-032-178/+30