summaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-021-5/+4Star
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-5/+4Star
* | blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)2018-09-221-2/+3
|/
* block/loop: mark expected switch fall-throughGustavo A. R. Silva2018-07-091-0/+1
* loop: remove redundant pointer inodeColin Ian King2018-07-091-2/+0Star
* Merge tag 'for-linus-20180706' of git://git.kernel.dk/linux-blockLinus Torvalds2018-07-071-0/+1
|\
| * loop: Add LOOP_SET_BLOCK_SIZE in compat ioctlEvan Green2018-07-031-0/+1
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+2
|/
* Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-081-30/+38
|\
| * loop: add recursion validation to LOOP_CHANGE_FDTheodore Ts'o2018-06-051-30/+38
* | Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-06-081-0/+3
|\ \ | |/ |/|
| * fs: Add aio iopriority supportAdam Manzanares2018-05-311-0/+3
* | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-041-8/+9
|\ \
| * | block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-241-3/+3
| * | loop: remember whether sysfs_create_group() was doneTetsuo Handa2018-05-071-5/+6
| |/
* / loop: clear wb_err in bd_inode when detaching backing fileJeff Layton2018-05-211-0/+1
|/
* loop: handle short DIO readsJens Axboe2018-04-151-7/+27
* loop: remove cmd->rq memberJens Axboe2018-04-151-17/+19
* loop: fix LOOP_GET_STATUS lock imbalanceOmar Sandoval2018-04-101-15/+18
* block/loop: fix deadlock after loop_set_statusTetsuo Handa2018-04-101-4/+8
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-29/+48
|\
| * loop: use killable lock in ioctlsOmar Sandoval2018-03-271-10/+19
| * loop: don't call into filesystem while holding lo_ctl_mutexOmar Sandoval2018-03-271-14/+24
| * block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-081-5/+5
| * block/loop: Delete gendisk before cleaning up the request queueBart Van Assche2018-02-281-1/+1
* | loop: Fix lost writes caused by missing flagRoss Zwisler2018-03-091-1/+1
|/
* genhd: Rename get_disk() to get_disk_and_module()Jan Kara2018-02-261-1/+1
* loop: fix concurrent lo_open/lo_releaseLinus Torvalds2018-01-061-2/+8
* block: fix a build errorShaohua Li2017-09-261-1/+1
* block/loop: make loop cgroup awareShaohua Li2017-09-261-0/+13
* 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/+11Star
* 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/+2Star
* Merge tag 'v4.13-rc7' into for-4.14/block-postmergeJens Axboe2017-08-281-36/+6Star
|\
| * Revert "loop: support 4k physical blocksize"Omar Sandoval2017-08-231-36/+6Star
* | 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