summaryrefslogtreecommitdiff
path: root/drivers/block/loop.c
AgeCommit message (Expand)Author
2021-11-29loop: Use pr_warn_once() for loop_control_remove() warningTetsuo Handa
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-04loop: Remove duplicate assignmentsluo penghao
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-01Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-27loop: Use blk_validate_block_size() to validate block sizeXie Yongji
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe
2021-10-22block: remove support for cryptoloop and the xor transferChristoph Hellwig
2021-10-21loop: Remove the unnecessary bdev checks and unused bdev variableXie Yongji
2021-10-21loop: Use invalidate_disk() helper to invalidate gendiskXie Yongji
2021-10-18loop: add error handling support for add_disk()Luis Chamberlain
2021-09-03loop: reduce the loop_ctl_mutex scopeTetsuo Handa
2021-08-05loop: Select I/O scheduler 'none' from inside add_disk()Bart Van Assche
2021-08-02loop: raise media_change eventMatteo Croce
2021-08-02loop: don't grab a reference to the block deviceChristoph Hellwig
2021-07-23loop: reintroduce global lock for safe loop_validate_file() traversalTetsuo Handa
2021-07-02loop: remove unused variable in loop_set_status()Tetsuo Handa
2021-06-30loop: rewrite loop_exit using idr_for_each_entryChristoph Hellwig
2021-06-30loop: split loop_lookupChristoph Hellwig
2021-06-30loop: don't allow deleting an unspecified loop deviceChristoph Hellwig
2021-06-30loop: move loop_ctl_mutex locking into loop_addChristoph Hellwig
2021-06-30loop: split loop_control_ioctlChristoph Hellwig
2021-06-30loop: don't call loop_lookup before adding a loop deviceChristoph Hellwig
2021-06-30loop: remove the l argument to loop_addChristoph Hellwig
2021-06-30loop: reduce loop_ctl_mutex coverage in loop_exitChristoph Hellwig
2021-06-30loop: reorder loop_exitChristoph Hellwig
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-29loop: charge i/o to mem and blk cgDan Schatzberg
2021-06-29loop: use worker per cgroup instead of kworkerDan Schatzberg
2021-06-24block: pass a gendisk to bdev_disk_changedChristoph Hellwig
2021-06-18loop: Fix missing discard support when using LOOP_CONFIGUREKristian Klausen
2021-06-16loop: fix order of cleaning up the queue and freeing the tagsetChristoph Hellwig
2021-06-12Merge tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-11loop: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-11block: loop: fix deadlock between open and removeChristoph Hellwig
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig
2021-05-06include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2021-02-23whack-a-mole: don't open-code iminor/imajorAl Viro
2021-02-22loop: fix I/O error on fsync() in detached loop devicesMauricio Faria de Oliveira
2021-01-26loop: scale loop device by introducing per device lockPavel Tatashin
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-12block: drop dead assignments in loop_init()Lukas Bulwahn
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig
2020-12-01block: simplify the block device claiming interfaceChristoph Hellwig
2020-12-01block: remove ->bd_containsChristoph Hellwig
2020-12-01block: remove i_bdevChristoph Hellwig
2020-12-01loop: do not call set_blocksizeChristoph Hellwig