summaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c
AgeCommit message (Expand)AuthorLines
2021-06-12Merge tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-blockLinus Torvalds-18/+7
2021-06-11block: loop: fix deadlock between open and removeChristoph Hellwig-18/+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
2020-06-11Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2020-06-04loop: Fix wrong masking of status flagsMartijn Coenen-1/+1
2020-06-02Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-3/+3
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds-157/+226
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown-1/+1
2020-05-29blk-mq: drain I/O when all CPUs in a hctx are offlineMing Lei-1/+1
2020-05-24loop: remove redundant assignment to variable errorColin Ian King-2/+0
2020-05-21loop: Add LOOP_CONFIGURE ioctlMartijn Coenen-28/+76
2020-05-21loop: Clean up LOOP_SET_STATUS lo_flags handlingMartijn Coenen-6/+13
2020-05-21loop: Rework lo_ioctl() __user argument castingMartijn Coenen-6/+5
2020-05-21loop: Move loop_set_status_from_info() and friends upMartijn Coenen-103/+103
2020-05-21loop: Factor out configuring loop from statusMartijn Coenen-50/+67
2020-05-21loop: Remove figure_loop_size()Martijn Coenen-9/+4
2020-05-21loop: Refactor loop_set_status() size calculationMartijn Coenen-18/+19
2020-05-21loop: Switch to set_capacity_revalidate_and_notify()Martijn Coenen-3/+2
2020-05-21loop: Factor out setting loop device sizeMartijn Coenen-9/+21
2020-05-21loop: Remove sector_t truncation checksMartijn Coenen-14/+7
2020-05-21loop: Call loop_config_discard() only after new config is appliedMartijn Coenen-2/+2