index
:
openzfs/zfs.git
b_zfs-2.0.2
b_zfs-2.0.5
b_zfs-2.1.0
b_zfs-2.1.6
b_zfs_2.1.10-staging
b_zfs_2.1.11
b_zfs_2.2.4
b_zfs_2.2.6
b_zfs_2.2.6_debian12
master
zfs-0.6.3-stable
zfs-0.6.4-release
zfs-0.6.5-release
zfs-0.7-release
zfs-0.7.12-release
zfs-0.7.13-release
zfs-0.8.3-kernel56
zfs-0.8.3-kernel56-patched2
zfs-0.8.3-release
zfs-0.8.4-release
zfs-0.8.5
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
module
/
os
/
linux
/
zfs
/
vdev_disk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vdev_disk: move abd return and free off the interrupt handler
Rob Norris
2024-10-31
1
-13
/
+27
*
vdev_disk: try harder to ensure IO alignment rules
Rob Norris
2024-10-31
1
-53
/
+67
*
config: remove HAVE_BIO_SET_DEV
Rob Norris
2024-09-18
1
-11
/
+0
*
config: remove HAVE_BIO_BI_STATUS and bio error compat
Rob Norris
2024-09-18
1
-9
/
+13
*
config: remove HAVE_1ARG_SUBMIT_BIO
Rob Norris
2024-09-18
1
-11
/
+1
*
config: remove HAVE_LINUX_BLK_CGROUP_HEADER
Rob Norris
2024-09-18
1
-2
/
+0
*
config: remove HAVE_1ARG_BIO_END_IO_T
Rob Norris
2024-09-18
1
-23
/
+1
*
Linux 5.16: use bdev_nr_bytes() to get device capacity
Rob Norris
2024-07-15
1
-5
/
+9
*
Replace usage of schedule_timeout with schedule_timeout_interruptible (#16150)
Daniel Perry
2024-05-09
1
-1
/
+1
*
vdev_disk: disable flushes if device does not support it
Rob N
2024-05-02
1
-2
/
+5
*
zio: rename ZIO_TYPE_IOCTL to ZIO_TYPE_FLUSH
Rob Norris
2024-04-11
1
-1
/
+1
*
zio: remove io_cmd and DKIOCFLUSHWRITECACHE
Rob Norris
2024-04-11
1
-24
/
+15
*
vdev_disk: fix alignment check when buffer has non-zero starting offset
Rob Norris
2024-04-11
1
-1
/
+1
*
tests: add test for vdev_disk page alignment check
Rob Norris
2024-04-11
1
-0
/
+6
*
vdev_disk: ensure trim errors are returned immediately
Rob N
2024-04-08
1
-45
/
+86
*
Linux 6.9 compat: bdev handles are now struct file
Rob Norris
2024-04-03
1
-5
/
+19
*
vdev_disk: don't touch vbio after its handed off to the kernel
Rob N
2024-04-03
1
-5
/
+6
*
vdev_disk: clean up spa/bdev mode conversion
Rob N
2024-03-29
1
-42
/
+39
*
vdev_disk: use bio_chain() to submit multiple BIOs
Rob Norris
2024-03-25
1
-151
/
+80
*
vdev_disk: add module parameter to select BIO submission method
Rob Norris
2024-03-25
1
-2
/
+29
*
vdev_disk: rewrite BIO filling machinery to avoid split pages
Rob Norris
2024-03-25
1
-2
/
+437
*
vdev_disk: make read/write IO function configurable
Rob Norris
2024-03-25
1
-2
/
+21
*
vdev_disk: reorganise vdev_disk_io_start
Rob Norris
2024-03-25
1
-20
/
+31
*
vdev_disk: rename existing functions to vdev_classic_*
Rob Norris
2024-03-25
1
-102
/
+113
*
Improve performance for zpool trim on linux
Umer Saleem
2024-02-02
1
-14
/
+58
*
Linux 6.8 compat: update for new bdev access functions
Rob Norris
2024-01-29
1
-58
/
+79
*
Linux 6.5 compat: check BLK_OPEN_EXCL is defined
Brian Behlendorf
2023-12-21
1
-6
/
+12
*
Linux 6.5 compat: blkdev changes
Coleman Kane
2023-08-01
1
-8
/
+57
*
Cleanup of dead code suggested by Clang Static Analyzer (#14380)
Richard Yao
2023-01-17
1
-6
/
+3
*
Cleanup: Use C99 flexible array members instead of zero length arrays
Richard Yao
2023-01-12
1
-1
/
+1
*
Linux: Cleanup unnecessary NULL check in __vdev_disk_physio()
Richard Yao
2022-12-08
1
-1
/
+1
*
Allow to control failfast
Mariusz Zaborski
2022-11-10
1
-2
/
+14
*
Expose zfs_vdev_open_timeout_ms as a tunable
Serapheim Dimitropoulos
2022-11-03
1
-1
/
+4
*
Convert enum zio_flag to uint64_t
Richard Yao
2022-10-27
1
-1
/
+1
*
Cleanup: 64-bit kernel module parameters should use fixed width types
Richard Yao
2022-10-13
1
-6
/
+6
*
zed: mark disks as REMOVED when they are removed
Ameer Hamza
2022-09-28
1
-2
/
+22
*
Linux 5.20 compat: bdevname()
Brian Behlendorf
2022-08-04
1
-1
/
+11
*
Replace dead opensolaris.org license link
Tino Reichardt
2022-07-11
1
-1
/
+1
*
Linux 5.19 compat: blkdev_issue_secure_erase()
Brian Behlendorf
2022-05-31
1
-9
/
+28
*
Linux 5.19 compat: bdev_max_secure_erase_sectors()
Brian Behlendorf
2022-05-31
1
-4
/
+2
*
Linux 5.19 compat: bdev_max_discard_sectors()
Brian Behlendorf
2022-05-31
1
-1
/
+1
*
Linux 5.18 compat: bio_alloc()
Brian Behlendorf
2022-05-31
1
-14
/
+39
*
Linux 5.18 compat: blkg_tryget is moved to private headers
Riccardo Schirone
2022-04-04
1
-2
/
+5
*
Linux 5.18 compat: 4-argument bio_alloc()
наб
2022-03-28
1
-0
/
+4
*
Linux <4.8 compat: submit_bio() rw arg
Finix1979
2022-01-25
1
-1
/
+1
*
module/*.ko: prune .data, global .rodata
наб
2022-01-14
1
-1
/
+1
*
Linux 5.16: The blk-cgroup.h header is where struct blkcg_gq is defined
Coleman Kane
2021-12-07
1
-0
/
+3
*
Linux 5.16: bio_set_dev is no longer a helper macro
Coleman Kane
2021-12-07
1
-0
/
+24
*
Linux 5.13 compat: retry zvol_open() when contended
Brian Behlendorf
2021-12-01
1
-0
/
+8
*
Linux 5.16 compat: submit_bio()
Brian Behlendorf
2021-11-09
1
-2
/
+2
[next]