summaryrefslogtreecommitdiff
path: root/drivers/block/loop.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-02Revert "loop: Remove sector_t truncation checks"Ben Hutchings1-4/+15
2024-04-13loop: loop_set_status_from_info() check before assignmentZhong Jinghua1-4/+4
2024-04-13loop: Check for overflow while configuring loopSiddh Raman Pant1-0/+5
2024-04-13loop: Factor out configuring loop from statusMartijn Coenen1-50/+67
2024-04-13loop: properly observe rotational flag of underlying deviceHolger Hoffstätte1-0/+19
2024-04-13loop: Refactor loop_set_status() size calculationMartijn Coenen1-18/+19
2024-04-13loop: Factor out setting loop device sizeMartijn Coenen1-9/+21
2024-04-13loop: Remove sector_t truncation checksMartijn Coenen1-14/+7
2024-04-13loop: Call loop_config_discard() only after new config is appliedMartijn Coenen1-2/+2
2024-04-13Revert "loop: Check for overflow while configuring loop"Genjian Zhang1-5/+0
2023-08-11loop: Select I/O scheduler 'none' from inside add_disk()Bart Van Assche1-1/+2
2022-09-05loop: Check for overflow while configuring loopSiddh Raman Pant1-0/+5
2022-04-15loop: use sysfs_emit() in the sysfs xxx show()Chaitanya Kulkarni1-5/+5
2020-09-03block: loop: set discard granularity and alignment for block device backed loopMing Lei1-15/+18
2020-08-19loop: be paranoid on exit and prevent new additions / removalsLuis Chamberlain1-0/+4
2020-06-30loop: replace kill_bdev with invalidate_bdevZheng Bin1-3/+3
2020-04-29loop: Better discard support for block devicesEvan Green1-11/+31
2019-12-31loop: fix no-unmap write-zeroes request behaviorDarrick J. Wong1-8/+18
2019-10-05loop: Add LOOP_SET_DIRECT_IO to compat ioctlAlessio Balsini1-0/+1
2019-08-16loop: set PF_MEMALLOC_NOIO for the worker threadMikulas Patocka1-1/+1
2019-05-02loop: do not print warn message if partition scan is successfulDongli Zhang1-2/+3
2019-04-05loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()Dongli Zhang1-4/+17
2019-03-27loop: access lo_backing_file only when the loop device is Lo_boundDongli Zhang1-1/+1
2019-01-22loop: drop caches if offset or block_size are changedJaegeuk Kim1-2/+33
2019-01-22loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()Tetsuo Handa1-2/+0
2019-01-22loop: Get rid of 'nested' acquisition of loop_ctl_mutexJan Kara1-6/+6
2019-01-22loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutexJan Kara1-11/+15
2019-01-22loop: Fix deadlock when calling blkdev_reread_part()Jan Kara1-12/+16
2019-01-22loop: Move loop_reread_partitions() out of loop_ctl_mutexJan Kara1-5/+14
2019-01-22loop: Move special partition reread handling in loop_clr_fd()Jan Kara1-14/+19
2019-01-22loop: Push loop_ctl_mutex down to loop_change_fd()Jan Kara1-11/+11
2019-01-22loop: Push loop_ctl_mutex down to loop_set_fd()Jan Kara1-12/+14
2019-01-22loop: Push loop_ctl_mutex down to loop_set_status()Jan Kara1-26/+25
2019-01-22loop: Push loop_ctl_mutex down to loop_get_status()Jan Kara1-27/+10
2019-01-22loop: Push loop_ctl_mutex down into loop_clr_fd()Jan Kara1-20/+29
2019-01-22loop: Split setting of lo_state from loop_clr_fdJan Kara1-21/+31
2019-01-22loop: Push lo_ctl_mutex down into individual ioctlsJan Kara1-25/+63
2019-01-22loop: Get rid of loop_index_mutexJan Kara1-21/+20
2019-01-22loop: Fold __loop_release into loop_releaseJan Kara1-9/+7
2019-01-22block/loop: Use global lock for ioctl() operation.Tetsuo Handa1-29/+29
2019-01-22block/loop: Don't grab "struct file" for vfs_getattr() operation.Tetsuo Handa1-5/+5
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...Linus Torvalds1-0/+3
2018-06-05loop: add recursion validation to LOOP_CHANGE_FDTheodore Ts'o1-30/+38
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+9