index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
loop.c
Age
Commit message (
Expand
)
Author
2025-10-08
loop: remove redundant __GFP_NOWARN flag
Pedro Demarchi Gomes
2025-10-02
loop: fix backing file reference leak on validation error
Li Chen
2025-08-25
loop: fix zero sized loop for block special file
Yu Kuai
2025-08-18
loop: use vfs_getattr_nosec for accurate file size
Rajeev Mishra
2025-08-18
loop: Consolidate size calculation logic into lo_calculate_size()
Rajeev Mishra
2025-07-28
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
[next]