index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
loop.c
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
loop: add missing bd_abort_claiming in loop_set_status
Tetsuo Handa
1
-1
/
+3
6 days
loop: don't change loop device under exclusive opener in loop_set_status
Raphael Pinsonneault-Thibeault
1
-11
/
+30
2025-12-15
loop: use READ_ONCE() to read lo->lo_state without locking
Yongpeng Yang
1
-9
/
+13
2025-12-04
blk-mq: add blk_rq_nr_bvec() helper
Chaitanya Kulkarni
1
-3
/
+2
2025-11-24
Revert "Merge branch 'loop-aio-nowait' into for-6.19/block"
Jens Axboe
1
-194
/
+39
2025-11-20
loop: clear nowait flag in workqueue context
Chaitanya Kulkarni
1
-0
/
+4
2025-11-18
loop: add hint for handling aio via IOCB_NOWAIT
Ming Lei
1
-0
/
+61
2025-11-18
loop: try to handle loop aio command via NOWAIT IO first
Ming Lei
1
-5
/
+63
2025-11-18
loop: move command blkcg/memcg initialization into loop_queue_work
Ming Lei
1
-15
/
+17
2025-11-18
loop: add lo_submit_rw_aio()
Ming Lei
1
-17
/
+24
2025-11-18
loop: add helper lo_rw_aio_prep()
Ming Lei
1
-23
/
+40
2025-11-18
loop: add helper lo_cmd_nr_bvec()
Ming Lei
1
-4
/
+14
2025-10-08
loop: remove redundant __GFP_NOWARN flag
Pedro Demarchi Gomes
1
-1
/
+1
2025-10-02
loop: fix backing file reference leak on validation error
Li Chen
1
-2
/
+6
2025-08-25
loop: fix zero sized loop for block special file
Yu Kuai
1
-10
/
+16
2025-08-18
loop: use vfs_getattr_nosec for accurate file size
Rajeev Mishra
1
-2
/
+13
2025-08-18
loop: Consolidate size calculation logic into lo_calculate_size()
Rajeev Mishra
1
-17
/
+9
2025-07-28
Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linux
Linus Torvalds
1
-8
/
+30
2025-07-16
loop: use kiocb helpers to fix lockdep warning
Ming Lei
1
-3
/
+2
2025-07-11
loop: Avoid updating block size under exclusive owner
Jan Kara
1
-8
/
+30
2025-06-11
loop: move lo_set_size() out of queue freeze
Ming Lei
1
-6
/
+5
2025-05-27
loop: add file_start_write() and file_end_write()
Ming Lei
1
-2
/
+6
2025-05-20
loop: don't require ->write_iter for writable files in loop_configure
Christoph Hellwig
1
-3
/
+0
2025-05-05
loop: Add sanity check for read/write_iter
Lizhi Xu
1
-0
/
+23
2025-04-15
loop: stop using vfs_iter_{read,write} for buffered I/O
Christoph Hellwig
1
-95
/
+17
2025-04-15
loop: LOOP_SET_FD: send uevents for partitions
Thomas Weißschuh
1
-1
/
+2
2025-04-15
loop: properly send KOBJ_CHANGED uevent for disk device
Thomas Weißschuh
1
-2
/
+2
2025-04-15
loop: aio inherit the ioprio of original request
Yunlong Xing
1
-1
/
+1
2025-03-18
loop: move vfs_fsync() out of loop_update_dio()
Ming Lei
1
-6
/
+14
2025-03-04
loop: Remove struct loop_func_table
Zhu Yanjun
1
-2
/
+0
2025-02-24
loop: take the file system minimum dio alignment into account
Christoph Hellwig
1
-26
/
+34
2025-02-24
loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksize
Christoph Hellwig
1
-1
/
+1
2025-02-24
loop: set LO_FLAGS_DIRECT_IO in loop_assign_backing_file
Christoph Hellwig
1
-2
/
+2
2025-02-24
loop: factor out a loop_assign_backing_file helper
Christoph Hellwig
1
-10
/
+10
2025-02-18
Revert "driver: block: release the lo_work_lock before queue_work"
Zhaoyang Huang
1
-1
/
+1
2025-02-11
loop: release the lo_work_lock before queue_work
Zhaoyang Huang
1
-1
/
+1
2025-01-31
block: force noio scope in blk_mq_freeze_queue
Christoph Hellwig
1
-8
/
+12
2025-01-27
loop: don't clear LO_FLAGS_PARTSCAN on LOOP_SET_STATUS{,64}
Christoph Hellwig
1
-2
/
+1
2025-01-10
loop: remove the use_dio field in struct loop_device
Christoph Hellwig
1
-22
/
+17
2025-01-10
loop: don't freeze the queue in loop_update_dio
Christoph Hellwig
1
-4
/
+4
2025-01-10
loop: allow loop_set_status to re-enable direct I/O
Christoph Hellwig
1
-8
/
+3
2025-01-10
loop: open code the direct I/O flag update in loop_set_dio
Christoph Hellwig
1
-8
/
+20
2025-01-10
loop: only write back pagecache when starting to to use direct I/O
Christoph Hellwig
1
-2
/
+3
2025-01-10
loop: create a lo_can_use_dio helper
Christoph Hellwig
1
-11
/
+14
2025-01-10
loop: update commands in loop_set_status still referring to transfers
Christoph Hellwig
1
-2
/
+2
2025-01-10
loop: move updating lo_flags out of loop_set_status_from_info
Christoph Hellwig
1
-15
/
+8
2025-01-10
loop: fix queue freeze vs limits lock order
Christoph Hellwig
1
-2
/
+16
2025-01-10
loop: refactor queue limits updates
Christoph Hellwig
1
-16
/
+20
2024-12-23
block: remove BLK_MQ_F_SHOULD_MERGE
Christoph Hellwig
1
-2
/
+1
2024-11-19
loop: Fix ABBA locking race
OGAWA Hirofumi
1
-15
/
+15
[next]