summaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-01Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2022-03-30loop: fix ioctl calls using compat_loop_infoCarlos Llamas1-0/+1
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+30
2022-03-16nvme: warn about shared namespaces without CONFIG_NVME_MULTIPATHChristoph Hellwig1-0/+1
2022-02-27loop: allow user to set the queue depthChaitanya Kulkarni1-1/+20
2022-02-27loop: remove extra variable in lo_req_flushChaitanya Kulkarni1-2/+1
2022-02-27loop: remove extra variable in lo_fallocate()Chaitanya Kulkarni1-2/+1
2022-02-27loop: use sysfs_emit() in the sysfs xxx show()Chaitanya Kulkarni1-5/+5
2022-02-27loop: clean up grammar in warning messageColin Ian King1-2/+2
2022-02-11block: loop:use kstatfs.f_bsize of backing file to set discard granularityMing Lei1-1/+7
2022-02-11loop: revert "make autoclear operation asynchronous"Tetsuo Handa1-36/+29
2022-01-13loop: remove redundant initialization of pointer nodeColin Ian King1-1/+1
2022-01-12Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-56/+52
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+4
2021-12-13loop: make autoclear operation asynchronousTetsuo Handa1-29/+36
2021-11-29loop: Use pr_warn_once() for loop_control_remove() warningTetsuo Handa1-1/+1
2021-11-29loop: don't hold lo_mutex during __loop_clr_fd()Tetsuo Handa1-33/+22
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig1-1/+0
2021-11-29block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PARTChristoph Hellwig1-4/+4
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2021-11-04loop: Remove duplicate assignmentsluo penghao1-1/+0
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2021-11-01Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-351/+33
2021-10-27loop: Use blk_validate_block_size() to validate block sizeXie Yongji1-15/+2
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe1-2/+2
2021-10-22block: remove support for cryptoloop and the xor transferChristoph Hellwig1-350/+26
2021-10-21loop: Remove the unnecessary bdev checks and unused bdev variableXie Yongji1-6/+3
2021-10-21loop: Use invalidate_disk() helper to invalidate gendiskXie Yongji1-5/+1
2021-10-18loop: add error handling support for add_disk()Luis Chamberlain1-1/+7
2021-09-03loop: reduce the loop_ctl_mutex scopeTetsuo Handa1-26/+49
2021-08-05loop: Select I/O scheduler 'none' from inside add_disk()Bart Van Assche1-1/+2
2021-08-02loop: raise media_change eventMatteo Croce1-0/+5
2021-08-02loop: don't grab a reference to the block deviceChristoph Hellwig1-5/+0
2021-07-23loop: reintroduce global lock for safe loop_validate_file() traversalTetsuo Handa1-31/+97
2021-07-02loop: remove unused variable in loop_set_status()Tetsuo Handa1-2/+0
2021-06-30loop: rewrite loop_exit using idr_for_each_entryChristoph Hellwig1-9/+5
2021-06-30loop: split loop_lookupChristoph Hellwig1-45/+12
2021-06-30loop: don't allow deleting an unspecified loop deviceChristoph Hellwig1-0/+5
2021-06-30loop: move loop_ctl_mutex locking into loop_addChristoph Hellwig1-24/+13
2021-06-30loop: split loop_control_ioctlChristoph Hellwig1-33/+60
2021-06-30loop: don't call loop_lookup before adding a loop deviceChristoph Hellwig1-8/+1
2021-06-30loop: remove the l argument to loop_addChristoph Hellwig1-7/+5
2021-06-30loop: reduce loop_ctl_mutex coverage in loop_exitChristoph Hellwig1-2/+3
2021-06-30loop: reorder loop_exitChristoph Hellwig1-5/+2
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-27/+19
2021-06-29loop: charge i/o to mem and blk cgDan Schatzberg1-20/+41
2021-06-29loop: use worker per cgroup instead of kworkerDan Schatzberg1-30/+179
2021-06-24block: pass a gendisk to bdev_disk_changedChristoph Hellwig1-11/+10
2021-06-18loop: Fix missing discard support when using LOOP_CONFIGUREKristian Klausen1-0/+1