index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
loop.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-09
Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+0
2021-11-04
loop: Remove duplicate assignments
luo penghao
1
-1
/
+0
2021-11-01
Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2021-11-01
Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-351
/
+33
2021-10-27
loop: Use blk_validate_block_size() to validate block size
Xie Yongji
1
-15
/
+2
2021-10-25
fs: get rid of the res2 iocb->ki_complete argument
Jens Axboe
1
-2
/
+2
2021-10-22
block: remove support for cryptoloop and the xor transfer
Christoph Hellwig
1
-350
/
+26
2021-10-21
loop: Remove the unnecessary bdev checks and unused bdev variable
Xie Yongji
1
-6
/
+3
2021-10-21
loop: Use invalidate_disk() helper to invalidate gendisk
Xie Yongji
1
-5
/
+1
2021-10-18
loop: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+7
2021-09-03
loop: reduce the loop_ctl_mutex scope
Tetsuo Handa
1
-26
/
+49
2021-08-05
loop: Select I/O scheduler 'none' from inside add_disk()
Bart Van Assche
1
-1
/
+2
2021-08-02
loop: raise media_change event
Matteo Croce
1
-0
/
+5
2021-08-02
loop: don't grab a reference to the block device
Christoph Hellwig
1
-5
/
+0
2021-07-23
loop: reintroduce global lock for safe loop_validate_file() traversal
Tetsuo Handa
1
-31
/
+97
2021-07-02
loop: remove unused variable in loop_set_status()
Tetsuo Handa
1
-2
/
+0
2021-06-30
loop: rewrite loop_exit using idr_for_each_entry
Christoph Hellwig
1
-9
/
+5
2021-06-30
loop: split loop_lookup
Christoph Hellwig
1
-45
/
+12
2021-06-30
loop: don't allow deleting an unspecified loop device
Christoph Hellwig
1
-0
/
+5
2021-06-30
loop: move loop_ctl_mutex locking into loop_add
Christoph Hellwig
1
-24
/
+13
2021-06-30
loop: split loop_control_ioctl
Christoph Hellwig
1
-33
/
+60
2021-06-30
loop: don't call loop_lookup before adding a loop device
Christoph Hellwig
1
-8
/
+1
2021-06-30
loop: remove the l argument to loop_add
Christoph Hellwig
1
-7
/
+5
2021-06-30
loop: reduce loop_ctl_mutex coverage in loop_exit
Christoph Hellwig
1
-2
/
+3
2021-06-30
loop: reorder loop_exit
Christoph Hellwig
1
-5
/
+2
2021-06-30
Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2021-06-30
Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-27
/
+19
2021-06-29
loop: charge i/o to mem and blk cg
Dan Schatzberg
1
-20
/
+41
2021-06-29
loop: use worker per cgroup instead of kworker
Dan Schatzberg
1
-30
/
+179
2021-06-24
block: pass a gendisk to bdev_disk_changed
Christoph Hellwig
1
-11
/
+10
2021-06-18
loop: Fix missing discard support when using LOOP_CONFIGURE
Kristian Klausen
1
-0
/
+1
2021-06-16
loop: fix order of cleaning up the queue and freeing the tagset
Christoph Hellwig
1
-1
/
+1
2021-06-12
Merge tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-18
/
+7
2021-06-11
loop: use blk_mq_alloc_disk and blk_cleanup_disk
Christoph Hellwig
1
-13
/
+6
2021-06-11
block: loop: fix deadlock between open and remove
Christoph Hellwig
1
-18
/
+7
2021-06-01
block: move bd_mutex to struct gendisk
Christoph Hellwig
1
-7
/
+7
2021-05-06
include: remove pagemap.h from blkdev.h
Matthew Wilcox (Oracle)
1
-0
/
+1
2021-02-28
Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+3
2021-02-27
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2021-02-23
whack-a-mole: don't open-code iminor/imajor
Al Viro
1
-1
/
+1
2021-02-22
loop: fix I/O error on fsync() in detached loop devices
Mauricio Faria de Oliveira
1
-0
/
+3
2021-01-26
loop: scale loop device by introducing per device lock
Pavel Tatashin
1
-40
/
+53
2020-12-16
Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-6
/
+2
2020-12-12
block: drop dead assignments in loop_init()
Lukas Bulwahn
1
-6
/
+2
2020-12-01
block: remove the nr_sects field in struct hd_struct
Christoph Hellwig
1
-1
/
+0
2020-12-01
block: simplify the block device claiming interface
Christoph Hellwig
1
-7
/
+5
2020-12-01
block: remove ->bd_contains
Christoph Hellwig
1
-1
/
+1
2020-12-01
block: remove i_bdev
Christoph Hellwig
1
-5
/
+3
2020-12-01
loop: do not call set_blocksize
Christoph Hellwig
1
-3
/
+0
2020-11-16
block: remove the update_bdev parameter to set_capacity_revalidate_and_notify
Christoph Hellwig
1
-1
/
+1
[next]