summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* nullb: fix error return code in null_init()Wei Yongjun2017-12-201-1/+3
* nbd: don't start req until after the dead connection logicJosef Bacik2017-11-301-13/+7
* nbd: wait uninterruptible for the dead timeoutJosef Bacik2017-11-301-3/+3
* rbd: use GFP_NOIO for parent stat and data requestsIlya Dryomov2017-11-091-2/+2
* Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-0219-0/+19
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0219-0/+19
* | virtio_blk: Fix an SG_IO regressionBart Van Assche2017-10-271-0/+12
* | nbd: handle interrupted sendmsg with a sndtimeo setJosef Bacik2017-10-241-2/+11
|/
* nbd: don't set the device size until we're connectedJosef Bacik2017-10-091-1/+1
* skd: Use kmem_cache_freeHimanshu Jha2017-10-091-1/+1
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-10-062-2/+6
|\
| * null_blk: change configfs dependency to selectJens Axboe2017-10-031-1/+1
| * nbd: fix -ERESTARTSYS handlingJosef Bacik2017-10-021-1/+5
* | zram: fix null dereference of handleMinchan Kim2017-10-031-24/+12
|/
* loop: remove union of use_aio and ref in struct loop_cmdOmar Sandoval2017-09-251-4/+2
* nbd: ignore non-nbd ioctl'sJosef Bacik2017-09-251-0/+6
* brd: fix overflow in __brd_direct_accessMikulas Patocka2017-09-251-1/+1
* Merge tag 'ceph-for-4.14-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-09-121-1/+1
|\
| * rbd: silence bogus uninitialized use warning in rbd_acquire_lock()Kefeng Wang2017-09-061-1/+1
* | Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-092-92/+109
|\ \
| * | loop: set physical block size to logical block sizeOmar Sandoval2017-09-061-2/+4
| * | block/loop: remove unused fieldShaohua Li2017-09-011-1/+0
| * | block/loop: fix use after freeShaohua Li2017-09-012-4/+17
| * | block/loop: allow request merge for directio modeShaohua Li2017-09-012-15/+52
| * | block/loop: set hw_sectorsShaohua Li2017-09-011-0/+1
| * | loop: fold loop_switch() into callersOmar Sandoval2017-08-311-65/+11
| * | loop: add ioctl for changing logical block sizeOmar Sandoval2017-08-311-0/+24
| * | loop: set physical block size to PAGE_SIZEOmar Sandoval2017-08-311-0/+2
| * | loop: get rid of lo_blocksizeOmar Sandoval2017-08-312-9/+2
| * | Merge tag 'v4.13-rc7' into for-4.14/block-postmergeJens Axboe2017-08-286-48/+82
| |\ \
* | | | drivers/block/zram/zram_drv.c: convert to using memset_lMatthew Wilcox2017-09-081-11/+2
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-09-077-7877/+0
|\ \ \ \
| * | | | scsi: cciss: Drop obsolete driverHannes Reinecke2017-08-247-7877/+0
* | | | | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-0728-2672/+2404
|\ \ \ \ \
| * | | | | drbd: remove BIOSET_NEED_RESCUER flag from drbd_{md_,}io_bio_setNeilBrown2017-08-301-3/+2
| * | | | | drbd: Fix allyesconfig build, fix recent commitPhilipp Reisner2017-08-301-1/+1
| * | | | | drbd: switch from kmalloc() to kmalloc_array()Roland Kammerer2017-08-291-1/+1
| * | | | | drbd: abort drbd_start_resync if there is no connectionRoland Kammerer2017-08-291-0/+5
| * | | | | drbd: move global variables to drbd namespace and make some staticRoland Kammerer2017-08-294-49/+43
| * | | | | drbd: rename "usermode_helper" to "drbd_usermode_helper"Greg Kroah-Hartman2017-08-293-13/+13
| * | | | | drbd: fix race between handshake and admin disconnect/downLars Ellenberg2017-08-291-0/+3
| * | | | | drbd: fix potential deadlock when trying to detach during handshakeLars Ellenberg2017-08-293-23/+56
| * | | | | drbd: A single dot should be put into a sequence.Markus Elfring2017-08-291-1/+1
| * | | | | drbd: fix rmmod cleanup, remove _all_ debugfs entriesLars Ellenberg2017-08-291-1/+2
| * | | | | drbd: Use setup_timer() instead of init_timer() to simplify the code.Geliang Tang2017-08-291-12/+8
| * | | | | drbd: fix potential get_ldev/put_ldev refcount imbalance during attachLars Ellenberg2017-08-291-3/+5
| * | | | | drbd: new disk-option disable-write-sameLars Ellenberg2017-08-291-3/+12
| * | | | | drbd: Fix resource role for newly created resources in events2Philipp Reisner2017-08-291-1/+1
| * | | | | drbd: mark symbols static where possibleBaoyou Xie2017-08-293-3/+6
| * | | | | drbd: Send P_NEG_ACK upon write error in protocol != CLars Ellenberg2017-08-291-0/+8