index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
loop.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-04
loop: make do_req_filebacked more robust
Christoph Hellwig
1
-33
/
+22
2016-08-04
loop: don't try to use AIO for discards
Christoph Hellwig
1
-4
/
+8
2016-07-13
loop: Make user notify for adding loop device failed
Minfei Huang
1
-0
/
+1
2016-06-07
block, drivers: add REQ_OP_FLUSH operation
Mike Christie
1
-2
/
+2
2016-06-07
drivers: use req op accessor
Mike Christie
1
-3
/
+3
2016-06-07
block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE
Mike Christie
1
-3
/
+3
2016-05-18
Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2016-04-15
block: loop: fix filesystem corruption in case of aio/dio
Ming Lei
1
-0
/
+6
2016-04-13
loop: switch to using blk_queue_write_cache()
Jens Axboe
1
-1
/
+1
2015-10-09
Merge branch 'for-4.4/core' into for-4.4/drivers
Jens Axboe
1
-8
/
+6
2015-10-01
blk-mq: fix racy updates of rq->errors
Christoph Hellwig
1
-6
/
+5
2015-09-23
block: loop: support DIO & AIO
Ming Lei
1
-3
/
+95
2015-09-23
block: loop: introduce ioctl command of LOOP_SET_DIRECT_IO
Ming Lei
1
-0
/
+19
2015-09-23
block: loop: prepare for supporing direct IO
Ming Lei
1
-0
/
+77
2015-09-23
block: loop: use kthread_work
Ming Lei
1
-55
/
+24
2015-09-23
block: loop: set QUEUE_FLAG_NOMERGES for request queue of loop
Ming Lei
1
-0
/
+6
2015-07-17
block: have drivers use blk_queue_max_discard_sectors()
Jens Axboe
1
-2
/
+2
2015-07-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2015-06-26
Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-30
/
+52
2015-06-24
vfs: add file_path() helper
Miklos Szeredi
1
-1
/
+1
2015-05-20
loop: remove (now) unused 'out' label
Jens Axboe
1
-1
/
+0
2015-05-20
block: loop: fix another reread part failure
Ming Lei
1
-4
/
+26
2015-05-20
block: loop: don't hold lo_ctl_mutex in lo_open
Ming Lei
1
-9
/
+12
2015-05-05
block: loop: avoiding too many pending per work I/O
Ming Lei
1
-1
/
+1
2015-05-05
block: loop: convert to per-device workqueue
Ming Lei
1
-16
/
+14
2015-04-27
block: destroy bdi before blockdev is unregistered.
NeilBrown
1
-1
/
+1
2015-04-15
block: loop: switch to VFS ITER_BVEC
Christoph Hellwig
1
-174
/
+120
2015-04-12
switch /dev/loop to vfs_iter_write()
Al Viro
1
-5
/
+7
2015-01-03
loop: add blk-mq.h include
Jens Axboe
1
-1
/
+0
2015-01-03
block: loop: don't handle REQ_FUA explicitly
Ming Lei
1
-11
/
+3
2015-01-03
block: loop: introduce lo_discard() and lo_req_flush()
Ming Lei
1
-33
/
+40
2015-01-03
block: loop: say goodby to bio
Ming Lei
1
-25
/
+20
2015-01-03
block: loop: improve performance via blk-mq
Ming Lei
1
-164
/
+163
2014-05-07
Merge branch 'sched/urgent' into sched/core, to avoid conflicts
Ingo Molnar
1
-4
/
+4
2014-04-18
sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICE
Dongsheng Yang
1
-1
/
+1
2014-04-09
drivers/block/loop.c: ratelimit error messages
Mike Galbraith
1
-4
/
+4
2014-01-22
drivers/block/loop.c: fix comment typo in loop_config_discard
Olaf Hering
1
-1
/
+1
2013-11-24
block: Convert bio_for_each_segment() to bvec_iter
Kent Overstreet
1
-11
/
+12
2013-11-24
block: Abstract out bvec iterator
Kent Overstreet
1
-2
/
+2
2013-11-08
loop: fix crash when using unassigned loop device
Mikulas Patocka
1
-7
/
+8
2013-11-08
block: fix a probe argument to blk_register_region
Mikulas Patocka
1
-1
/
+1
2013-11-08
loop: fix crash if blk_alloc_queue fails
Mikulas Patocka
1
-1
/
+3
2013-06-29
move linux/loop.h to drivers/block
Al Viro
1
-1
/
+1
2013-05-07
block_device_operations->release() should return void
Al Viro
1
-4
/
+2
2013-05-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+2
2013-04-09
Merge tag 'for-linus-20130409' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-19
/
+2
2013-04-09
lift sb_start_write() out of ->write()
Al Viro
1
-0
/
+2
2013-04-08
Revert "loop: cleanup partitions when detaching loop device"
Jens Axboe
1
-19
/
+2
2013-04-02
loop: prevent bdev freeing while device in use
Anatol Pomozov
1
-1
/
+8
2013-03-22
loop: cleanup partitions when detaching loop device
Phillip Susi
1
-2
/
+19
[next]