summaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-3/+3
|\
| * block: simplify the disk_force_media_change interfaceChristoph Hellwig2023-08-211-3/+3
* | loop: do not enforce max_loop hard limit by (new) defaultMauricio Faria de Oliveira2023-07-211-2/+34
* | loop: deprecate autoloading callback loop_probe()Mauricio Faria de Oliveira2023-07-211-0/+4
|/
* block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-12/+10
* block: remove the unused mode argument to ->releaseChristoph Hellwig2023-06-121-1/+1
* block: introduce holder opsChristoph Hellwig2023-06-051-1/+1
* loop: LOOP_CONFIGURE: send uevents for partitionsAlyssa Ross2023-03-271-9/+9
* loop: Fix use-after-free issuesBart Van Assche2023-03-141-8/+17
* loop: loop_set_status_from_info() check before assignmentZhong Jinghua2023-02-221-4/+4
* loop: Improve the hw_queue_depth kernel module parameter implementationBart Van Assche2023-02-011-4/+10
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
* loop: Fix the max_loop commandline argument treatment when it is set to 0Isaac J. Manjarres2022-12-141-16/+12
* use less confusing names for iov_iter direction initializersAl Viro2022-11-251-6/+6
* loop: Check for overflow while configuring loopSiddh Raman Pant2022-08-241-0/+5
* block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-1/+1
* block: simplify disk shutdownChristoph Hellwig2022-06-281-1/+0
* Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-031-4/+4
|\
| * block, loop: support partitions without scanningChristoph Hellwig2022-05-271-4/+4
* | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-2/+2
|\ \
| * | VFS: add FMODE_CAN_ODIRECT file flagNeilBrown2022-05-091-2/+2
* | | Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-231-199/+167
|\ \ \ | | |/ | |/|
| * | loop: remove most the top-of-file boilerplate commentChristoph Hellwig2022-05-101-47/+0
| * | loop: add a SPDX headerChristoph Hellwig2022-05-101-2/+2
| * | loop: remove loop.hChristoph Hellwig2022-05-101-3/+54
| * | loop: remove a spurious clear of discard_alignmentChristoph Hellwig2022-05-031-1/+0
| * | loop: don't destroy lo->workqueue in __loop_clr_fdChristoph Hellwig2022-04-181-13/+13
| * | loop: remove lo_refcount and avoid lo_mutex in ->open / ->releaseChristoph Hellwig2022-04-181-30/+7
| * | loop: avoid loop_validate_mutex/lo_mutex in ->releaseTetsuo Handa2022-04-181-25/+13
| * | loop: suppress uevents while reconfiguring the deviceChristoph Hellwig2022-04-181-4/+21
| * | loop: implement ->free_diskChristoph Hellwig2022-04-181-4/+12
| * | loop: only freeze the queue in __loop_clr_fd when neededChristoph Hellwig2022-04-181-3/+9
| * | loop: don't freeze the queue in lo_releaseChristoph Hellwig2022-04-181-7/+0
| * | loop: remove the racy bd_inode->i_mapping->nrpages assertsChristoph Hellwig2022-04-181-20/+0
| * | loop: initialize the worker tracking fields onceChristoph Hellwig2022-04-181-4/+3
| * | loop: de-duplicate the idle worker freeing codeChristoph Hellwig2022-04-181-38/+35
* | | blk-cgroup: replace bio_blkcg with bio_blkcg_cssChristoph Hellwig2022-05-021-5/+7
|/ /
* | block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-171-1/+1
* | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-8/+3
* | block: add a bdev_nonrot helperChristoph Hellwig2022-04-171-1/+1
|/
* Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-011-0/+1
|\
| * loop: fix ioctl calls using compat_loop_infoCarlos Llamas2022-03-301-0/+1
* | Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-12/+30
|\|
| * nvme: warn about shared namespaces without CONFIG_NVME_MULTIPATHChristoph Hellwig2022-03-161-0/+1
| * loop: allow user to set the queue depthChaitanya Kulkarni2022-02-271-1/+20
| * loop: remove extra variable in lo_req_flushChaitanya Kulkarni2022-02-271-2/+1
| * loop: remove extra variable in lo_fallocate()Chaitanya Kulkarni2022-02-271-2/+1
| * loop: use sysfs_emit() in the sysfs xxx show()Chaitanya Kulkarni2022-02-271-5/+5
| * loop: clean up grammar in warning messageColin Ian King2022-02-271-2/+2
* | block: loop:use kstatfs.f_bsize of backing file to set discard granularityMing Lei2022-02-111-1/+7