aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig1-3/+2
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig1-2/+2
2017-04-20loop: zero-fill bio on the submitting cpuChristoph Hellwig1-16/+14
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig1-2/+0
2017-04-08loop: implement REQ_OP_WRITE_ZEROESChristoph Hellwig1-0/+4
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers1-1/+1
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+2
2017-03-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+8
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-1/+2
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2017-03-02loop: fix LO_FLAGS_PARTSCAN hangOmar Sandoval1-7/+8
2017-03-02Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro1-2/+2
2017-02-27scripts/spelling.txt: add "algined" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-20vfs: use helpers for calling f_op->{read,write}_iter()Miklos Szeredi1-2/+2
2017-02-13block/loop: fix race between I/O and set_statusMing Lei1-5/+12
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-14loop: return proper error from loop_queue_rq()Omar Sandoval1-1/+1
2016-10-11kthread: 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-12loop: 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-17Merge 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-12loop: 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-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-06-25Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-30/+52
2015-06-23vfs: 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-11switch /dev/loop to vfs_iter_write()Al Viro1-5/+7
2015-01-02loop: add blk-mq.h includeJens Axboe1-1/+0
2015-01-02block: loop: don't handle REQ_FUA explicitlyMing Lei1-11/+3
2015-01-02block: loop: introduce lo_discard() and lo_req_flush()Ming Lei1-33/+40