index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
loop.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-11-02
1
-3
/
+2
|
\
|
*
blkcg: revert blkcg cleanups series
Dennis Zhou
2018-11-02
1
-3
/
+2
*
|
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2018-11-02
1
-5
/
+4
|
\
\
|
|
/
|
/
|
|
*
iov_iter: Separate type from direction and use accessor functions
David Howells
2018-10-24
1
-5
/
+4
*
|
blkcg: remove bio->bi_css and instead use bio->bi_blkg
Dennis Zhou (Facebook)
2018-09-22
1
-2
/
+3
|
/
*
block/loop: mark expected switch fall-through
Gustavo A. R. Silva
2018-07-09
1
-0
/
+1
*
loop: remove redundant pointer inode
Colin Ian King
2018-07-09
1
-2
/
+0
*
Merge tag 'for-linus-20180706' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-07-07
1
-0
/
+1
|
\
|
*
loop: Add LOOP_SET_BLOCK_SIZE in compat ioctl
Evan Green
2018-07-03
1
-0
/
+1
*
|
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-13
1
-1
/
+2
|
/
*
Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-06-08
1
-30
/
+38
|
\
|
*
loop: add recursion validation to LOOP_CHANGE_FD
Theodore Ts'o
2018-06-05
1
-30
/
+38
*
|
Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2018-06-08
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
fs: Add aio iopriority support
Adam Manzanares
2018-05-31
1
-0
/
+3
*
|
Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-06-04
1
-8
/
+9
|
\
\
|
*
|
block drivers/block: Use octal not symbolic permissions
Joe Perches
2018-05-24
1
-3
/
+3
|
*
|
loop: remember whether sysfs_create_group() was done
Tetsuo Handa
2018-05-07
1
-5
/
+6
|
|
/
*
/
loop: clear wb_err in bd_inode when detaching backing file
Jeff Layton
2018-05-21
1
-0
/
+1
|
/
*
loop: handle short DIO reads
Jens Axboe
2018-04-15
1
-7
/
+27
*
loop: remove cmd->rq member
Jens Axboe
2018-04-15
1
-17
/
+19
*
loop: fix LOOP_GET_STATUS lock imbalance
Omar Sandoval
2018-04-10
1
-15
/
+18
*
block/loop: fix deadlock after loop_set_status
Tetsuo Handa
2018-04-10
1
-4
/
+8
*
Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-04-05
1
-29
/
+48
|
\
|
*
loop: use killable lock in ioctls
Omar Sandoval
2018-03-27
1
-10
/
+19
|
*
loop: don't call into filesystem while holding lo_ctl_mutex
Omar Sandoval
2018-03-27
1
-14
/
+24
|
*
block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
Bart Van Assche
2018-03-08
1
-5
/
+5
|
*
block/loop: Delete gendisk before cleaning up the request queue
Bart Van Assche
2018-02-28
1
-1
/
+1
*
|
loop: Fix lost writes caused by missing flag
Ross Zwisler
2018-03-09
1
-1
/
+1
|
/
*
genhd: Rename get_disk() to get_disk_and_module()
Jan Kara
2018-02-26
1
-1
/
+1
*
loop: fix concurrent lo_open/lo_release
Linus Torvalds
2018-01-06
1
-2
/
+8
*
block: fix a build error
Shaohua Li
2017-09-26
1
-1
/
+1
*
block/loop: make loop cgroup aware
Shaohua Li
2017-09-26
1
-0
/
+13
*
loop: set physical block size to logical block size
Omar Sandoval
2017-09-06
1
-2
/
+4
*
block/loop: fix use after free
Shaohua Li
2017-09-01
1
-3
/
+13
*
block/loop: allow request merge for directio mode
Shaohua Li
2017-09-01
1
-15
/
+51
*
block/loop: set hw_sectors
Shaohua Li
2017-09-01
1
-0
/
+1
*
loop: fold loop_switch() into callers
Omar Sandoval
2017-08-31
1
-65
/
+11
*
loop: add ioctl for changing logical block size
Omar Sandoval
2017-08-31
1
-0
/
+24
*
loop: set physical block size to PAGE_SIZE
Omar Sandoval
2017-08-31
1
-0
/
+2
*
loop: get rid of lo_blocksize
Omar Sandoval
2017-08-31
1
-8
/
+2
*
Merge tag 'v4.13-rc7' into for-4.14/block-postmerge
Jens Axboe
2017-08-28
1
-36
/
+6
|
\
|
*
Revert "loop: support 4k physical blocksize"
Omar Sandoval
2017-08-23
1
-36
/
+6
*
|
loop: fix to a race condition due to the early registration of device
Anton Volkov
2017-08-15
1
-6
/
+8
|
/
*
Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-07-05
1
-3
/
+3
|
\
|
*
fs: implement vfs_iter_write using do_iter_write
Christoph Hellwig
2017-06-29
1
-1
/
+1
|
*
fs: implement vfs_iter_read using do_iter_read
Christoph Hellwig
2017-06-29
1
-2
/
+2
*
|
loop: Add PF_LESS_THROTTLE to block/loop device thread.
NeilBrown
2017-06-18
1
-1
/
+7
*
|
Merge tag 'v4.12-rc5' into for-4.13/block
Jens Axboe
2017-06-12
1
-0
/
+3
|
\
|
|
*
Fix loop device flush before configure v3
James Wang
2017-06-08
1
-0
/
+3
*
|
blk-mq: switch ->queue_rq return value to blk_status_t
Christoph Hellwig
2017-06-09
1
-3
/
+3
[next]