index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
loop.c
Age
Commit message (
Expand
)
Author
7 days
Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linux
Linus Torvalds
2025-07-16
loop: use kiocb helpers to fix lockdep warning
Ming Lei
2025-07-11
loop: Avoid updating block size under exclusive owner
Jan Kara
2025-06-11
loop: move lo_set_size() out of queue freeze
Ming Lei
2025-05-27
loop: add file_start_write() and file_end_write()
Ming Lei
2025-05-20
loop: don't require ->write_iter for writable files in loop_configure
Christoph Hellwig
2025-05-05
loop: Add sanity check for read/write_iter
Lizhi Xu
2025-04-15
loop: stop using vfs_iter_{read,write} for buffered I/O
Christoph Hellwig
2025-04-15
loop: LOOP_SET_FD: send uevents for partitions
Thomas Weißschuh
2025-04-15
loop: properly send KOBJ_CHANGED uevent for disk device
Thomas Weißschuh
2025-04-15
loop: aio inherit the ioprio of original request
Yunlong Xing
2025-03-18
loop: move vfs_fsync() out of loop_update_dio()
Ming Lei
2025-03-04
loop: Remove struct loop_func_table
Zhu Yanjun
2025-02-24
loop: take the file system minimum dio alignment into account
Christoph Hellwig
2025-02-24
loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksize
Christoph Hellwig
2025-02-24
loop: set LO_FLAGS_DIRECT_IO in loop_assign_backing_file
Christoph Hellwig
2025-02-24
loop: factor out a loop_assign_backing_file helper
Christoph Hellwig
2025-02-18
Revert "driver: block: release the lo_work_lock before queue_work"
Zhaoyang Huang
2025-02-11
loop: release the lo_work_lock before queue_work
Zhaoyang Huang
2025-01-31
block: force noio scope in blk_mq_freeze_queue
Christoph Hellwig
2025-01-27
loop: don't clear LO_FLAGS_PARTSCAN on LOOP_SET_STATUS{,64}
Christoph Hellwig
2025-01-10
loop: remove the use_dio field in struct loop_device
Christoph Hellwig
2025-01-10
loop: don't freeze the queue in loop_update_dio
Christoph Hellwig
2025-01-10
loop: allow loop_set_status to re-enable direct I/O
Christoph Hellwig
2025-01-10
loop: open code the direct I/O flag update in loop_set_dio
Christoph Hellwig
2025-01-10
loop: only write back pagecache when starting to to use direct I/O
Christoph Hellwig
2025-01-10
loop: create a lo_can_use_dio helper
Christoph Hellwig
2025-01-10
loop: update commands in loop_set_status still referring to transfers
Christoph Hellwig
2025-01-10
loop: move updating lo_flags out of loop_set_status_from_info
Christoph Hellwig
2025-01-10
loop: fix queue freeze vs limits lock order
Christoph Hellwig
2025-01-10
loop: refactor queue limits updates
Christoph Hellwig
2024-12-23
block: remove BLK_MQ_F_SHOULD_MERGE
Christoph Hellwig
2024-11-19
loop: Fix ABBA locking race
OGAWA Hirofumi
2024-11-09
loop: fix type of block size
Li Wang
2024-11-01
loop: Simplify discard granularity calc
John Garry
2024-10-30
loop: Use bdev limit helpers for configuring discard
John Garry
2024-07-15
Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux
Linus Torvalds
2024-07-10
loop: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
2024-07-09
loop: Don't bother validating blocksize
John Garry
2024-07-05
loop: remove the unused inode variable in loop_configure
Christoph Hellwig
2024-06-28
loop: don't set QUEUE_FLAG_NOMERGES
Christoph Hellwig
2024-06-27
loop: Fix a race between loop detach and loop open
Gulam Mohamed
2024-06-19
block: move the nonrot flag to queue_limits
Christoph Hellwig
2024-06-19
block: move cache control settings out of queue->flags
Christoph Hellwig
2024-06-19
loop: fold loop_update_rotational into loop_reconfigure_limits
Christoph Hellwig
2024-06-19
loop: also use the default block size from an underlying block device
Christoph Hellwig
2024-06-19
loop: regularize upgrading the block size for direct I/O
Christoph Hellwig
2024-06-19
loop: always update discard settings in loop_reconfigure_limits
Christoph Hellwig
2024-06-19
loop: stop using loop_reconfigure_limits in __loop_clr_fd
Christoph Hellwig
2024-06-14
loop: Disable fallocate() zero and discard if not supported
Cyril Hrubis
[next]