summaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c
Commit message (Expand)AuthorAge
* loop: remember whether sysfs_create_group() was doneTetsuo Handa2018-05-07
* loop: handle short DIO readsJens Axboe2018-04-15
* loop: remove cmd->rq memberJens Axboe2018-04-15
* loop: fix LOOP_GET_STATUS lock imbalanceOmar Sandoval2018-04-10
* block/loop: fix deadlock after loop_set_statusTetsuo Handa2018-04-10
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-05
|\
| * loop: use killable lock in ioctlsOmar Sandoval2018-03-27
| * loop: don't call into filesystem while holding lo_ctl_mutexOmar Sandoval2018-03-27
| * block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-08
| * block/loop: Delete gendisk before cleaning up the request queueBart Van Assche2018-02-28
* | loop: Fix lost writes caused by missing flagRoss Zwisler2018-03-09
|/
* genhd: Rename get_disk() to get_disk_and_module()Jan Kara2018-02-26
* loop: fix concurrent lo_open/lo_releaseLinus Torvalds2018-01-06
* block: fix a build errorShaohua Li2017-09-26
* block/loop: make loop cgroup awareShaohua Li2017-09-26
* loop: set physical block size to logical block sizeOmar Sandoval2017-09-06
* block/loop: fix use after freeShaohua Li2017-09-01
* block/loop: allow request merge for directio modeShaohua Li2017-09-01
* block/loop: set hw_sectorsShaohua Li2017-09-01
* loop: fold loop_switch() into callersOmar Sandoval2017-08-31
* loop: add ioctl for changing logical block sizeOmar Sandoval2017-08-31
* loop: set physical block size to PAGE_SIZEOmar Sandoval2017-08-31
* loop: get rid of lo_blocksizeOmar Sandoval2017-08-31
* Merge tag 'v4.13-rc7' into for-4.14/block-postmergeJens Axboe2017-08-28
|\
| * Revert "loop: support 4k physical blocksize"Omar Sandoval2017-08-23
* | loop: fix to a race condition due to the early registration of deviceAnton Volkov2017-08-15
|/
* Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-05
|\
| * fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig2017-06-29
| * fs: implement vfs_iter_read using do_iter_readChristoph Hellwig2017-06-29
* | loop: Add PF_LESS_THROTTLE to block/loop device thread.NeilBrown2017-06-18
* | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-12
|\|
| * Fix loop device flush before configure v3James Wang2017-06-08
* | blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-09
* | block: introduce new block status code typeChristoph Hellwig2017-06-09
* | loop: fix error handling regressionArnd Bergmann2017-06-09
* | loop: support 4k physical blocksizeHannes Reinecke2017-06-08
* | loop: Remove unused 'bdev' argument from loop_set_capacityHannes Reinecke2017-06-08
|/
* blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-02
* blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-20
* loop: zero-fill bio on the submitting cpuChristoph Hellwig2017-04-20
* block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-08
* loop: implement REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-08
* blk-mq: constify struct blk_mq_opsEric Biggers2017-03-31
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-03
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-02
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-03-03
|\ \ | |/ |/|
| * loop: fix LO_FLAGS_PARTSCAN hangOmar Sandoval2017-03-02
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-03-02
|\ \ | |/ |/|
| * Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro2017-03-02
| |\
| | * vfs: use helpers for calling f_op->{read,write}_iter()Miklos Szeredi2017-02-20