index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
loop.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: move the nonrot flag to queue_limits
Christoph Hellwig
2024-06-19
1
-5
/
+3
*
block: move cache control settings out of queue->flags
Christoph Hellwig
2024-06-19
1
-6
/
+3
*
loop: fold loop_update_rotational into loop_reconfigure_limits
Christoph Hellwig
2024-06-19
1
-19
/
+4
*
loop: also use the default block size from an underlying block device
Christoph Hellwig
2024-06-19
1
-1
/
+7
*
loop: regularize upgrading the block size for direct I/O
Christoph Hellwig
2024-06-19
1
-10
/
+15
*
loop: always update discard settings in loop_reconfigure_limits
Christoph Hellwig
2024-06-19
1
-6
/
+4
*
loop: stop using loop_reconfigure_limits in __loop_clr_fd
Christoph Hellwig
2024-06-19
1
-1
/
+9
*
remove call_{read,write}_iter() functions
Miklos Szeredi
2024-04-15
1
-2
/
+2
*
loop: use the atomic queue limits update API
Christoph Hellwig
2024-02-13
1
-16
/
+25
*
loop: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
2024-02-13
1
-4
/
+7
*
loop: cleanup loop_config_discard
Christoph Hellwig
2024-02-13
1
-19
/
+8
*
block: pass a queue_limits argument to blk_mq_alloc_disk
Christoph Hellwig
2024-02-13
1
-1
/
+1
*
Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linux
Linus Torvalds
2024-01-19
1
-27
/
+25
|
\
|
*
loop: fix the the direct I/O support check when used on top of block devices
Christoph Hellwig
2024-01-18
1
-27
/
+25
*
|
Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
2024-01-11
1
-3
/
+2
|
\
|
|
*
loop: don't abuse BLK_DEF_MAX_SECTORS
Christoph Hellwig
2023-12-27
1
-1
/
+2
|
*
loop: don't update discard limits from loop_set_status
Christoph Hellwig
2023-12-27
1
-2
/
+0
*
|
fs: move file_start_write() into vfs_iter_write()
Amir Goldstein
2023-11-24
1
-2
/
+0
|
/
*
Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2023-08-28
1
-3
/
+3
|
\
|
*
block: simplify the disk_force_media_change interface
Christoph Hellwig
2023-08-21
1
-3
/
+3
*
|
loop: do not enforce max_loop hard limit by (new) default
Mauricio Faria de Oliveira
2023-07-21
1
-2
/
+34
*
|
loop: deprecate autoloading callback loop_probe()
Mauricio Faria de Oliveira
2023-07-21
1
-0
/
+4
|
/
*
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
1
-12
/
+10
*
block: remove the unused mode argument to ->release
Christoph Hellwig
2023-06-12
1
-1
/
+1
*
block: introduce holder ops
Christoph Hellwig
2023-06-05
1
-1
/
+1
*
loop: LOOP_CONFIGURE: send uevents for partitions
Alyssa Ross
2023-03-27
1
-9
/
+9
*
loop: Fix use-after-free issues
Bart Van Assche
2023-03-15
1
-8
/
+17
*
loop: loop_set_status_from_info() check before assignment
Zhong Jinghua
2023-02-23
1
-4
/
+4
*
loop: Improve the hw_queue_depth kernel module parameter implementation
Bart Van Assche
2023-02-01
1
-4
/
+10
*
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
2022-12-25
1
-1
/
+1
*
loop: Fix the max_loop commandline argument treatment when it is set to 0
Isaac J. Manjarres
2022-12-14
1
-16
/
+12
*
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-25
1
-6
/
+6
*
loop: Check for overflow while configuring loop
Siddh Raman Pant
2022-08-24
1
-0
/
+5
*
block: remove blk_cleanup_disk
Christoph Hellwig
2022-06-28
1
-1
/
+1
*
block: simplify disk shutdown
Christoph Hellwig
2022-06-28
1
-1
/
+0
*
Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-06-03
1
-4
/
+4
|
\
|
*
block, loop: support partitions without scanning
Christoph Hellwig
2022-05-27
1
-4
/
+4
*
|
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-05-26
1
-2
/
+2
|
\
\
|
*
|
VFS: add FMODE_CAN_ODIRECT file flag
NeilBrown
2022-05-10
1
-2
/
+2
*
|
|
Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-05-23
1
-199
/
+167
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
loop: remove most the top-of-file boilerplate comment
Christoph Hellwig
2022-05-10
1
-47
/
+0
|
*
|
loop: add a SPDX header
Christoph Hellwig
2022-05-10
1
-2
/
+2
|
*
|
loop: remove loop.h
Christoph Hellwig
2022-05-10
1
-3
/
+54
|
*
|
loop: remove a spurious clear of discard_alignment
Christoph Hellwig
2022-05-03
1
-1
/
+0
|
*
|
loop: don't destroy lo->workqueue in __loop_clr_fd
Christoph Hellwig
2022-04-18
1
-13
/
+13
|
*
|
loop: remove lo_refcount and avoid lo_mutex in ->open / ->release
Christoph Hellwig
2022-04-18
1
-30
/
+7
|
*
|
loop: avoid loop_validate_mutex/lo_mutex in ->release
Tetsuo Handa
2022-04-18
1
-25
/
+13
|
*
|
loop: suppress uevents while reconfiguring the device
Christoph Hellwig
2022-04-18
1
-4
/
+21
|
*
|
loop: implement ->free_disk
Christoph Hellwig
2022-04-18
1
-4
/
+12
|
*
|
loop: only freeze the queue in __loop_clr_fd when needed
Christoph Hellwig
2022-04-18
1
-3
/
+9
[next]