summaryrefslogtreecommitdiff
path: root/drivers/block/loop.c
AgeCommit message (Expand)Author
2019-03-05Revert "loop: Fold __loop_release into loop_release"Greg Kroah-Hartman
2019-03-05Revert "loop: Get rid of loop_index_mutex"Greg Kroah-Hartman
2019-03-05Revert "loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()"Greg Kroah-Hartman
2019-01-23loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()Tetsuo Handa
2019-01-23loop: Get rid of loop_index_mutexJan Kara
2019-01-23loop: Fold __loop_release into loop_releaseJan Kara
2019-01-23block/loop: Use global lock for ioctl() operation.Tetsuo Handa
2018-07-17loop: remember whether sysfs_create_group() was doneTetsuo Handa
2018-07-17loop: add recursion validation to LOOP_CHANGE_FDTheodore Ts'o
2018-04-20block/loop: fix deadlock after loop_set_statusTetsuo Handa
2018-04-13Fix loop device flush before configure v3James Wang
2018-03-18loop: Fix lost writes caused by missing flagRoss Zwisler
2018-02-03loop: fix concurrent lo_open/lo_releaseLinus Torvalds
2017-03-12loop: fix LO_FLAGS_PARTSCAN hangOmar Sandoval
2017-03-12block/loop: fix race between I/O and set_statusMing Lei
2017-01-06loop: return proper error from loop_queue_rq()Omar Sandoval
2016-10-11kthread: kthread worker API cleanupPetr Mladek
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig
2016-08-04loop: make do_req_filebacked more robustChristoph Hellwig
2016-08-04loop: don't try to use AIO for discardsChristoph Hellwig
2016-07-12loop: Make user notify for adding loop device failedMinfei Huang
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie
2016-06-07drivers: use req op accessorMike Christie
2016-06-07block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEMike Christie
2016-05-17Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-04-15block: loop: fix filesystem corruption in case of aio/dioMing Lei
2016-04-12loop: switch to using blk_queue_write_cache()Jens Axboe
2015-10-09Merge branch 'for-4.4/core' into for-4.4/driversJens Axboe
2015-10-01blk-mq: fix racy updates of rq->errorsChristoph Hellwig
2015-09-23block: loop: support DIO & AIOMing Lei
2015-09-23block: loop: introduce ioctl command of LOOP_SET_DIRECT_IOMing Lei
2015-09-23block: loop: prepare for supporing direct IOMing Lei
2015-09-23block: loop: use kthread_workMing Lei
2015-09-23block: loop: set QUEUE_FLAG_NOMERGES for request queue of loopMing Lei
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-06-25Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-23vfs: add file_path() helperMiklos Szeredi
2015-05-20loop: remove (now) unused 'out' labelJens Axboe
2015-05-20block: loop: fix another reread part failureMing Lei
2015-05-20block: loop: don't hold lo_ctl_mutex in lo_openMing Lei
2015-05-05block: loop: avoiding too many pending per work I/OMing Lei
2015-05-05block: loop: convert to per-device workqueueMing Lei
2015-04-27block: destroy bdi before blockdev is unregistered.NeilBrown
2015-04-15block: loop: switch to VFS ITER_BVECChristoph Hellwig
2015-04-11switch /dev/loop to vfs_iter_write()Al Viro
2015-01-02loop: add blk-mq.h includeJens Axboe
2015-01-02block: loop: don't handle REQ_FUA explicitlyMing Lei
2015-01-02block: loop: introduce lo_discard() and lo_req_flush()Ming Lei
2015-01-02block: loop: say goodby to bioMing Lei