aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/loop.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-11kthread: kthread worker API cleanupGravatar Petr Mladek 1-4/+4
2016-09-15blk-mq: remove ->map_queueGravatar Christoph Hellwig 1-1/+0
2016-08-04loop: make do_req_filebacked more robustGravatar Christoph Hellwig 1-33/+22
2016-08-04loop: don't try to use AIO for discardsGravatar Christoph Hellwig 1-4/+8
2016-07-12loop: Make user notify for adding loop device failedGravatar Minfei Huang 1-0/+1
2016-06-07block, drivers: add REQ_OP_FLUSH operationGravatar Mike Christie 1-2/+2
2016-06-07drivers: use req op accessorGravatar Mike Christie 1-3/+3
2016-06-07block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEGravatar Mike Christie 1-3/+3
2016-05-17Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2016-04-15block: loop: fix filesystem corruption in case of aio/dioGravatar Ming Lei 1-0/+6
2016-04-12loop: switch to using blk_queue_write_cache()Gravatar Jens Axboe 1-1/+1
2015-10-09Merge branch 'for-4.4/core' into for-4.4/driversGravatar Jens Axboe 1-8/+6
2015-10-01blk-mq: fix racy updates of rq->errorsGravatar Christoph Hellwig 1-6/+5
2015-09-23block: loop: support DIO & AIOGravatar Ming Lei 1-3/+95
2015-09-23block: loop: introduce ioctl command of LOOP_SET_DIRECT_IOGravatar Ming Lei 1-0/+19
2015-09-23block: loop: prepare for supporing direct IOGravatar Ming Lei 1-0/+77
2015-09-23block: loop: use kthread_workGravatar Ming Lei 1-55/+24
2015-09-23block: loop: set QUEUE_FLAG_NOMERGES for request queue of loopGravatar Ming Lei 1-0/+6
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Gravatar Jens Axboe 1-2/+2
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2015-06-25Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-30/+52
2015-06-23vfs: add file_path() helperGravatar Miklos Szeredi 1-1/+1
2015-05-20loop: remove (now) unused 'out' labelGravatar Jens Axboe 1-1/+0
2015-05-20block: loop: fix another reread part failureGravatar Ming Lei 1-4/+26
2015-05-20block: loop: don't hold lo_ctl_mutex in lo_openGravatar Ming Lei 1-9/+12
2015-05-05block: loop: avoiding too many pending per work I/OGravatar Ming Lei 1-1/+1
2015-05-05block: loop: convert to per-device workqueueGravatar Ming Lei 1-16/+14
2015-04-27block: destroy bdi before blockdev is unregistered.Gravatar NeilBrown 1-1/+1
2015-04-15block: loop: switch to VFS ITER_BVECGravatar Christoph Hellwig 1-174/+120
2015-04-11switch /dev/loop to vfs_iter_write()Gravatar Al Viro 1-5/+7
2015-01-02loop: add blk-mq.h includeGravatar Jens Axboe 1-1/+0
2015-01-02block: loop: don't handle REQ_FUA explicitlyGravatar Ming Lei 1-11/+3
2015-01-02block: loop: introduce lo_discard() and lo_req_flush()Gravatar Ming Lei 1-33/+40
2015-01-02block: loop: say goodby to bioGravatar Ming Lei 1-25/+20
2015-01-02block: loop: improve performance via blk-mqGravatar Ming Lei 1-164/+163
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsGravatar Ingo Molnar 1-4/+4
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEGravatar Dongsheng Yang 1-1/+1
2014-04-08drivers/block/loop.c: ratelimit error messagesGravatar Mike Galbraith 1-4/+4
2014-01-21drivers/block/loop.c: fix comment typo in loop_config_discardGravatar Olaf Hering 1-1/+1
2013-11-23block: Convert bio_for_each_segment() to bvec_iterGravatar Kent Overstreet 1-11/+12
2013-11-23block: Abstract out bvec iteratorGravatar Kent Overstreet 1-2/+2
2013-11-08loop: fix crash when using unassigned loop deviceGravatar Mikulas Patocka 1-7/+8
2013-11-08block: fix a probe argument to blk_register_regionGravatar Mikulas Patocka 1-1/+1
2013-11-08loop: fix crash if blk_alloc_queue failsGravatar Mikulas Patocka 1-1/+3
2013-06-29move linux/loop.h to drivers/blockGravatar Al Viro 1-1/+1
2013-05-07block_device_operations->release() should return voidGravatar Al Viro 1-4/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+2
2013-04-09Merge tag 'for-linus-20130409' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-19/+2
2013-04-09lift sb_start_write() out of ->write()Gravatar Al Viro 1-0/+2
2013-04-08Revert "loop: cleanup partitions when detaching loop device"Gravatar Jens Axboe 1-19/+2