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
*
VFS: add FMODE_CAN_ODIRECT file flag
NeilBrown
2022-05-09
1
-2
/
+2
*
Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-04-01
1
-0
/
+1
|
\
|
*
loop: fix ioctl calls using compat_loop_info
Carlos Llamas
2022-03-30
1
-0
/
+1
*
|
Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-21
1
-12
/
+30
|
\
|
|
*
nvme: warn about shared namespaces without CONFIG_NVME_MULTIPATH
Christoph Hellwig
2022-03-16
1
-0
/
+1
|
*
loop: allow user to set the queue depth
Chaitanya Kulkarni
2022-02-27
1
-1
/
+20
|
*
loop: remove extra variable in lo_req_flush
Chaitanya Kulkarni
2022-02-27
1
-2
/
+1
|
*
loop: remove extra variable in lo_fallocate()
Chaitanya Kulkarni
2022-02-27
1
-2
/
+1
|
*
loop: use sysfs_emit() in the sysfs xxx show()
Chaitanya Kulkarni
2022-02-27
1
-5
/
+5
|
*
loop: clean up grammar in warning message
Colin Ian King
2022-02-27
1
-2
/
+2
*
|
block: loop:use kstatfs.f_bsize of backing file to set discard granularity
Ming Lei
2022-02-11
1
-1
/
+7
*
|
loop: revert "make autoclear operation asynchronous"
Tetsuo Handa
2022-02-11
1
-36
/
+29
|
/
*
loop: remove redundant initialization of pointer node
Colin Ian King
2022-01-13
1
-1
/
+1
*
Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-01-12
1
-56
/
+52
|
\
|
*
loop: make autoclear operation asynchronous
Tetsuo Handa
2021-12-13
1
-29
/
+36
|
*
loop: don't hold lo_mutex during __loop_clr_fd()
Tetsuo Handa
2021-11-29
1
-33
/
+22
*
|
Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-01-12
1
-5
/
+4
|
\
|
|
*
block: remove GENHD_FL_EXT_DEVT
Christoph Hellwig
2021-11-29
1
-1
/
+0
|
*
block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PART
Christoph Hellwig
2021-11-29
1
-4
/
+4
*
|
loop: Use pr_warn_once() for loop_control_remove() warning
Tetsuo Handa
2021-11-29
1
-1
/
+1
|
/
*
Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-09
1
-1
/
+0
|
\
|
*
loop: Remove duplicate assignments
luo penghao
2021-11-04
1
-1
/
+0
*
|
Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-01
1
-2
/
+2
|
\
\
|
*
|
fs: get rid of the res2 iocb->ki_complete argument
Jens Axboe
2021-10-25
1
-2
/
+2
*
|
|
Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-01
1
-351
/
+33
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
block: remove support for cryptoloop and the xor transfer
Christoph Hellwig
2021-10-22
1
-350
/
+26
|
*
|
loop: add error handling support for add_disk()
Luis Chamberlain
2021-10-18
1
-1
/
+7
|
|
/
*
|
loop: Use blk_validate_block_size() to validate block size
Xie Yongji
2021-10-27
1
-15
/
+2
*
|
loop: Remove the unnecessary bdev checks and unused bdev variable
Xie Yongji
2021-10-21
1
-6
/
+3
*
|
loop: Use invalidate_disk() helper to invalidate gendisk
Xie Yongji
2021-10-21
1
-5
/
+1
|
/
*
loop: reduce the loop_ctl_mutex scope
Tetsuo Handa
2021-09-03
1
-26
/
+49
*
loop: Select I/O scheduler 'none' from inside add_disk()
Bart Van Assche
2021-08-05
1
-1
/
+2
*
loop: raise media_change event
Matteo Croce
2021-08-02
1
-0
/
+5
*
loop: don't grab a reference to the block device
Christoph Hellwig
2021-08-02
1
-5
/
+0
*
loop: reintroduce global lock for safe loop_validate_file() traversal
Tetsuo Handa
2021-07-23
1
-31
/
+97
*
loop: remove unused variable in loop_set_status()
Tetsuo Handa
2021-07-02
1
-2
/
+0
*
loop: rewrite loop_exit using idr_for_each_entry
Christoph Hellwig
2021-06-30
1
-9
/
+5
*
loop: split loop_lookup
Christoph Hellwig
2021-06-30
1
-45
/
+12
*
loop: don't allow deleting an unspecified loop device
Christoph Hellwig
2021-06-30
1
-0
/
+5
*
loop: move loop_ctl_mutex locking into loop_add
Christoph Hellwig
2021-06-30
1
-24
/
+13
*
loop: split loop_control_ioctl
Christoph Hellwig
2021-06-30
1
-33
/
+60
*
loop: don't call loop_lookup before adding a loop device
Christoph Hellwig
2021-06-30
1
-8
/
+1
*
loop: remove the l argument to loop_add
Christoph Hellwig
2021-06-30
1
-7
/
+5
*
loop: reduce loop_ctl_mutex coverage in loop_exit
Christoph Hellwig
2021-06-30
1
-2
/
+3
*
loop: reorder loop_exit
Christoph Hellwig
2021-06-30
1
-5
/
+2
*
Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-06-30
1
-0
/
+1
|
\
|
*
loop: Fix missing discard support when using LOOP_CONFIGURE
Kristian Klausen
2021-06-18
1
-0
/
+1
*
|
Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-06-30
1
-27
/
+19
|
\
\
|
*
|
block: pass a gendisk to bdev_disk_changed
Christoph Hellwig
2021-06-24
1
-11
/
+10
|
*
|
loop: fix order of cleaning up the queue and freeing the tagset
Christoph Hellwig
2021-06-16
1
-1
/
+1
[next]