summaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c
Commit message (Expand)AuthorAge
* Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-05-17
|\
| * loop: switch to using blk_queue_write_cache()Jens Axboe2016-04-12
* | block: loop: fix filesystem corruption in case of aio/dioMing Lei2016-04-15
|/
* Merge branch 'for-4.4/core' into for-4.4/driversJens Axboe2015-10-09
|\
| * blk-mq: fix racy updates of rq->errorsChristoph Hellwig2015-10-01
* | block: loop: support DIO & AIOMing Lei2015-09-23
* | block: loop: introduce ioctl command of LOOP_SET_DIRECT_IOMing Lei2015-09-23
* | block: loop: prepare for supporing direct IOMing Lei2015-09-23
* | block: loop: use kthread_workMing Lei2015-09-23
* | block: loop: set QUEUE_FLAG_NOMERGES for request queue of loopMing Lei2015-09-23
|/
* block: have drivers use blk_queue_max_discard_sectors()Jens Axboe2015-07-17
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-04
|\
| * vfs: add file_path() helperMiklos Szeredi2015-06-23
* | Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-25
|\ \ | |/ |/|
| * loop: remove (now) unused 'out' labelJens Axboe2015-05-20
| * block: loop: fix another reread part failureMing Lei2015-05-20
| * block: loop: don't hold lo_ctl_mutex in lo_openMing Lei2015-05-20
| * block: loop: avoiding too many pending per work I/OMing Lei2015-05-05
| * block: loop: convert to per-device workqueueMing Lei2015-05-05
* | block: destroy bdi before blockdev is unregistered.NeilBrown2015-04-27
|/
* block: loop: switch to VFS ITER_BVECChristoph Hellwig2015-04-15
* switch /dev/loop to vfs_iter_write()Al Viro2015-04-11
* loop: add blk-mq.h includeJens Axboe2015-01-02
* block: loop: don't handle REQ_FUA explicitlyMing Lei2015-01-02
* block: loop: introduce lo_discard() and lo_req_flush()Ming Lei2015-01-02
* block: loop: say goodby to bioMing Lei2015-01-02
* block: loop: improve performance via blk-mqMing Lei2015-01-02
* Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar2014-05-07
|\
| * drivers/block/loop.c: ratelimit error messagesMike Galbraith2014-04-08
* | sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang2014-04-18
|/
* drivers/block/loop.c: fix comment typo in loop_config_discardOlaf Hering2014-01-21
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-24
* block: Abstract out bvec iteratorKent Overstreet2013-11-24
* loop: fix crash when using unassigned loop deviceMikulas Patocka2013-11-08
* block: fix a probe argument to blk_register_regionMikulas Patocka2013-11-08
* loop: fix crash if blk_alloc_queue failsMikulas Patocka2013-11-08
* move linux/loop.h to drivers/blockAl Viro2013-06-29
* block_device_operations->release() should return voidAl Viro2013-05-07
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\
| * lift sb_start_write() out of ->write()Al Viro2013-04-09
* | Merge tag 'for-linus-20130409' of git://git.kernel.dk/linux-blockLinus Torvalds2013-04-09
|\ \
| * | Revert "loop: cleanup partitions when detaching loop device"Jens Axboe2013-04-08
* | | loop: prevent bdev freeing while device in useAnatol Pomozov2013-04-01
|/ /
* | loop: cleanup partitions when detaching loop devicePhillip Susi2013-03-22
* | loop: fix error return code in loop_add()Wei Yongjun2013-03-22
|/
* Merge branch 'for-3.9/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-02-28
|\
| * loopdev: ignore negative offset when calculate loop device sizeGuo Chao2013-02-22
| * loopdev: remove an user triggerable oopsGuo Chao2013-02-22
| * loopdev: move common code into loop_figure_size()Guo Chao2013-02-22
| * loopdev: update block device size in loop_set_status()Guo Chao2013-02-22