summaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c
Commit message (Expand)AuthorAgeFilesLines
* loop: Add PF_LESS_THROTTLE to block/loop device thread.NeilBrown2017-06-181-1/+7
* Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-121-0/+3
|\
| * Fix loop device flush before configure v3James Wang2017-06-081-0/+3
* | blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-091-3/+3
* | block: introduce new block status code typeChristoph Hellwig2017-06-091-1/+1
* | loop: fix error handling regressionArnd Bergmann2017-06-091-1/+2
* | loop: support 4k physical blocksizeHannes Reinecke2017-06-081-6/+37
* | loop: Remove unused 'bdev' argument from loop_set_capacityHannes Reinecke2017-06-081-2/+2
|/
* blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-021-3/+2Star
* blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-201-2/+2
* loop: zero-fill bio on the submitting cpuChristoph Hellwig2017-04-201-16/+14Star
* block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-2/+0Star
* loop: implement REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-0/+4
* blk-mq: constify struct blk_mq_opsEric Biggers2017-03-311-1/+1
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-031-1/+2
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-031-1/+2
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-03-031-7/+8
|\ \ | |/ |/|
| * loop: fix LO_FLAGS_PARTSCAN hangOmar Sandoval2017-03-021-7/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-03-031-2/+2
|\ \ | |/ |/|
| * Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro2017-03-021-2/+2
| |\
| | * vfs: use helpers for calling f_op->{read,write}_iter()Miklos Szeredi2017-02-201-2/+2
* | | scripts/spelling.txt: add "algined" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
|/ /
* / block/loop: fix race between I/O and set_statusMing Lei2017-02-131-5/+12
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* loop: return proper error from loop_queue_rq()Omar Sandoval2016-11-141-1/+1
* kthread: kthread worker API cleanupPetr Mladek2016-10-121-4/+4
* blk-mq: remove ->map_queueChristoph Hellwig2016-09-151-1/+0Star
* loop: make do_req_filebacked more robustChristoph Hellwig2016-08-041-33/+22Star
* loop: don't try to use AIO for discardsChristoph Hellwig2016-08-041-4/+8
* loop: Make user notify for adding loop device failedMinfei Huang2016-07-131-0/+1
* block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-071-2/+2
* drivers: use req op accessorMike Christie2016-06-071-3/+3
* block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEMike Christie2016-06-071-3/+3
* Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-05-181-1/+1
|\
| * loop: switch to using blk_queue_write_cache()Jens Axboe2016-04-131-1/+1
* | block: loop: fix filesystem corruption in case of aio/dioMing Lei2016-04-151-0/+6
|/
* Merge branch 'for-4.4/core' into for-4.4/driversJens Axboe2015-10-091-8/+6Star
|\
| * blk-mq: fix racy updates of rq->errorsChristoph Hellwig2015-10-011-6/+5Star
* | block: loop: support DIO & AIOMing Lei2015-09-231-3/+95
* | block: loop: introduce ioctl command of LOOP_SET_DIRECT_IOMing Lei2015-09-231-0/+19
* | block: loop: prepare for supporing direct IOMing Lei2015-09-231-0/+77
* | block: loop: use kthread_workMing Lei2015-09-231-55/+24Star
* | block: loop: set QUEUE_FLAG_NOMERGES for request queue of loopMing Lei2015-09-231-0/+6
|/
* block: have drivers use blk_queue_max_discard_sectors()Jens Axboe2015-07-171-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-051-1/+1
|\
| * vfs: add file_path() helperMiklos Szeredi2015-06-241-1/+1
* | Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-261-30/+52
|\ \ | |/ |/|
| * loop: remove (now) unused 'out' labelJens Axboe2015-05-201-1/+0Star
| * block: loop: fix another reread part failureMing Lei2015-05-201-4/+26
| * block: loop: don't hold lo_ctl_mutex in lo_openMing Lei2015-05-201-9/+12