summaryrefslogtreecommitdiff
path: root/drivers/block/loop.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-29loop: Add LOOP_SET_DIRECT_IO to compat ioctlAlessio Balsini1-0/+1
2019-05-02Revert "block/loop: Use global lock for ioctl() operation."Greg Kroah-Hartman1-21/+21
2019-03-05Revert "loop: Fold __loop_release into loop_release"Greg Kroah-Hartman1-7/+9
2019-03-05Revert "loop: Get rid of loop_index_mutex"Greg Kroah-Hartman1-20/+19
2019-03-05Revert "loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()"Greg Kroah-Hartman1-0/+2
2019-01-23loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()Tetsuo Handa1-2/+0
2019-01-23loop: Get rid of loop_index_mutexJan Kara1-19/+20
2019-01-23loop: Fold __loop_release into loop_releaseJan Kara1-9/+7
2019-01-23block/loop: Use global lock for ioctl() operation.Tetsuo Handa1-21/+21
2018-07-17loop: remember whether sysfs_create_group() was doneTetsuo Handa1-5/+6
2018-07-17loop: add recursion validation to LOOP_CHANGE_FDTheodore Ts'o1-30/+38
2018-04-20block/loop: fix deadlock after loop_set_statusTetsuo Handa1-4/+8
2018-04-13Fix loop device flush before configure v3James Wang1-0/+3
2018-03-18loop: Fix lost writes caused by missing flagRoss Zwisler1-1/+1
2018-02-03loop: fix concurrent lo_open/lo_releaseLinus Torvalds1-2/+8
2017-03-12loop: fix LO_FLAGS_PARTSCAN hangOmar Sandoval1-7/+8
2017-03-12block/loop: fix race between I/O and set_statusMing Lei1-5/+12
2017-01-06loop: return proper error from loop_queue_rq()Omar Sandoval1-1/+1
2016-10-12kthread: kthread worker API cleanupPetr Mladek1-4/+4
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig1-1/+0
2016-08-04loop: make do_req_filebacked more robustChristoph Hellwig1-33/+22
2016-08-04loop: don't try to use AIO for discardsChristoph Hellwig1-4/+8
2016-07-13loop: Make user notify for adding loop device failedMinfei Huang1-0/+1
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie1-2/+2
2016-06-07drivers: use req op accessorMike Christie1-3/+3
2016-06-07block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEMike Christie1-3/+3
2016-05-18Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-04-15block: loop: fix filesystem corruption in case of aio/dioMing Lei1-0/+6
2016-04-13loop: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2015-10-09Merge branch 'for-4.4/core' into for-4.4/driversJens Axboe1-8/+6
2015-10-01blk-mq: fix racy updates of rq->errorsChristoph Hellwig1-6/+5
2015-09-23block: loop: support DIO & AIOMing Lei1-3/+95
2015-09-23block: loop: introduce ioctl command of LOOP_SET_DIRECT_IOMing Lei1-0/+19
2015-09-23block: loop: prepare for supporing direct IOMing Lei1-0/+77
2015-09-23block: loop: use kthread_workMing Lei1-55/+24
2015-09-23block: loop: set QUEUE_FLAG_NOMERGES for request queue of loopMing Lei1-0/+6
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe1-2/+2
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2015-06-26Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-30/+52
2015-06-24vfs: add file_path() helperMiklos Szeredi1-1/+1
2015-05-20loop: remove (now) unused 'out' labelJens Axboe1-1/+0
2015-05-20block: loop: fix another reread part failureMing Lei1-4/+26
2015-05-20block: loop: don't hold lo_ctl_mutex in lo_openMing Lei1-9/+12
2015-05-05block: loop: avoiding too many pending per work I/OMing Lei1-1/+1
2015-05-05block: loop: convert to per-device workqueueMing Lei1-16/+14
2015-04-27block: destroy bdi before blockdev is unregistered.NeilBrown1-1/+1
2015-04-15block: loop: switch to VFS ITER_BVECChristoph Hellwig1-174/+120
2015-04-12switch /dev/loop to vfs_iter_write()Al Viro1-5/+7
2015-01-03loop: add blk-mq.h includeJens Axboe1-1/+0
2015-01-03block: loop: don't handle REQ_FUA explicitlyMing Lei1-11/+3