summaryrefslogtreecommitdiff
path: root/drivers/block/loop.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-23loop: drop caches if offset or block_size are changedJaegeuk Kim1-2/+33
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-29/+29
2019-01-23block/loop: Don't grab "struct file" for vfs_getattr() operation.Tetsuo Handa1-5/+5
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-05-25loop: fix LOOP_GET_STATUS lock imbalanceOmar Sandoval1-15/+18
2018-05-25loop: don't call into filesystem while holding lo_ctl_mutexOmar Sandoval1-14/+24
2018-04-19block/loop: fix deadlock after loop_set_statusTetsuo Handa1-4/+8
2018-03-15loop: Fix lost writes caused by missing flagRoss Zwisler1-1/+1
2018-02-03loop: fix concurrent lo_open/lo_releaseLinus Torvalds1-2/+8
2017-09-06loop: set physical block size to logical block sizeOmar Sandoval1-2/+4
2017-09-01block/loop: fix use after freeShaohua Li1-3/+13
2017-09-01block/loop: allow request merge for directio modeShaohua Li1-15/+51
2017-09-01block/loop: set hw_sectorsShaohua Li1-0/+1
2017-08-31loop: fold loop_switch() into callersOmar Sandoval1-65/+11
2017-08-31loop: add ioctl for changing logical block sizeOmar Sandoval1-0/+24
2017-08-31loop: set physical block size to PAGE_SIZEOmar Sandoval1-0/+2
2017-08-31loop: get rid of lo_blocksizeOmar Sandoval1-8/+2
2017-08-28Merge tag 'v4.13-rc7' into for-4.14/block-postmergeJens Axboe1-36/+6
2017-08-23Revert "loop: support 4k physical blocksize"Omar Sandoval1-36/+6
2017-08-15loop: fix to a race condition due to the early registration of deviceAnton Volkov1-6/+8
2017-07-05Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2017-06-29fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig1-1/+1
2017-06-29fs: implement vfs_iter_read using do_iter_readChristoph Hellwig1-2/+2
2017-06-18loop: Add PF_LESS_THROTTLE to block/loop device thread.NeilBrown1-1/+7
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe1-0/+3
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig1-3/+3
2017-06-09block: introduce new block status code typeChristoph Hellwig1-1/+1
2017-06-09loop: fix error handling regressionArnd Bergmann1-1/+2
2017-06-08loop: support 4k physical blocksizeHannes Reinecke1-6/+37
2017-06-08loop: Remove unused 'bdev' argument from loop_set_capacityHannes Reinecke1-2/+2
2017-06-08Fix loop device flush before configure v3James Wang1-0/+3
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...Linus 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/vir...Linus 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