index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
loop.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-19
loop: fix backing file reference leak on validation error
Li Chen
1
-2
/
+6
2025-08-20
loop: Avoid updating block size under exclusive owner
Jan Kara
1
-8
/
+30
2025-07-24
loop: use kiocb helpers to fix lockdep warning
Ming Lei
1
-3
/
+2
2025-06-19
loop: add file_start_write() and file_end_write()
Ming Lei
1
-2
/
+6
2025-05-29
loop: don't require ->write_iter for writable files in loop_configure
Christoph Hellwig
1
-3
/
+0
2025-05-29
loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksize
Christoph Hellwig
1
-1
/
+1
2025-05-18
loop: Add sanity check for read/write_iter
Lizhi Xu
1
-0
/
+23
2025-05-18
loop: factor out a loop_assign_backing_file helper
Christoph Hellwig
1
-10
/
+10
2025-05-18
loop: refactor queue limits updates
Christoph Hellwig
1
-16
/
+20
2025-05-18
loop: Fix ABBA locking race
OGAWA Hirofumi
1
-15
/
+15
2025-05-18
loop: Simplify discard granularity calc
John Garry
1
-2
/
+1
2025-05-18
loop: Use bdev limit helpers for configuring discard
John Garry
1
-4
/
+4
2025-04-25
loop: LOOP_SET_FD: send uevents for partitions
Thomas Weißschuh
1
-1
/
+2
2025-04-25
loop: properly send KOBJ_CHANGED uevent for disk device
Thomas Weißschuh
1
-2
/
+2
2025-04-25
loop: stop using vfs_iter_{read,write} for buffered I/O
Christoph Hellwig
1
-95
/
+17
2025-04-25
loop: aio inherit the ioprio of original request
Yunlong Xing
1
-1
/
+1
2024-12-05
loop: fix type of block size
Li Wang
1
-3
/
+3
2024-07-15
Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux
Linus Torvalds
1
-106
/
+78
2024-07-10
loop: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-07-09
loop: Don't bother validating blocksize
John Garry
1
-11
/
+1
2024-07-05
loop: remove the unused inode variable in loop_configure
Christoph Hellwig
1
-2
/
+0
2024-06-28
loop: don't set QUEUE_FLAG_NOMERGES
Christoph Hellwig
1
-13
/
+2
2024-06-27
loop: Fix a race between loop detach and loop open
Gulam Mohamed
1
-39
/
+36
2024-06-19
block: move the nonrot flag to queue_limits
Christoph Hellwig
1
-5
/
+3
2024-06-19
block: move cache control settings out of queue->flags
Christoph Hellwig
1
-6
/
+3
2024-06-19
loop: fold loop_update_rotational into loop_reconfigure_limits
Christoph Hellwig
1
-19
/
+4
2024-06-19
loop: also use the default block size from an underlying block device
Christoph Hellwig
1
-1
/
+7
2024-06-19
loop: regularize upgrading the block size for direct I/O
Christoph Hellwig
1
-10
/
+15
2024-06-19
loop: always update discard settings in loop_reconfigure_limits
Christoph Hellwig
1
-6
/
+4
2024-06-19
loop: stop using loop_reconfigure_limits in __loop_clr_fd
Christoph Hellwig
1
-1
/
+9
2024-06-14
loop: Disable fallocate() zero and discard if not supported
Cyril Hrubis
1
-0
/
+23
2024-04-15
remove call_{read,write}_iter() functions
Miklos Szeredi
1
-2
/
+2
2024-02-13
loop: use the atomic queue limits update API
Christoph Hellwig
1
-16
/
+25
2024-02-13
loop: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-4
/
+7
2024-02-13
loop: cleanup loop_config_discard
Christoph Hellwig
1
-19
/
+8
2024-02-13
block: pass a queue_limits argument to blk_mq_alloc_disk
Christoph Hellwig
1
-1
/
+1
2024-01-18
Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linux
Linus Torvalds
1
-27
/
+25
2024-01-18
loop: fix the the direct I/O support check when used on top of block devices
Christoph Hellwig
1
-27
/
+25
2024-01-11
Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+2
2023-12-27
loop: don't abuse BLK_DEF_MAX_SECTORS
Christoph Hellwig
1
-1
/
+2
2023-12-27
loop: don't update discard limits from loop_set_status
Christoph Hellwig
1
-2
/
+0
2023-11-24
fs: move file_start_write() into vfs_iter_write()
Amir Goldstein
1
-2
/
+0
2023-08-28
Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-3
/
+3
2023-08-21
block: simplify the disk_force_media_change interface
Christoph Hellwig
1
-3
/
+3
2023-07-21
loop: do not enforce max_loop hard limit by (new) default
Mauricio Faria de Oliveira
1
-2
/
+34
2023-07-21
loop: deprecate autoloading callback loop_probe()
Mauricio Faria de Oliveira
1
-0
/
+4
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
1
-12
/
+10
2023-06-12
block: remove the unused mode argument to ->release
Christoph Hellwig
1
-1
/
+1
2023-06-05
block: introduce holder ops
Christoph Hellwig
1
-1
/
+1
2023-03-27
loop: LOOP_CONFIGURE: send uevents for partitions
Alyssa Ross
1
-9
/
+9
[next]