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.12.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
2019-02-15
block: loop: pass multi-page bvec to iov_iter
Ming Lei
1
-10
/
+10
2019-01-10
loop: drop caches if offset or block_size are changed
Jaegeuk Kim
1
-2
/
+33
2018-12-23
block: loop: remove redundant code
Chengguang Xu
1
-1
/
+0
2018-12-16
block: loop: check error using IS_ERR instead of IS_ERR_OR_NULL in loop_add()
Chengguang Xu
1
-1
/
+1
2018-12-08
blkcg: remove bio->bi_css and instead use bio->bi_blkg
Dennis Zhou
1
-2
/
+3
2018-11-12
loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()
Tetsuo Handa
1
-2
/
+0
2018-11-08
loop: Get rid of 'nested' acquisition of loop_ctl_mutex
Jan Kara
1
-6
/
+6
2018-11-08
loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutex
Jan Kara
1
-11
/
+15
2018-11-08
loop: Fix deadlock when calling blkdev_reread_part()
Jan Kara
1
-12
/
+16
2018-11-08
loop: Move loop_reread_partitions() out of loop_ctl_mutex
Jan Kara
1
-5
/
+14
2018-11-08
loop: Move special partition reread handling in loop_clr_fd()
Jan Kara
1
-14
/
+19
2018-11-08
loop: Push loop_ctl_mutex down to loop_change_fd()
Jan Kara
1
-11
/
+11
2018-11-08
loop: Push loop_ctl_mutex down to loop_set_fd()
Jan Kara
1
-12
/
+14
2018-11-08
loop: Push loop_ctl_mutex down to loop_set_status()
Jan Kara
1
-26
/
+25
2018-11-08
loop: Push loop_ctl_mutex down to loop_get_status()
Jan Kara
1
-27
/
+10
2018-11-08
loop: Push loop_ctl_mutex down into loop_clr_fd()
Jan Kara
1
-20
/
+29
2018-11-08
loop: Split setting of lo_state from loop_clr_fd
Jan Kara
1
-21
/
+31
2018-11-08
loop: Push lo_ctl_mutex down into individual ioctls
Jan Kara
1
-25
/
+63
2018-11-08
loop: Get rid of loop_index_mutex
Jan Kara
1
-21
/
+20
2018-11-08
loop: Fold __loop_release into loop_release
Jan Kara
1
-9
/
+7
2018-11-08
block/loop: Use global lock for ioctl() operation.
Tetsuo Handa
1
-29
/
+29
2018-11-08
block/loop: Don't grab "struct file" for vfs_getattr() operation.
Tetsuo Handa
1
-5
/
+5
2018-11-02
Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+2
2018-11-02
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-5
/
+4
2018-11-02
blkcg: revert blkcg cleanups series
Dennis Zhou
1
-3
/
+2
2018-10-24
iov_iter: Separate type from direction and use accessor functions
David Howells
1
-5
/
+4
2018-09-22
blkcg: remove bio->bi_css and instead use bio->bi_blkg
Dennis Zhou (Facebook)
1
-2
/
+3
2018-07-09
block/loop: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-07-09
loop: remove redundant pointer inode
Colin Ian King
1
-2
/
+0
2018-07-07
Merge tag 'for-linus-20180706' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2018-07-03
loop: Add LOOP_SET_BLOCK_SIZE in compat ioctl
Evan Green
1
-0
/
+1
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+2
2018-06-08
Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-30
/
+38
2018-06-08
Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-0
/
+3
2018-06-05
loop: add recursion validation to LOOP_CHANGE_FD
Theodore Ts'o
1
-30
/
+38
2018-06-04
Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-8
/
+9
2018-05-31
fs: Add aio iopriority support
Adam Manzanares
1
-0
/
+3
2018-05-24
block drivers/block: Use octal not symbolic permissions
Joe Perches
1
-3
/
+3
2018-05-21
loop: clear wb_err in bd_inode when detaching backing file
Jeff Layton
1
-0
/
+1
2018-05-08
loop: remember whether sysfs_create_group() was done
Tetsuo Handa
1
-5
/
+6
2018-04-15
loop: handle short DIO reads
Jens Axboe
1
-7
/
+27
2018-04-15
loop: remove cmd->rq member
Jens Axboe
1
-17
/
+19
2018-04-10
loop: fix LOOP_GET_STATUS lock imbalance
Omar Sandoval
1
-15
/
+18
2018-04-10
block/loop: fix deadlock after loop_set_status
Tetsuo Handa
1
-4
/
+8
2018-04-06
Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-29
/
+48
2018-03-27
loop: use killable lock in ioctls
Omar Sandoval
1
-10
/
+19
2018-03-27
loop: don't call into filesystem while holding lo_ctl_mutex
Omar Sandoval
1
-14
/
+24
2018-03-09
loop: Fix lost writes caused by missing flag
Ross Zwisler
1
-1
/
+1
2018-03-09
block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
Bart Van Assche
1
-5
/
+5
2018-02-28
block/loop: Delete gendisk before cleaning up the request queue
Bart Van Assche
1
-1
/
+1
[prev]
[next]