summaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c
Commit message (Expand)AuthorAgeFilesLines
* block: remove (__)blkdev_reread_part as an exported APIChristoph Hellwig2019-11-141-5/+8
* loop: fix no-unmap write-zeroes request behaviorDarrick J. Wong2019-11-011-8/+18
* loop: change queue block size to match when using DIOMartijn Coenen2019-10-011-0/+10
* Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-171-0/+1
|\
| * loop: Add LOOP_SET_DIRECT_IO to compat ioctlAlessio Balsini2019-08-081-0/+1
* | 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/+4
* 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-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
|\ \ | |/ |/|
OpenPOWER on IntegriCloud