summaryrefslogtreecommitdiff
path: root/drivers/block/loop.c
AgeCommit message (Expand)Author
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
2018-02-28block/loop: Delete gendisk before cleaning up the request queueBart Van Assche
2018-02-26genhd: Rename get_disk() to get_disk_and_module()Jan Kara
2018-01-06loop: fix concurrent lo_open/lo_releaseLinus Torvalds
2017-09-26block: fix a build errorShaohua Li
2017-09-26block/loop: make loop cgroup awareShaohua Li
2017-09-06loop: set physical block size to logical block sizeOmar Sandoval
2017-09-01block/loop: fix use after freeShaohua Li
2017-09-01block/loop: allow request merge for directio modeShaohua Li
2017-09-01block/loop: set hw_sectorsShaohua Li
2017-08-31loop: fold loop_switch() into callersOmar Sandoval
2017-08-31loop: add ioctl for changing logical block sizeOmar Sandoval
2017-08-31loop: set physical block size to PAGE_SIZEOmar Sandoval
2017-08-31loop: get rid of lo_blocksizeOmar Sandoval
2017-08-28Merge tag 'v4.13-rc7' into for-4.14/block-postmergeJens Axboe
2017-08-23Revert "loop: support 4k physical blocksize"Omar Sandoval
2017-08-15loop: fix to a race condition due to the early registration of deviceAnton Volkov
2017-07-05Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-06-29fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig
2017-06-29fs: implement vfs_iter_read using do_iter_readChristoph Hellwig
2017-06-18loop: Add PF_LESS_THROTTLE to block/loop device thread.NeilBrown
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-06-09loop: fix error handling regressionArnd Bergmann
2017-06-08loop: support 4k physical blocksizeHannes Reinecke
2017-06-08loop: Remove unused 'bdev' argument from loop_set_capacityHannes Reinecke
2017-06-08Fix loop device flush before configure v3James Wang
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig
2017-04-20loop: zero-fill bio on the submitting cpuChristoph Hellwig
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig
2017-04-08loop: implement REQ_OP_WRITE_ZEROESChristoph Hellwig