summaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c
Commit message (Expand)AuthorAgeFilesLines
* loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()Dongli Zhang2019-04-051-4/+17
* loop: access lo_backing_file only when the loop device is Lo_boundDongli Zhang2019-03-271-1/+1
* loop: drop caches if offset or block_size are changedJaegeuk Kim2019-01-091-2/+33
* block: loop: remove redundant codeChengguang Xu2018-12-221-1/+0
* block: loop: check error using IS_ERR instead of IS_ERR_OR_NULL in loop_add()Chengguang Xu2018-12-161-1/+1
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou2018-12-071-2/+3
* loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()Tetsuo Handa2018-11-121-2/+0
* loop: Get rid of 'nested' acquisition of loop_ctl_mutexJan Kara2018-11-081-6/+6
* loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutexJan Kara2018-11-081-11/+15
* loop: Fix deadlock when calling blkdev_reread_part()Jan Kara2018-11-081-12/+16
* loop: Move loop_reread_partitions() out of loop_ctl_mutexJan Kara2018-11-081-5/+14
* loop: Move special partition reread handling in loop_clr_fd()Jan Kara2018-11-081-14/+19
* loop: Push loop_ctl_mutex down to loop_change_fd()Jan Kara2018-11-081-11/+11
* loop: Push loop_ctl_mutex down to loop_set_fd()Jan Kara2018-11-081-12/+14
* loop: Push loop_ctl_mutex down to loop_set_status()Jan Kara2018-11-081-26/+25
* loop: Push loop_ctl_mutex down to loop_get_status()Jan Kara2018-11-081-27/+10
* loop: Push loop_ctl_mutex down into loop_clr_fd()Jan Kara2018-11-081-20/+29
* loop: Split setting of lo_state from loop_clr_fdJan Kara2018-11-081-21/+31
* loop: Push lo_ctl_mutex down into individual ioctlsJan Kara2018-11-081-25/+63
* loop: Get rid of loop_index_mutexJan Kara2018-11-081-21/+20
* loop: Fold __loop_release into loop_releaseJan Kara2018-11-081-9/+7
* block/loop: Use global lock for ioctl() operation.Tetsuo Handa2018-11-081-29/+29
* block/loop: Don't grab "struct file" for vfs_getattr() operation.Tetsuo Handa2018-11-081-5/+5
* Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-021-3/+2
|\
| * blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-011-3/+2
* | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-011-5/+4
|\ \ | |/ |/|
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-5/+4
* | blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)2018-09-211-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/+0
* Merge tag 'for-linus-20180706' of git://git.kernel.dk/linux-blockLinus Torvalds2018-07-061-0/+1
|\
| * loop: Add LOOP_SET_BLOCK_SIZE in compat ioctlEvan Green2018-07-031-0/+1
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-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-141-7/+27
* loop: remove cmd->rq memberJens Axboe2018-04-141-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
OpenPOWER on IntegriCloud