index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
loop.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-02
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-22
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-28
loop: allow user to set the queue depth
Chaitanya Kulkarni
1
-1
/
+20
2022-02-28
loop: remove extra variable in lo_req_flush
Chaitanya Kulkarni
1
-2
/
+1
2022-02-28
loop: remove extra variable in lo_fallocate()
Chaitanya Kulkarni
1
-2
/
+1
2022-02-28
loop: use sysfs_emit() in the sysfs xxx show()
Chaitanya Kulkarni
1
-5
/
+5
2022-02-28
loop: clean up grammar in warning message
Colin Ian King
1
-2
/
+2
2022-02-12
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
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-04
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-07-01
loop: rewrite loop_exit using idr_for_each_entry
Christoph Hellwig
1
-9
/
+5
2021-07-01
loop: split loop_lookup
Christoph Hellwig
1
-45
/
+12
2021-07-01
loop: don't allow deleting an unspecified loop device
Christoph Hellwig
1
-0
/
+5
2021-07-01
loop: move loop_ctl_mutex locking into loop_add
Christoph Hellwig
1
-24
/
+13
2021-07-01
loop: split loop_control_ioctl
Christoph Hellwig
1
-33
/
+60
2021-07-01
loop: don't call loop_lookup before adding a loop device
Christoph Hellwig
1
-8
/
+1
2021-07-01
loop: remove the l argument to loop_add
Christoph Hellwig
1
-7
/
+5
2021-07-01
loop: reduce loop_ctl_mutex coverage in loop_exit
Christoph Hellwig
1
-2
/
+3
2021-07-01
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
[next]