aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c
AgeCommit message (Expand)Author
2022-04-11Merge tag 'v5.10.110' into v5.10/standard/baseBruce Ashfield
2022-04-08loop: use sysfs_emit() in the sysfs xxx show()Chaitanya Kulkarni
2021-11-29Merge tag 'v5.10.81' into v5.10/standard/baseBruce Ashfield
2021-11-21loop: Use blk_validate_block_size() to validate block sizeXie Yongji
2021-07-20Merge tag 'v5.10.51' into v5.10/standard/baseBruce Ashfield
2021-07-19loop: fix I/O error on fsync() in detached loop devicesMauricio Faria de Oliveira
2021-07-14Merge branch 'v5.10/base' into v5.10/standard/baseBruce Ashfield
2021-07-14loop: Fix missing discard support when using LOOP_CONFIGUREKristian Klausen
2021-06-15aufs5: aufs-baseBruce Ashfield
2021-06-09Revert "aufs5: aufs5-base"Bruce Ashfield
2020-12-17aufs5: aufs5-baseBruce Ashfield
2020-11-12loop: Fix occasional uevent dropPetr Vorel
2020-09-01block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig
2020-08-28Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-26loop: Set correct device size when using LOOP_CONFIGUREMartijn Coenen
2020-08-24Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-17block: loop: set discard granularity and alignment for block device backed loopMing Lei
2020-08-11loop: unset GENHD_FL_NO_PART_SCAN on LOOP_CONFIGURELennart Poettering
2020-07-16block: use bd_prepare_to_claim directly in the loop driverChristoph Hellwig
2020-06-24loop: be paranoid on exit and prevent new additions / removalsLuis Chamberlain
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig
2020-06-18loop: replace kill_bdev with invalidate_bdevZheng Bin
2020-06-11Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-04loop: Fix wrong masking of status flagsMartijn Coenen
2020-06-02Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown
2020-05-29blk-mq: drain I/O when all CPUs in a hctx are offlineMing Lei
2020-05-24loop: remove redundant assignment to variable errorColin Ian King
2020-05-21loop: Add LOOP_CONFIGURE ioctlMartijn Coenen
2020-05-21loop: Clean up LOOP_SET_STATUS lo_flags handlingMartijn Coenen
2020-05-21loop: Rework lo_ioctl() __user argument castingMartijn Coenen
2020-05-21loop: Move loop_set_status_from_info() and friends upMartijn Coenen
2020-05-21loop: Factor out configuring loop from statusMartijn Coenen
2020-05-21loop: Remove figure_loop_size()Martijn Coenen
2020-05-21loop: Refactor loop_set_status() size calculationMartijn Coenen
2020-05-21loop: Switch to set_capacity_revalidate_and_notify()Martijn Coenen
2020-05-21loop: Factor out setting loop device sizeMartijn Coenen
2020-05-21loop: Remove sector_t truncation checksMartijn Coenen
2020-05-21loop: Call loop_config_discard() only after new config is appliedMartijn Coenen
2020-05-04fs: Remove unneeded IS_DAX() check in io_is_direct()Ira Weiny
2020-04-03loop: Better discard support for block devicesEvan Green
2020-04-03loop: Report EOPNOTSUPP properlyEvan Green
2020-03-10loop: Only freeze block queue when needed.Martijn Coenen
2020-03-10loop: Only change blocksize when needed.Martijn Coenen
2019-11-14block: remove (__)blkdev_reread_part as an exported APIChristoph Hellwig
2019-11-01loop: fix no-unmap write-zeroes request behaviorDarrick J. Wong
2019-10-01loop: change queue block size to match when using DIOMartijn Coenen