index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
loop.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-12
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-07
loop: remember whether sysfs_create_group() was done
Tetsuo Handa
1
-5
/
+6
2018-04-14
loop: handle short DIO reads
Jens Axboe
1
-7
/
+27
2018-04-14
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-05
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-08
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
2018-02-26
genhd: Rename get_disk() to get_disk_and_module()
Jan Kara
1
-1
/
+1
2018-01-06
loop: fix concurrent lo_open/lo_release
Linus Torvalds
1
-2
/
+8
2017-09-26
block: fix a build error
Shaohua Li
1
-1
/
+1
2017-09-26
block/loop: make loop cgroup aware
Shaohua Li
1
-0
/
+13
2017-09-06
loop: set physical block size to logical block size
Omar Sandoval
1
-2
/
+4
2017-09-01
block/loop: fix use after free
Shaohua Li
1
-3
/
+13
2017-09-01
block/loop: allow request merge for directio mode
Shaohua Li
1
-15
/
+51
2017-09-01
block/loop: set hw_sectors
Shaohua Li
1
-0
/
+1
2017-08-31
loop: fold loop_switch() into callers
Omar Sandoval
1
-65
/
+11
2017-08-31
loop: add ioctl for changing logical block size
Omar Sandoval
1
-0
/
+24
2017-08-31
loop: set physical block size to PAGE_SIZE
Omar Sandoval
1
-0
/
+2
2017-08-31
loop: get rid of lo_blocksize
Omar Sandoval
1
-8
/
+2
2017-08-28
Merge tag 'v4.13-rc7' into for-4.14/block-postmerge
Jens Axboe
1
-36
/
+6
2017-08-23
Revert "loop: support 4k physical blocksize"
Omar Sandoval
1
-36
/
+6
2017-08-15
loop: fix to a race condition due to the early registration of device
Anton Volkov
1
-6
/
+8
2017-07-05
Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+3
2017-06-29
fs: implement vfs_iter_write using do_iter_write
Christoph Hellwig
1
-1
/
+1
2017-06-29
fs: implement vfs_iter_read using do_iter_read
Christoph Hellwig
1
-2
/
+2
2017-06-18
loop: Add PF_LESS_THROTTLE to block/loop device thread.
NeilBrown
1
-1
/
+7
2017-06-12
Merge tag 'v4.12-rc5' into for-4.13/block
Jens Axboe
1
-0
/
+3
2017-06-09
blk-mq: switch ->queue_rq return value to blk_status_t
Christoph Hellwig
1
-3
/
+3
2017-06-09
block: introduce new block status code type
Christoph Hellwig
1
-1
/
+1
2017-06-09
loop: fix error handling regression
Arnd Bergmann
1
-1
/
+2
2017-06-08
loop: support 4k physical blocksize
Hannes Reinecke
1
-6
/
+37
2017-06-08
loop: Remove unused 'bdev' argument from loop_set_capacity
Hannes Reinecke
1
-2
/
+2
2017-06-08
Fix loop device flush before configure v3
James Wang
1
-0
/
+3
2017-05-02
blk-mq: update ->init_request and ->exit_request prototypes
Christoph Hellwig
1
-3
/
+2
2017-04-20
blk-mq: remove the error argument to blk_mq_complete_request
Christoph Hellwig
1
-2
/
+2
2017-04-20
loop: zero-fill bio on the submitting cpu
Christoph Hellwig
1
-16
/
+14
2017-04-08
block: remove the discard_zeroes_data flag
Christoph Hellwig
1
-2
/
+0
2017-04-08
loop: implement REQ_OP_WRITE_ZEROES
Christoph Hellwig
1
-0
/
+4
[next]