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
2022-08-24
loop: Check for overflow while configuring loop
Siddh Raman Pant
1
-0
/
+5
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
1
-1
/
+1
2022-06-28
block: simplify disk shutdown
Christoph Hellwig
1
-1
/
+0
2022-06-03
Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+4
2022-05-27
block, loop: support partitions without scanning
Christoph Hellwig
1
-4
/
+4
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+2
2022-05-23
Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-199
/
+167
2022-05-10
loop: remove most the top-of-file boilerplate comment
Christoph Hellwig
1
-47
/
+0
2022-05-10
loop: add a SPDX header
Christoph Hellwig
1
-2
/
+2
2022-05-10
loop: remove loop.h
Christoph Hellwig
1
-3
/
+54
2022-05-09
VFS: add FMODE_CAN_ODIRECT file flag
NeilBrown
1
-2
/
+2
2022-05-03
loop: remove a spurious clear of discard_alignment
Christoph Hellwig
1
-1
/
+0
2022-05-02
blk-cgroup: replace bio_blkcg with bio_blkcg_css
Christoph Hellwig
1
-5
/
+7
2022-04-18
loop: don't destroy lo->workqueue in __loop_clr_fd
Christoph Hellwig
1
-13
/
+13
2022-04-18
loop: remove lo_refcount and avoid lo_mutex in ->open / ->release
Christoph Hellwig
1
-30
/
+7
2022-04-18
loop: avoid loop_validate_mutex/lo_mutex in ->release
Tetsuo Handa
1
-25
/
+13
2022-04-18
loop: suppress uevents while reconfiguring the device
Christoph Hellwig
1
-4
/
+21
2022-04-18
loop: implement ->free_disk
Christoph Hellwig
1
-4
/
+12
2022-04-18
loop: only freeze the queue in __loop_clr_fd when needed
Christoph Hellwig
1
-3
/
+9
2022-04-18
loop: don't freeze the queue in lo_release
Christoph Hellwig
1
-7
/
+0
2022-04-18
loop: remove the racy bd_inode->i_mapping->nrpages asserts
Christoph Hellwig
1
-20
/
+0
2022-04-18
loop: initialize the worker tracking fields once
Christoph Hellwig
1
-4
/
+3
2022-04-18
loop: de-duplicate the idle worker freeing code
Christoph Hellwig
1
-38
/
+35
2022-04-17
block: add a bdev_discard_granularity helper
Christoph Hellwig
1
-1
/
+1
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
1
-8
/
+3
2022-04-17
block: add a bdev_nonrot helper
Christoph Hellwig
1
-1
/
+1
2022-04-01
Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2022-03-30
loop: fix ioctl calls using compat_loop_info
Carlos Llamas
1
-0
/
+1
2022-03-21
Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-12
/
+30
2022-03-16
nvme: warn about shared namespaces without CONFIG_NVME_MULTIPATH
Christoph Hellwig
1
-0
/
+1
2022-02-27
loop: allow user to set the queue depth
Chaitanya Kulkarni
1
-1
/
+20
2022-02-27
loop: remove extra variable in lo_req_flush
Chaitanya Kulkarni
1
-2
/
+1
2022-02-27
loop: remove extra variable in lo_fallocate()
Chaitanya Kulkarni
1
-2
/
+1
2022-02-27
loop: use sysfs_emit() in the sysfs xxx show()
Chaitanya Kulkarni
1
-5
/
+5
2022-02-27
loop: clean up grammar in warning message
Colin Ian King
1
-2
/
+2
2022-02-11
block: loop:use kstatfs.f_bsize of backing file to set discard granularity
Ming Lei
1
-1
/
+7
2022-02-11
loop: revert "make autoclear operation asynchronous"
Tetsuo Handa
1
-36
/
+29
2022-01-13
loop: remove redundant initialization of pointer node
Colin Ian King
1
-1
/
+1
2022-01-12
Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-56
/
+52
2022-01-12
Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+4
2021-12-13
loop: make autoclear operation asynchronous
Tetsuo Handa
1
-29
/
+36
2021-11-29
loop: Use pr_warn_once() for loop_control_remove() warning
Tetsuo Handa
1
-1
/
+1
2021-11-29
loop: don't hold lo_mutex during __loop_clr_fd()
Tetsuo Handa
1
-33
/
+22
2021-11-29
block: remove GENHD_FL_EXT_DEVT
Christoph Hellwig
1
-1
/
+0
2021-11-29
block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PART
Christoph Hellwig
1
-4
/
+4
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
[next]