aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c
AgeCommit message (Expand)Author
2020-09-03block: loop: set discard granularity and alignment for block device backed loopMing Lei
2020-08-19loop: be paranoid on exit and prevent new additions / removalsLuis Chamberlain
2020-06-30loop: replace kill_bdev with invalidate_bdevZheng Bin
2020-04-29loop: Better discard support for block devicesEvan Green
2019-12-31loop: fix no-unmap write-zeroes request behaviorDarrick J. Wong
2019-10-05loop: Add LOOP_SET_DIRECT_IO to compat ioctlAlessio Balsini
2019-08-16loop: set PF_MEMALLOC_NOIO for the worker threadMikulas Patocka
2019-05-02loop: do not print warn message if partition scan is successfulDongli Zhang
2019-04-05loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()Dongli Zhang
2019-03-27loop: access lo_backing_file only when the loop device is Lo_boundDongli Zhang
2019-01-22loop: drop caches if offset or block_size are changedJaegeuk Kim
2019-01-22loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()Tetsuo Handa
2019-01-22loop: Get rid of 'nested' acquisition of loop_ctl_mutexJan Kara
2019-01-22loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutexJan Kara
2019-01-22loop: Fix deadlock when calling blkdev_reread_part()Jan Kara
2019-01-22loop: Move loop_reread_partitions() out of loop_ctl_mutexJan Kara
2019-01-22loop: Move special partition reread handling in loop_clr_fd()Jan Kara
2019-01-22loop: Push loop_ctl_mutex down to loop_change_fd()Jan Kara
2019-01-22loop: Push loop_ctl_mutex down to loop_set_fd()Jan Kara
2019-01-22loop: Push loop_ctl_mutex down to loop_set_status()Jan Kara
2019-01-22loop: Push loop_ctl_mutex down to loop_get_status()Jan Kara
2019-01-22loop: Push loop_ctl_mutex down into loop_clr_fd()Jan Kara
2019-01-22loop: Split setting of lo_state from loop_clr_fdJan Kara
2019-01-22loop: Push lo_ctl_mutex down into individual ioctlsJan Kara
2019-01-22loop: Get rid of loop_index_mutexJan Kara
2019-01-22loop: Fold __loop_release into loop_releaseJan Kara
2019-01-22block/loop: Use global lock for ioctl() operation.Tetsuo Handa
2019-01-22block/loop: Don't grab "struct file" for vfs_getattr() operation.Tetsuo Handa
2018-07-09block/loop: mark expected switch fall-throughGustavo A. R. Silva
2018-07-09loop: remove redundant pointer inodeColin Ian King
2018-07-06Merge tag 'for-linus-20180706' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-07-03loop: Add LOOP_SET_BLOCK_SIZE in compat ioctlEvan Green
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-08Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-06-08Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-06-05loop: add recursion validation to LOOP_CHANGE_FDTheodore Ts'o
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-05-31fs: Add aio iopriority supportAdam Manzanares
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches
2018-05-21loop: clear wb_err in bd_inode when detaching backing fileJeff Layton
2018-05-07loop: remember whether sysfs_create_group() was doneTetsuo Handa
2018-04-14loop: handle short DIO readsJens Axboe
2018-04-14loop: remove cmd->rq memberJens Axboe
2018-04-10loop: fix LOOP_GET_STATUS lock imbalanceOmar Sandoval
2018-04-10block/loop: fix deadlock after loop_set_statusTetsuo Handa
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-03-27loop: use killable lock in ioctlsOmar Sandoval
2018-03-27loop: don't call into filesystem while holding lo_ctl_mutexOmar Sandoval
2018-03-09loop: Fix lost writes caused by missing flagRoss Zwisler
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche