summaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c
AgeCommit message (Expand)AuthorLines
2021-07-02loop: remove unused variable in loop_set_status()Tetsuo Handa-2/+0
2021-06-30loop: rewrite loop_exit using idr_for_each_entryChristoph Hellwig-9/+5
2021-06-30loop: split loop_lookupChristoph Hellwig-45/+12
2021-06-30loop: don't allow deleting an unspecified loop deviceChristoph Hellwig-0/+5
2021-06-30loop: move loop_ctl_mutex locking into loop_addChristoph Hellwig-24/+13
2021-06-30loop: split loop_control_ioctlChristoph Hellwig-33/+60
2021-06-30loop: don't call loop_lookup before adding a loop deviceChristoph Hellwig-8/+1
2021-06-30loop: remove the l argument to loop_addChristoph Hellwig-7/+5
2021-06-30loop: reduce loop_ctl_mutex coverage in loop_exitChristoph Hellwig-2/+3
2021-06-30loop: reorder loop_exitChristoph Hellwig-5/+2
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+1
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds-27/+19
2021-06-29loop: charge i/o to mem and blk cgDan Schatzberg-20/+41
2021-06-29loop: use worker per cgroup instead of kworkerDan Schatzberg-30/+179
2021-06-24block: pass a gendisk to bdev_disk_changedChristoph Hellwig-11/+10
2021-06-18loop: Fix missing discard support when using LOOP_CONFIGUREKristian Klausen-0/+1
2021-06-16loop: fix order of cleaning up the queue and freeing the tagsetChristoph Hellwig-1/+1
2021-06-12Merge tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-blockLinus Torvalds-18/+7
2021-06-11loop: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig-13/+6
2021-06-11block: loop: fix deadlock between open and removeChristoph Hellwig-18/+7
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig-7/+7
2021-05-06include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)-0/+1
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+3
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2021-02-23whack-a-mole: don't open-code iminor/imajorAl Viro-1/+1
2021-02-22loop: fix I/O error on fsync() in detached loop devicesMauricio Faria de Oliveira-0/+3
2021-01-26loop: scale loop device by introducing per device lockPavel Tatashin-40/+53
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds-6/+2
2020-12-12block: drop dead assignments in loop_init()Lukas Bulwahn-6/+2
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig-1/+0
2020-12-01block: simplify the block device claiming interfaceChristoph Hellwig-7/+5
2020-12-01block: remove ->bd_containsChristoph Hellwig-1/+1
2020-12-01block: remove i_bdevChristoph Hellwig-5/+3
2020-12-01loop: do not call set_blocksizeChristoph Hellwig-3/+0
2020-11-16block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig-1/+1
2020-11-16loop: let set_capacity_revalidate_and_notify update the bdev sizeChristoph Hellwig-6/+2
2020-11-16loop: use __register_blkdev to allocate devices on demandChristoph Hellwig-22/+8
2020-11-16loop: use set_disk_roChristoph Hellwig-1/+1
2020-11-12loop: Fix occasional uevent dropPetr Vorel-1/+2
2020-09-01block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig-2/+2
2020-08-28Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+2
2020-08-26loop: Set correct device size when using LOOP_CONFIGUREMartijn Coenen-2/+2
2020-08-24Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds-15/+18
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-08-17block: loop: set discard granularity and alignment for block device backed loopMing Lei-15/+18
2020-08-11loop: unset GENHD_FL_NO_PART_SCAN on LOOP_CONFIGURELennart Poettering-0/+2
2020-07-16block: use bd_prepare_to_claim directly in the loop driverChristoph Hellwig-4/+3
2020-06-24loop: be paranoid on exit and prevent new additions / removalsLuis Chamberlain-0/+4
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig-2/+4
2020-06-18loop: replace kill_bdev with invalidate_bdevZheng Bin-4/+4