summaryrefslogtreecommitdiff
path: root/drivers/block/loop.c
AgeCommit message (Expand)Author
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
2023-03-14loop: Fix use-after-free issuesBart Van Assche
2023-02-22loop: loop_set_status_from_info() check before assignmentZhong Jinghua
2023-02-01loop: Improve the hw_queue_depth kernel module parameter implementationBart Van Assche
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2022-12-14loop: Fix the max_loop commandline argument treatment when it is set to 0Isaac J. Manjarres
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-08-24loop: Check for overflow while configuring loopSiddh Raman Pant
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig
2022-06-28block: simplify disk shutdownChristoph Hellwig
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-27block, loop: support partitions without scanningChristoph Hellwig
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-23Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-10loop: remove most the top-of-file boilerplate commentChristoph Hellwig
2022-05-10loop: add a SPDX headerChristoph Hellwig
2022-05-10loop: remove loop.hChristoph Hellwig
2022-05-09VFS: add FMODE_CAN_ODIRECT file flagNeilBrown
2022-05-03loop: remove a spurious clear of discard_alignmentChristoph Hellwig
2022-05-02blk-cgroup: replace bio_blkcg with bio_blkcg_cssChristoph Hellwig
2022-04-18loop: don't destroy lo->workqueue in __loop_clr_fdChristoph Hellwig
2022-04-18loop: remove lo_refcount and avoid lo_mutex in ->open / ->releaseChristoph Hellwig
2022-04-18loop: avoid loop_validate_mutex/lo_mutex in ->releaseTetsuo Handa
2022-04-18loop: suppress uevents while reconfiguring the deviceChristoph Hellwig
2022-04-18loop: implement ->free_diskChristoph Hellwig
2022-04-18loop: only freeze the queue in __loop_clr_fd when neededChristoph Hellwig
2022-04-18loop: don't freeze the queue in lo_releaseChristoph Hellwig
2022-04-18loop: remove the racy bd_inode->i_mapping->nrpages assertsChristoph Hellwig
2022-04-18loop: initialize the worker tracking fields onceChristoph Hellwig
2022-04-18loop: de-duplicate the idle worker freeing codeChristoph Hellwig
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-04-17block: add a bdev_nonrot helperChristoph Hellwig
2022-04-01Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-30loop: fix ioctl calls using compat_loop_infoCarlos Llamas
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-16nvme: warn about shared namespaces without CONFIG_NVME_MULTIPATHChristoph Hellwig
2022-02-27loop: allow user to set the queue depthChaitanya Kulkarni
2022-02-27loop: remove extra variable in lo_req_flushChaitanya Kulkarni
2022-02-27loop: remove extra variable in lo_fallocate()Chaitanya Kulkarni
2022-02-27loop: use sysfs_emit() in the sysfs xxx show()Chaitanya Kulkarni
2022-02-27loop: clean up grammar in warning messageColin Ian King
2022-02-11block: loop:use kstatfs.f_bsize of backing file to set discard granularityMing Lei