summaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c
Commit message (Expand)AuthorAgeFilesLines
* loop: set PF_MEMALLOC_NOIO for the worker threadMikulas Patocka2019-08-161-1/+1
* Revert "block/loop: Use global lock for ioctl() operation."Greg Kroah-Hartman2019-05-021-29/+29
* Revert "loop: Fold __loop_release into loop_release"Greg Kroah-Hartman2019-03-051-7/+9
* Revert "loop: Get rid of loop_index_mutex"Greg Kroah-Hartman2019-03-051-20/+19
* Revert "loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()"Greg Kroah-Hartman2019-03-051-0/+2
* loop: drop caches if offset or block_size are changedJaegeuk Kim2019-01-231-2/+33
* loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()Tetsuo Handa2019-01-231-2/+0
* loop: Get rid of loop_index_mutexJan Kara2019-01-231-19/+20
* loop: Fold __loop_release into loop_releaseJan Kara2019-01-231-9/+7
* block/loop: Use global lock for ioctl() operation.Tetsuo Handa2019-01-231-29/+29
* block/loop: Don't grab "struct file" for vfs_getattr() operation.Tetsuo Handa2019-01-231-5/+5
* loop: remember whether sysfs_create_group() was doneTetsuo Handa2018-07-171-5/+6
* loop: add recursion validation to LOOP_CHANGE_FDTheodore Ts'o2018-07-171-30/+38
* loop: fix LOOP_GET_STATUS lock imbalanceOmar Sandoval2018-05-251-15/+18
* loop: don't call into filesystem while holding lo_ctl_mutexOmar Sandoval2018-05-251-14/+24
* block/loop: fix deadlock after loop_set_statusTetsuo Handa2018-04-191-4/+8
* loop: Fix lost writes caused by missing flagRoss Zwisler2018-03-151-1/+1
* loop: fix concurrent lo_open/lo_releaseLinus Torvalds2018-02-031-2/+8
* loop: set physical block size to logical block sizeOmar Sandoval2017-09-061-2/+4
* block/loop: fix use after freeShaohua Li2017-09-011-3/+13
* block/loop: allow request merge for directio modeShaohua Li2017-09-011-15/+51
* block/loop: set hw_sectorsShaohua Li2017-09-011-0/+1
* loop: fold loop_switch() into callersOmar Sandoval2017-08-311-65/+11
* loop: add ioctl for changing logical block sizeOmar Sandoval2017-08-311-0/+24
* loop: set physical block size to PAGE_SIZEOmar Sandoval2017-08-311-0/+2
* loop: get rid of lo_blocksizeOmar Sandoval2017-08-311-8/+2
* Merge tag 'v4.13-rc7' into for-4.14/block-postmergeJens Axboe2017-08-281-36/+6
|\
| * Revert "loop: support 4k physical blocksize"Omar Sandoval2017-08-231-36/+6
* | loop: fix to a race condition due to the early registration of deviceAnton Volkov2017-08-151-6/+8
|/
* Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-051-3/+3
|\
| * fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig2017-06-291-1/+1
| * fs: implement vfs_iter_read using do_iter_readChristoph Hellwig2017-06-291-2/+2
* | 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/+2
* 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/+14
* block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-2/+0
* 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-021-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