index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
ioctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-17
block: add allocation size check in blkdev_pr_read_keys()
Deepanshu Kartikey
1
-4
/
+5
2025-12-04
block: add IOC_PR_READ_RESERVATION ioctl
Stefan Hajnoczi
1
-0
/
+28
2025-12-04
block: add IOC_PR_READ_KEYS ioctl
Stefan Hajnoczi
1
-0
/
+56
2025-12-03
Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+2
2025-11-05
block: introduce BLKREPORTZONESV2 ioctl
Damien Le Moal
1
-0
/
+1
2025-11-03
io_uring/uring_cmd: avoid double indirect call in task work dispatch
Caleb Sander Mateos
1
-2
/
+4
2025-10-22
blktrace: handle BLKTRACESETUP2 ioctl
Johannes Thumshirn
1
-0
/
+1
2025-10-02
Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2025-09-23
io_uring/cmd: drop unused res2 param from io_uring_cmd_done()
Caleb Sander Mateos
1
-1
/
+1
2025-08-13
block: switch ->getgeo() to struct gendisk
Al Viro
1
-2
/
+2
2025-07-28
Merge tag 'vfs-6.17-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+2
2025-07-11
block: fix FS_IOC_GETLBMD_CAP parsing in blkdev_common_ioctl()
Arnd Bergmann
1
-2
/
+4
2025-07-01
fs: add ioctl to query metadata and protection info capabilities
Anuj Gupta
1
-0
/
+4
2025-04-23
block: fix race between set_blocksize and read paths
Darrick J. Wong
1
-0
/
+6
2025-02-10
blk-crypto: add ioctls to create and prepare hardware-wrapped keys
Eric Biggers
1
-0
/
+5
2024-09-11
block: implement async io_uring discard cmd
Pavel Begunkov
1
-0
/
+112
2024-09-11
block: introduce blk_validate_byte_range()
Pavel Begunkov
1
-19
/
+32
2024-09-04
block: fix integer overflow in BLKSECDISCARD
Alexey Dobriyan
1
-4
/
+5
2024-07-05
blk-lib: check for kill signal in ioctl BLKZEROOUT
Christoph Hellwig
1
-1
/
+1
2024-05-21
Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+4
2024-05-21
Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-8
/
+6
2024-05-21
Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-9
/
+12
2024-05-13
Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux
Linus Torvalds
1
-6
/
+36
2024-05-07
blk-lib: check for kill signal in ioctl BLKDISCARD
Christoph Hellwig
1
-3
/
+30
2024-05-07
block: move discard checks into the ioctl handler
Christoph Hellwig
1
-2
/
+5
2024-05-07
block/ioctl: prefer different overflow check
Justin Stitt
1
-1
/
+1
2024-05-03
blk_ioctl_{discard,zeroout}(): we only want ->bd_inode->i_mapping here...
Al Viro
1
-6
/
+4
2024-05-03
use ->bd_mapping instead of ->bd_inode->i_mapping
Al Viro
1
-2
/
+2
2024-05-02
bdev: move ->bd_read_only to ->__bd_flags
Al Viro
1
-1
/
+4
2024-05-02
set_blocksize(): switch to passing struct file *
Al Viro
1
-9
/
+12
2024-04-18
block: propagate partition scanning errors to the BLKRRPART ioctl
Christoph Hellwig
1
-1
/
+2
2024-04-02
block: fix overflow in blk_ioctl_discard()
Li Nan
1
-2
/
+3
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+8
2024-03-11
Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-5
/
+4
2024-03-06
block: move capacity validation to blkpg_do_ioctl()
Li Lingfeng
1
-1
/
+8
2024-02-25
block/ioctl: port blkdev_bszset() to file
Christian Brauner
1
-5
/
+4
2024-01-22
block: Move checking GENHD_FL_NO_PART to bdev_add_partition()
Li Lingfeng
1
-2
/
+0
2023-12-13
block: add check that partition length needs to be aligned with block size
Min Li
1
-4
/
+7
2023-10-28
fs: Avoid grabbing sb->s_umount under bdev->bd_holder_lock
Jan Kara
1
-2
/
+3
2023-10-28
block: Use bdev_open_by_dev() in disk_scan_partitions() and blkdev_bszset()
Jan Kara
1
-2
/
+4
2023-08-31
block: don't add or resize partition on the disk with GENHD_FL_NO_PART
Li Lingfeng
1
-0
/
+2
2023-08-21
block: call into the file system for ioctl BLKFLSBUF
Christoph Hellwig
1
-1
/
+8
2023-06-20
block: fine-granular CAP_SYS_ADMIN for Persistent Reservation
Jingbo Xu
1
-19
/
+22
2023-06-20
block: disallow Persistent Reservation on partitions
Jingbo Xu
1
-5
/
+17
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
1
-30
/
+12
2023-06-12
block: remove unused fmode_t arguments from ioctl handlers
Christoph Hellwig
1
-7
/
+7
2023-06-12
block: use the holder as indication for exclusive opens
Christoph Hellwig
1
-3
/
+2
2023-06-05
block: introduce holder ops
Christoph Hellwig
1
-1
/
+2
2023-02-17
block: fix scan partition for exclusively open device again
Yu Kuai
1
-1
/
+1
2023-02-17
block: Revert "block: Do not reread partition table on exclusively open device"
Yu Kuai
1
-7
/
+6
[next]