aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/block/loop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-28Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2020-08-26loop: Set correct device size when using LOOP_CONFIGUREMartijn Coenen1-2/+2
2020-08-24Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds1-15/+18
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-17block: loop: set discard granularity and alignment for block device backed loopMing Lei1-15/+18
2020-08-11loop: unset GENHD_FL_NO_PART_SCAN on LOOP_CONFIGURELennart Poettering1-0/+2
2020-07-16block: use bd_prepare_to_claim directly in the loop driverChristoph Hellwig1-4/+3
2020-06-24loop: be paranoid on exit and prevent new additions / removalsLuis Chamberlain1-0/+4
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig1-2/+4
2020-06-18loop: replace kill_bdev with invalidate_bdevZheng Bin1-4/+4
2020-06-11Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-06-04loop: Fix wrong masking of status flagsMartijn Coenen1-1/+1
2020-06-02Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-3/+3
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-157/+226
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown1-1/+1
2020-05-29blk-mq: drain I/O when all CPUs in a hctx are offlineMing Lei1-1/+1
2020-05-24loop: remove redundant assignment to variable errorColin Ian King1-2/+0
2020-05-21loop: Add LOOP_CONFIGURE ioctlMartijn Coenen1-28/+76
2020-05-21loop: Clean up LOOP_SET_STATUS lo_flags handlingMartijn Coenen1-6/+13
2020-05-21loop: Rework lo_ioctl() __user argument castingMartijn Coenen1-6/+5
2020-05-21loop: Move loop_set_status_from_info() and friends upMartijn Coenen1-103/+103
2020-05-21loop: Factor out configuring loop from statusMartijn Coenen1-50/+67
2020-05-21loop: Remove figure_loop_size()Martijn Coenen1-9/+4
2020-05-21loop: Refactor loop_set_status() size calculationMartijn Coenen1-18/+19
2020-05-21loop: Switch to set_capacity_revalidate_and_notify()Martijn Coenen1-3/+2
2020-05-21loop: Factor out setting loop device sizeMartijn Coenen1-9/+21
2020-05-21loop: Remove sector_t truncation checksMartijn Coenen1-14/+7
2020-05-21loop: Call loop_config_discard() only after new config is appliedMartijn Coenen1-2/+2
2020-05-04fs: Remove unneeded IS_DAX() check in io_is_direct()Ira Weiny1-3/+3
2020-04-03loop: Better discard support for block devicesEvan Green1-11/+31
2020-04-03loop: Report EOPNOTSUPP properlyEvan Green1-2/+5
2020-03-10loop: Only freeze block queue when needed.Martijn Coenen1-2/+4
2020-03-10loop: Only change blocksize when needed.Martijn Coenen1-6/+6
2019-11-14block: remove (__)blkdev_reread_part as an exported APIChristoph Hellwig1-5/+8
2019-11-01loop: fix no-unmap write-zeroes request behaviorDarrick J. Wong1-8/+18
2019-10-01loop: change queue block size to match when using DIOMartijn Coenen1-0/+10
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2019-08-08loop: Add LOOP_SET_DIRECT_IO to compat ioctlAlessio Balsini1-0/+1
2019-08-08loop: set PF_MEMALLOC_NOIO for the worker threadMikulas Patocka1-1/+1
2019-07-30loop: Fix mount(2) failure due to race with LOOP_SET_FDJan Kara1-7/+9
2019-06-29block: never take page references for ITER_BVECChristoph Hellwig1-12/+4
2019-05-27loop: Don't change loop device under exclusive openerJan Kara1-1/+17
2019-04-01block: loop: mark bvec as ITER_BVEC_FLAG_NO_REFMing Lei1-4/+12
2019-04-01loop: properly observe rotational flag of underlying deviceHolger Hoffstätte1-0/+19
2019-03-18loop: access lo_backing_file only when the loop device is Lo_boundDongli Zhang1-1/+1
2019-02-22loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()Dongli Zhang1-4/+17
2019-02-22loop: do not print warn message if partition scan is successfulDongli Zhang1-2/+3
2019-02-15block: kill BLK_MQ_F_SG_MERGEMing Lei1-1/+1
2019-02-15block: loop: pass multi-page bvec to iov_iterMing Lei1-10/+10