index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
loop.c
Age
Commit message (
Expand
)
Author
2023-08-28
Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2023-08-21
block: simplify the disk_force_media_change interface
Christoph Hellwig
2023-07-21
loop: do not enforce max_loop hard limit by (new) default
Mauricio Faria de Oliveira
2023-07-21
loop: deprecate autoloading callback loop_probe()
Mauricio Faria de Oliveira
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
block: remove the unused mode argument to ->release
Christoph Hellwig
2023-06-05
block: introduce holder ops
Christoph Hellwig
2023-03-27
loop: LOOP_CONFIGURE: send uevents for partitions
Alyssa Ross
2023-03-14
loop: Fix use-after-free issues
Bart Van Assche
2023-02-22
loop: loop_set_status_from_info() check before assignment
Zhong Jinghua
2023-02-01
loop: Improve the hw_queue_depth kernel module parameter implementation
Bart Van Assche
2022-12-25
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
2022-12-14
loop: Fix the max_loop commandline argument treatment when it is set to 0
Isaac J. Manjarres
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
2022-08-24
loop: Check for overflow while configuring loop
Siddh Raman Pant
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
2022-06-28
block: simplify disk shutdown
Christoph Hellwig
2022-06-03
Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-05-27
block, loop: support partitions without scanning
Christoph Hellwig
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-05-23
Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-05-10
loop: remove most the top-of-file boilerplate comment
Christoph Hellwig
2022-05-10
loop: add a SPDX header
Christoph Hellwig
2022-05-10
loop: remove loop.h
Christoph Hellwig
2022-05-09
VFS: add FMODE_CAN_ODIRECT file flag
NeilBrown
2022-05-03
loop: remove a spurious clear of discard_alignment
Christoph Hellwig
2022-05-02
blk-cgroup: replace bio_blkcg with bio_blkcg_css
Christoph Hellwig
2022-04-18
loop: don't destroy lo->workqueue in __loop_clr_fd
Christoph Hellwig
2022-04-18
loop: remove lo_refcount and avoid lo_mutex in ->open / ->release
Christoph Hellwig
2022-04-18
loop: avoid loop_validate_mutex/lo_mutex in ->release
Tetsuo Handa
2022-04-18
loop: suppress uevents while reconfiguring the device
Christoph Hellwig
2022-04-18
loop: implement ->free_disk
Christoph Hellwig
2022-04-18
loop: only freeze the queue in __loop_clr_fd when needed
Christoph Hellwig
2022-04-18
loop: don't freeze the queue in lo_release
Christoph Hellwig
2022-04-18
loop: remove the racy bd_inode->i_mapping->nrpages asserts
Christoph Hellwig
2022-04-18
loop: initialize the worker tracking fields once
Christoph Hellwig
2022-04-18
loop: de-duplicate the idle worker freeing code
Christoph Hellwig
2022-04-17
block: add a bdev_discard_granularity helper
Christoph Hellwig
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2022-04-17
block: add a bdev_nonrot helper
Christoph Hellwig
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
[next]