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
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
2021-06-16
loop: fix order of cleaning up the queue and freeing the tagset
Christoph Hellwig
2021-06-12
Merge tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-06-11
loop: use blk_mq_alloc_disk and blk_cleanup_disk
Christoph Hellwig
2021-06-11
block: loop: fix deadlock between open and remove
Christoph Hellwig
2021-06-01
block: move bd_mutex to struct gendisk
Christoph Hellwig
2021-05-06
include: remove pagemap.h from blkdev.h
Matthew Wilcox (Oracle)
2021-02-28
Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-27
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2021-02-23
whack-a-mole: don't open-code iminor/imajor
Al Viro
2021-02-22
loop: fix I/O error on fsync() in detached loop devices
Mauricio Faria de Oliveira
2021-01-26
loop: scale loop device by introducing per device lock
Pavel Tatashin
2020-12-16
Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-12
block: drop dead assignments in loop_init()
Lukas Bulwahn
2020-12-01
block: remove the nr_sects field in struct hd_struct
Christoph Hellwig
2020-12-01
block: simplify the block device claiming interface
Christoph Hellwig
2020-12-01
block: remove ->bd_contains
Christoph Hellwig
2020-12-01
block: remove i_bdev
Christoph Hellwig
2020-12-01
loop: do not call set_blocksize
Christoph Hellwig
2020-11-16
block: remove the update_bdev parameter to set_capacity_revalidate_and_notify
Christoph Hellwig
2020-11-16
loop: let set_capacity_revalidate_and_notify update the bdev size
Christoph Hellwig
2020-11-16
loop: use __register_blkdev to allocate devices on demand
Christoph Hellwig
2020-11-16
loop: use set_disk_ro
Christoph Hellwig
2020-11-12
loop: Fix occasional uevent drop
Petr Vorel
2020-09-01
block: replace bd_set_size with bd_set_nr_sectors
Christoph Hellwig
2020-08-28
Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-08-26
loop: Set correct device size when using LOOP_CONFIGURE
Martijn Coenen
2020-08-24
Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-17
block: loop: set discard granularity and alignment for block device backed loop
Ming Lei
2020-08-11
loop: unset GENHD_FL_NO_PART_SCAN on LOOP_CONFIGURE
Lennart Poettering
2020-07-16
block: use bd_prepare_to_claim directly in the loop driver
Christoph Hellwig
2020-06-24
loop: be paranoid on exit and prevent new additions / removals
Luis Chamberlain
2020-06-24
blk-mq: move failure injection out of blk_mq_complete_request
Christoph Hellwig
2020-06-18
loop: replace kill_bdev with invalidate_bdev
Zheng Bin
[next]