index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux 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
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
2024-04-15
remove call_{read,write}_iter() functions
Miklos Szeredi
2024-02-13
loop: use the atomic queue limits update API
Christoph Hellwig
2024-02-13
loop: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
2024-02-13
loop: cleanup loop_config_discard
Christoph Hellwig
2024-02-13
block: pass a queue_limits argument to blk_mq_alloc_disk
Christoph Hellwig
2024-01-18
Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linux
Linus Torvalds
2024-01-18
loop: fix the the direct I/O support check when used on top of block devices
Christoph Hellwig
2024-01-11
Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
2023-12-27
loop: don't abuse BLK_DEF_MAX_SECTORS
Christoph Hellwig
2023-12-27
loop: don't update discard limits from loop_set_status
Christoph Hellwig
2023-11-24
fs: move file_start_write() into vfs_iter_write()
Amir Goldstein
2023-08-28
Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2023-08-21
block: simplify the disk_force_media_change interface
Christoph Hellwig
2023-07-21
loop: do not enforce max_loop hard limit by (new) default
Mauricio Faria de Oliveira
2023-07-21
loop: deprecate autoloading callback loop_probe()
Mauricio Faria de Oliveira
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
block: remove the unused mode argument to ->release
Christoph Hellwig
2023-06-05
block: introduce holder ops
Christoph Hellwig
2023-03-27
loop: LOOP_CONFIGURE: send uevents for partitions
Alyssa Ross
2023-03-14
loop: Fix use-after-free issues
Bart Van Assche
2023-02-22
loop: loop_set_status_from_info() check before assignment
Zhong Jinghua
2023-02-01
loop: Improve the hw_queue_depth kernel module parameter implementation
Bart Van Assche
2022-12-25
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
2022-12-14
loop: Fix the max_loop commandline argument treatment when it is set to 0
Isaac J. Manjarres
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
2022-08-24
loop: Check for overflow while configuring loop
Siddh Raman Pant
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
2022-06-28
block: simplify disk shutdown
Christoph Hellwig
2022-06-03
Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-05-27
block, loop: support partitions without scanning
Christoph Hellwig
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-05-23
Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-05-10
loop: remove most the top-of-file boilerplate comment
Christoph Hellwig
[next]