summaryrefslogtreecommitdiff
path: root/drivers/block/loop.c
AgeCommit message (Expand)Author
2025-10-19loop: fix backing file reference leak on validation errorLi Chen
2025-08-20loop: Avoid updating block size under exclusive ownerJan Kara
2025-07-24loop: use kiocb helpers to fix lockdep warningMing Lei
2025-06-19loop: add file_start_write() and file_end_write()Ming Lei
2025-05-29loop: don't require ->write_iter for writable files in loop_configureChristoph Hellwig
2025-05-29loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksizeChristoph Hellwig
2025-05-18loop: Add sanity check for read/write_iterLizhi Xu
2025-05-18loop: factor out a loop_assign_backing_file helperChristoph Hellwig
2025-05-18loop: refactor queue limits updatesChristoph Hellwig
2025-05-18loop: Fix ABBA locking raceOGAWA Hirofumi
2025-05-18loop: Simplify discard granularity calcJohn Garry
2025-05-18loop: Use bdev limit helpers for configuring discardJohn Garry
2025-04-25loop: LOOP_SET_FD: send uevents for partitionsThomas Weißschuh
2025-04-25loop: properly send KOBJ_CHANGED uevent for disk deviceThomas Weißschuh
2025-04-25loop: stop using vfs_iter_{read,write} for buffered I/OChristoph Hellwig
2025-04-25loop: aio inherit the ioprio of original requestYunlong Xing
2024-12-05loop: fix type of block sizeLi Wang
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds
2024-07-10loop: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-07-09loop: Don't bother validating blocksizeJohn Garry
2024-07-05loop: remove the unused inode variable in loop_configureChristoph Hellwig
2024-06-28loop: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig
2024-06-27loop: Fix a race between loop detach and loop openGulam Mohamed
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig
2024-06-19loop: fold loop_update_rotational into loop_reconfigure_limitsChristoph Hellwig
2024-06-19loop: also use the default block size from an underlying block deviceChristoph Hellwig
2024-06-19loop: regularize upgrading the block size for direct I/OChristoph Hellwig
2024-06-19loop: always update discard settings in loop_reconfigure_limitsChristoph Hellwig
2024-06-19loop: stop using loop_reconfigure_limits in __loop_clr_fdChristoph Hellwig
2024-06-14loop: Disable fallocate() zero and discard if not supportedCyril Hrubis
2024-04-15remove call_{read,write}_iter() functionsMiklos Szeredi
2024-02-13loop: use the atomic queue limits update APIChristoph Hellwig
2024-02-13loop: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig
2024-02-13loop: cleanup loop_config_discardChristoph Hellwig
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig
2024-01-18Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-18loop: fix the the direct I/O support check when used on top of block devicesChristoph Hellwig
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2023-12-27loop: don't abuse BLK_DEF_MAX_SECTORSChristoph Hellwig
2023-12-27loop: don't update discard limits from loop_set_statusChristoph Hellwig
2023-11-24fs: move file_start_write() into vfs_iter_write()Amir Goldstein
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-21block: simplify the disk_force_media_change interfaceChristoph Hellwig
2023-07-21loop: do not enforce max_loop hard limit by (new) defaultMauricio Faria de Oliveira
2023-07-21loop: deprecate autoloading callback loop_probe()Mauricio Faria de Oliveira
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-03-27loop: LOOP_CONFIGURE: send uevents for partitionsAlyssa Ross