index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
loop.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: remove (__)blkdev_reread_part as an exported API
Christoph Hellwig
2019-11-14
1
-5
/
+8
*
loop: fix no-unmap write-zeroes request behavior
Darrick J. Wong
2019-11-01
1
-8
/
+18
*
loop: change queue block size to match when using DIO
Martijn Coenen
2019-10-01
1
-0
/
+10
*
Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-09-17
1
-0
/
+1
|
\
|
*
loop: Add LOOP_SET_DIRECT_IO to compat ioctl
Alessio Balsini
2019-08-08
1
-0
/
+1
*
|
loop: set PF_MEMALLOC_NOIO for the worker thread
Mikulas Patocka
2019-08-08
1
-1
/
+1
|
/
*
loop: Fix mount(2) failure due to race with LOOP_SET_FD
Jan Kara
2019-07-30
1
-7
/
+9
*
block: never take page references for ITER_BVEC
Christoph Hellwig
2019-06-29
1
-12
/
+4
*
loop: Don't change loop device under exclusive opener
Jan Kara
2019-05-27
1
-1
/
+17
*
block: loop: mark bvec as ITER_BVEC_FLAG_NO_REF
Ming Lei
2019-04-01
1
-4
/
+12
*
loop: properly observe rotational flag of underlying device
Holger Hoffstätte
2019-04-01
1
-0
/
+19
*
loop: access lo_backing_file only when the loop device is Lo_bound
Dongli Zhang
2019-03-18
1
-1
/
+1
*
loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()
Dongli Zhang
2019-02-22
1
-4
/
+17
*
loop: do not print warn message if partition scan is successful
Dongli Zhang
2019-02-22
1
-2
/
+3
*
block: kill BLK_MQ_F_SG_MERGE
Ming Lei
2019-02-15
1
-1
/
+1
*
block: loop: pass multi-page bvec to iov_iter
Ming Lei
2019-02-15
1
-10
/
+10
*
loop: drop caches if offset or block_size are changed
Jaegeuk Kim
2019-01-09
1
-2
/
+33
*
block: loop: remove redundant code
Chengguang Xu
2018-12-22
1
-1
/
+0
*
block: loop: check error using IS_ERR instead of IS_ERR_OR_NULL in loop_add()
Chengguang Xu
2018-12-16
1
-1
/
+1
*
blkcg: remove bio->bi_css and instead use bio->bi_blkg
Dennis Zhou
2018-12-07
1
-2
/
+3
*
loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()
Tetsuo Handa
2018-11-12
1
-2
/
+0
*
loop: Get rid of 'nested' acquisition of loop_ctl_mutex
Jan Kara
2018-11-08
1
-6
/
+6
*
loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutex
Jan Kara
2018-11-08
1
-11
/
+15
*
loop: Fix deadlock when calling blkdev_reread_part()
Jan Kara
2018-11-08
1
-12
/
+16
*
loop: Move loop_reread_partitions() out of loop_ctl_mutex
Jan Kara
2018-11-08
1
-5
/
+14
*
loop: Move special partition reread handling in loop_clr_fd()
Jan Kara
2018-11-08
1
-14
/
+19
*
loop: Push loop_ctl_mutex down to loop_change_fd()
Jan Kara
2018-11-08
1
-11
/
+11
*
loop: Push loop_ctl_mutex down to loop_set_fd()
Jan Kara
2018-11-08
1
-12
/
+14
*
loop: Push loop_ctl_mutex down to loop_set_status()
Jan Kara
2018-11-08
1
-26
/
+25
*
loop: Push loop_ctl_mutex down to loop_get_status()
Jan Kara
2018-11-08
1
-27
/
+10
*
loop: Push loop_ctl_mutex down into loop_clr_fd()
Jan Kara
2018-11-08
1
-20
/
+29
*
loop: Split setting of lo_state from loop_clr_fd
Jan Kara
2018-11-08
1
-21
/
+31
*
loop: Push lo_ctl_mutex down into individual ioctls
Jan Kara
2018-11-08
1
-25
/
+63
*
loop: Get rid of loop_index_mutex
Jan Kara
2018-11-08
1
-21
/
+20
*
loop: Fold __loop_release into loop_release
Jan Kara
2018-11-08
1
-9
/
+7
*
block/loop: Use global lock for ioctl() operation.
Tetsuo Handa
2018-11-08
1
-29
/
+29
*
block/loop: Don't grab "struct file" for vfs_getattr() operation.
Tetsuo Handa
2018-11-08
1
-5
/
+5
*
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-01
1
-3
/
+2
*
|
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2018-11-01
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-21
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-06
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-12
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
|
\
\
|
|
/
|
/
|
[next]