index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
loop.c
Age
Commit message (
Expand
)
Author
2022-04-01
Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-30
loop: fix ioctl calls using compat_loop_info
Carlos Llamas
2022-03-21
Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-16
nvme: warn about shared namespaces without CONFIG_NVME_MULTIPATH
Christoph Hellwig
2022-02-27
loop: allow user to set the queue depth
Chaitanya Kulkarni
2022-02-27
loop: remove extra variable in lo_req_flush
Chaitanya Kulkarni
2022-02-27
loop: remove extra variable in lo_fallocate()
Chaitanya Kulkarni
2022-02-27
loop: use sysfs_emit() in the sysfs xxx show()
Chaitanya Kulkarni
2022-02-27
loop: clean up grammar in warning message
Colin Ian King
2022-02-11
block: loop:use kstatfs.f_bsize of backing file to set discard granularity
Ming Lei
2022-02-11
loop: revert "make autoclear operation asynchronous"
Tetsuo Handa
2022-01-13
loop: remove redundant initialization of pointer node
Colin Ian King
2022-01-12
Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-01-12
Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-12-13
loop: make autoclear operation asynchronous
Tetsuo Handa
2021-11-29
loop: Use pr_warn_once() for loop_control_remove() warning
Tetsuo Handa
2021-11-29
loop: don't hold lo_mutex during __loop_clr_fd()
Tetsuo Handa
2021-11-29
block: remove GENHD_FL_EXT_DEVT
Christoph Hellwig
2021-11-29
block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PART
Christoph Hellwig
2021-11-09
Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-04
loop: Remove duplicate assignments
luo penghao
2021-11-01
Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-01
Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-10-27
loop: Use blk_validate_block_size() to validate block size
Xie Yongji
2021-10-25
fs: get rid of the res2 iocb->ki_complete argument
Jens Axboe
2021-10-22
block: remove support for cryptoloop and the xor transfer
Christoph Hellwig
2021-10-21
loop: Remove the unnecessary bdev checks and unused bdev variable
Xie Yongji
2021-10-21
loop: Use invalidate_disk() helper to invalidate gendisk
Xie Yongji
2021-10-18
loop: add error handling support for add_disk()
Luis Chamberlain
2021-09-03
loop: reduce the loop_ctl_mutex scope
Tetsuo Handa
2021-08-05
loop: Select I/O scheduler 'none' from inside add_disk()
Bart Van Assche
2021-08-02
loop: raise media_change event
Matteo Croce
2021-08-02
loop: don't grab a reference to the block device
Christoph Hellwig
2021-07-23
loop: reintroduce global lock for safe loop_validate_file() traversal
Tetsuo Handa
2021-07-02
loop: remove unused variable in loop_set_status()
Tetsuo Handa
2021-06-30
loop: rewrite loop_exit using idr_for_each_entry
Christoph Hellwig
2021-06-30
loop: split loop_lookup
Christoph Hellwig
2021-06-30
loop: don't allow deleting an unspecified loop device
Christoph Hellwig
2021-06-30
loop: move loop_ctl_mutex locking into loop_add
Christoph Hellwig
2021-06-30
loop: split loop_control_ioctl
Christoph Hellwig
2021-06-30
loop: don't call loop_lookup before adding a loop device
Christoph Hellwig
2021-06-30
loop: remove the l argument to loop_add
Christoph Hellwig
2021-06-30
loop: reduce loop_ctl_mutex coverage in loop_exit
Christoph Hellwig
2021-06-30
loop: reorder loop_exit
Christoph Hellwig
2021-06-30
Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-06-30
Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-06-29
loop: charge i/o to mem and blk cg
Dan Schatzberg
2021-06-29
loop: use worker per cgroup instead of kworker
Dan Schatzberg
2021-06-24
block: pass a gendisk to bdev_disk_changed
Christoph Hellwig
2021-06-18
loop: Fix missing discard support when using LOOP_CONFIGURE
Kristian Klausen
[next]