summaryrefslogtreecommitdiff
path: root/drivers/block/loop.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-16Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds1-106/+78
2024-07-10loop: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-09loop: Don't bother validating blocksizeJohn Garry1-11/+1
2024-07-05loop: remove the unused inode variable in loop_configureChristoph Hellwig1-2/+0
2024-06-28loop: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig1-13/+2
2024-06-28loop: Fix a race between loop detach and loop openGulam Mohamed1-39/+36
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig1-5/+3
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig1-6/+3
2024-06-19loop: fold loop_update_rotational into loop_reconfigure_limitsChristoph Hellwig1-19/+4
2024-06-19loop: also use the default block size from an underlying block deviceChristoph Hellwig1-1/+7
2024-06-19loop: regularize upgrading the block size for direct I/OChristoph Hellwig1-10/+15
2024-06-19loop: always update discard settings in loop_reconfigure_limitsChristoph Hellwig1-6/+4
2024-06-19loop: stop using loop_reconfigure_limits in __loop_clr_fdChristoph Hellwig1-1/+9
2024-06-14loop: Disable fallocate() zero and discard if not supportedCyril Hrubis1-0/+23
2024-04-15remove call_{read,write}_iter() functionsMiklos Szeredi1-2/+2
2024-02-13loop: use the atomic queue limits update APIChristoph Hellwig1-16/+25
2024-02-13loop: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-4/+7
2024-02-13loop: cleanup loop_config_discardChristoph Hellwig1-19/+8
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig1-1/+1
2024-01-19Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds1-27/+25
2024-01-18loop: fix the the direct I/O support check when used on top of block devicesChristoph Hellwig1-27/+25
2024-01-12Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-3/+2
2023-12-27loop: don't abuse BLK_DEF_MAX_SECTORSChristoph Hellwig1-1/+2
2023-12-27loop: don't update discard limits from loop_set_statusChristoph Hellwig1-2/+0
2023-11-24fs: move file_start_write() into vfs_iter_write()Amir Goldstein1-2/+0
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-3/+3
2023-08-21block: simplify the disk_force_media_change interfaceChristoph Hellwig1-3/+3
2023-07-21loop: do not enforce max_loop hard limit by (new) defaultMauricio Faria de Oliveira1-2/+34
2023-07-21loop: deprecate autoloading callback loop_probe()Mauricio Faria de Oliveira1-0/+4
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-12/+10
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-1/+1
2023-06-05block: introduce holder opsChristoph Hellwig1-1/+1
2023-03-27loop: LOOP_CONFIGURE: send uevents for partitionsAlyssa Ross1-9/+9
2023-03-15loop: Fix use-after-free issuesBart Van Assche1-8/+17
2023-02-23loop: loop_set_status_from_info() check before assignmentZhong Jinghua1-4/+4
2023-02-01loop: Improve the hw_queue_depth kernel module parameter implementationBart Van Assche1-4/+10
2022-12-26treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-12-14loop: Fix the max_loop commandline argument treatment when it is set to 0Isaac J. Manjarres1-16/+12
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-6/+6
2022-08-24loop: Check for overflow while configuring loopSiddh Raman Pant1-0/+5
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-1/+1
2022-06-28block: simplify disk shutdownChristoph Hellwig1-1/+0
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4
2022-05-27block, loop: support partitions without scanningChristoph Hellwig1-4/+4
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2022-05-24Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-199/+167
2022-05-10loop: remove most the top-of-file boilerplate commentChristoph Hellwig1-47/+0
2022-05-10loop: add a SPDX headerChristoph Hellwig1-2/+2
2022-05-10loop: remove loop.hChristoph Hellwig1-3/+54
2022-05-10VFS: add FMODE_CAN_ODIRECT file flagNeilBrown1-2/+2