aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+2
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+4
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou1-3/+2
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-5/+4
2018-09-21blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)1-2/+3
2018-07-09block/loop: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-09loop: remove redundant pointer inodeColin Ian King1-2/+0
2018-07-06Merge tag 'for-linus-20180706' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2018-07-03loop: Add LOOP_SET_BLOCK_SIZE in compat ioctlEvan Green1-0/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-06-08Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds1-30/+38
2018-06-08Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+3
2018-06-05loop: add recursion validation to LOOP_CHANGE_FDTheodore Ts'o1-30/+38
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+9
2018-05-31fs: Add aio iopriority supportAdam Manzanares1-0/+3
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches1-3/+3
2018-05-21loop: clear wb_err in bd_inode when detaching backing fileJeff Layton1-0/+1
2018-05-07loop: remember whether sysfs_create_group() was doneTetsuo Handa1-5/+6
2018-04-14loop: handle short DIO readsJens Axboe1-7/+27
2018-04-14loop: remove cmd->rq memberJens Axboe1-17/+19
2018-04-10loop: fix LOOP_GET_STATUS lock imbalanceOmar Sandoval1-15/+18
2018-04-10block/loop: fix deadlock after loop_set_statusTetsuo Handa1-4/+8
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-29/+48
2018-03-27loop: use killable lock in ioctlsOmar Sandoval1-10/+19
2018-03-27loop: don't call into filesystem while holding lo_ctl_mutexOmar Sandoval1-14/+24
2018-03-09loop: Fix lost writes caused by missing flagRoss Zwisler1-1/+1
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-5/+5
2018-02-28block/loop: Delete gendisk before cleaning up the request queueBart Van Assche1-1/+1
2018-02-26genhd: Rename get_disk() to get_disk_and_module()Jan Kara1-1/+1
2018-01-06loop: fix concurrent lo_open/lo_releaseLinus Torvalds1-2/+8
2017-09-26block: fix a build errorShaohua Li1-1/+1
2017-09-26block/loop: make loop cgroup awareShaohua Li1-0/+13
2017-09-06loop: set physical block size to logical block sizeOmar Sandoval1-2/+4
2017-09-01block/loop: fix use after freeShaohua Li1-3/+13
2017-09-01block/loop: allow request merge for directio modeShaohua Li1-15/+51
2017-09-01block/loop: set hw_sectorsShaohua Li1-0/+1
2017-08-31loop: fold loop_switch() into callersOmar Sandoval1-65/+11
2017-08-31loop: add ioctl for changing logical block sizeOmar Sandoval1-0/+24
2017-08-31loop: set physical block size to PAGE_SIZEOmar Sandoval1-0/+2
2017-08-31loop: get rid of lo_blocksizeOmar Sandoval1-8/+2
2017-08-28Merge tag 'v4.13-rc7' into for-4.14/block-postmergeJens Axboe1-36/+6
2017-08-23Revert "loop: support 4k physical blocksize"Omar Sandoval1-36/+6
2017-08-15loop: fix to a race condition due to the early registration of deviceAnton Volkov1-6/+8
2017-07-05Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2017-06-29fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig1-1/+1
2017-06-29fs: implement vfs_iter_read using do_iter_readChristoph Hellwig1-2/+2
2017-06-18loop: Add PF_LESS_THROTTLE to block/loop device thread.NeilBrown1-1/+7
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe1-0/+3
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig1-3/+3
2017-06-09block: introduce new block status code typeChristoph Hellwig1-1/+1