aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-14block: remove (__)blkdev_reread_part as an exported APIChristoph Hellwig1-5/+8
2019-11-01loop: fix no-unmap write-zeroes request behaviorDarrick J. Wong1-8/+18
2019-10-01loop: change queue block size to match when using DIOMartijn Coenen1-0/+10
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2019-08-08loop: Add LOOP_SET_DIRECT_IO to compat ioctlAlessio Balsini1-0/+1
2019-08-08loop: set PF_MEMALLOC_NOIO for the worker threadMikulas Patocka1-1/+1
2019-07-30loop: Fix mount(2) failure due to race with LOOP_SET_FDJan Kara1-7/+9
2019-06-29block: never take page references for ITER_BVECChristoph Hellwig1-12/+4
2019-05-27loop: Don't change loop device under exclusive openerJan Kara1-1/+17
2019-04-01block: loop: mark bvec as ITER_BVEC_FLAG_NO_REFMing Lei1-4/+12
2019-04-01loop: properly observe rotational flag of underlying deviceHolger Hoffstätte1-0/+19
2019-03-18loop: access lo_backing_file only when the loop device is Lo_boundDongli Zhang1-1/+1
2019-02-22loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()Dongli Zhang1-4/+17
2019-02-22loop: do not print warn message if partition scan is successfulDongli Zhang1-2/+3
2019-02-15block: kill BLK_MQ_F_SG_MERGEMing Lei1-1/+1
2019-02-15block: loop: pass multi-page bvec to iov_iterMing Lei1-10/+10
2019-01-09loop: drop caches if offset or block_size are changedJaegeuk Kim1-2/+33
2018-12-22block: loop: remove redundant codeChengguang Xu1-1/+0
2018-12-16block: loop: check error using IS_ERR instead of IS_ERR_OR_NULL in loop_add()Chengguang Xu1-1/+1
2018-12-07blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou1-2/+3
2018-11-12loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()Tetsuo Handa1-2/+0
2018-11-08loop: Get rid of 'nested' acquisition of loop_ctl_mutexJan Kara1-6/+6
2018-11-08loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutexJan Kara1-11/+15
2018-11-08loop: Fix deadlock when calling blkdev_reread_part()Jan Kara1-12/+16
2018-11-08loop: Move loop_reread_partitions() out of loop_ctl_mutexJan Kara1-5/+14
2018-11-08loop: Move special partition reread handling in loop_clr_fd()Jan Kara1-14/+19
2018-11-08loop: Push loop_ctl_mutex down to loop_change_fd()Jan Kara1-11/+11
2018-11-08loop: Push loop_ctl_mutex down to loop_set_fd()Jan Kara1-12/+14
2018-11-08loop: Push loop_ctl_mutex down to loop_set_status()Jan Kara1-26/+25
2018-11-08loop: Push loop_ctl_mutex down to loop_get_status()Jan Kara1-27/+10
2018-11-08loop: Push loop_ctl_mutex down into loop_clr_fd()Jan Kara1-20/+29
2018-11-08loop: Split setting of lo_state from loop_clr_fdJan Kara1-21/+31
2018-11-08loop: Push lo_ctl_mutex down into individual ioctlsJan Kara1-25/+63
2018-11-08loop: Get rid of loop_index_mutexJan Kara1-21/+20
2018-11-08loop: Fold __loop_release into loop_releaseJan Kara1-9/+7
2018-11-08block/loop: Use global lock for ioctl() operation.Tetsuo Handa1-29/+29
2018-11-08block/loop: Don't grab "struct file" for vfs_getattr() operation.Tetsuo Handa1-5/+5
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+2
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+4
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou1-3/+2
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-5/+4
2018-09-21blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)1-2/+3
2018-07-09block/loop: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-09loop: remove redundant pointer inodeColin Ian King1-2/+0
2018-07-06Merge tag 'for-linus-20180706' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2018-07-03loop: Add LOOP_SET_BLOCK_SIZE in compat ioctlEvan Green1-0/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-06-08Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds1-30/+38
2018-06-08Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+3
2018-06-05loop: add recursion validation to LOOP_CHANGE_FDTheodore Ts'o1-30/+38