summaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c
Commit message (Expand)AuthorAgeFilesLines
* loop: set PF_MEMALLOC_NOIO for the worker threadMikulas Patocka2019-08-081-1/+1
* loop: Fix mount(2) failure due to race with LOOP_SET_FDJan Kara2019-07-301-7/+9
* block: never take page references for ITER_BVECChristoph Hellwig2019-06-291-12/+4Star
* loop: Don't change loop device under exclusive openerJan Kara2019-05-271-1/+17
* block: loop: mark bvec as ITER_BVEC_FLAG_NO_REFMing Lei2019-04-011-4/+12
* loop: properly observe rotational flag of underlying deviceHolger Hoffstätte2019-04-011-0/+19
* loop: access lo_backing_file only when the loop device is Lo_boundDongli Zhang2019-03-181-1/+1
* loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()Dongli Zhang2019-02-221-4/+17
* loop: do not print warn message if partition scan is successfulDongli Zhang2019-02-221-2/+3
* block: kill BLK_MQ_F_SG_MERGEMing Lei2019-02-151-1/+1
* block: loop: pass multi-page bvec to iov_iterMing Lei2019-02-151-10/+10
* loop: drop caches if offset or block_size are changedJaegeuk Kim2019-01-101-2/+33
* block: loop: remove redundant codeChengguang Xu2018-12-221-1/+0Star
* 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-081-2/+3
* loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()Tetsuo Handa2018-11-121-2/+0Star
* 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/+25Star
* loop: Push loop_ctl_mutex down to loop_get_status()Jan Kara2018-11-081-27/+10Star
* 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/+20Star
* loop: Fold __loop_release into loop_releaseJan Kara2018-11-081-9/+7Star
* 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/+2Star
|\
| * blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-021-3/+2Star
* | 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
|/