summaryrefslogtreecommitdiff
path: root/drivers/block/loop.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-19loop: fix backing file reference leak on validation errorLi Chen1-2/+6
2025-08-20loop: Avoid updating block size under exclusive ownerJan Kara1-8/+30
2025-07-24loop: use kiocb helpers to fix lockdep warningMing Lei1-3/+2
2025-06-19loop: add file_start_write() and file_end_write()Ming Lei1-2/+6
2025-05-29loop: don't require ->write_iter for writable files in loop_configureChristoph Hellwig1-3/+0
2025-05-29loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksizeChristoph Hellwig1-1/+1
2025-05-18loop: Add sanity check for read/write_iterLizhi Xu1-0/+23
2025-05-18loop: factor out a loop_assign_backing_file helperChristoph Hellwig1-10/+10
2025-05-18loop: refactor queue limits updatesChristoph Hellwig1-16/+20
2025-05-18loop: Fix ABBA locking raceOGAWA Hirofumi1-15/+15
2025-05-18loop: Simplify discard granularity calcJohn Garry1-2/+1
2025-05-18loop: Use bdev limit helpers for configuring discardJohn Garry1-4/+4
2025-04-25loop: LOOP_SET_FD: send uevents for partitionsThomas Weißschuh1-1/+2
2025-04-25loop: properly send KOBJ_CHANGED uevent for disk deviceThomas Weißschuh1-2/+2
2025-04-25loop: stop using vfs_iter_{read,write} for buffered I/OChristoph Hellwig1-95/+17
2025-04-25loop: aio inherit the ioprio of original requestYunlong Xing1-1/+1
2024-12-05loop: fix type of block sizeLi Wang1-3/+3
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