index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
fops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-04
block: enable per-cpu bio cache by default
Fengnan Chang
1
-4
/
+0
2025-11-05
iomap: add caller-provided callbacks for read and readahead
Joanne Koong
1
-2
/
+3
2025-10-07
block: move bio_iov_iter_get_bdev_pages to block/fops.c
Christoph Hellwig
1
-3
/
+10
2025-10-02
Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-5
/
+5
2025-09-09
block: simplify direct io validity check
Keith Busch
1
-2
/
+2
2025-09-09
block: add size alignment to bio_iov_iter_get_pages
Keith Busch
1
-3
/
+3
2025-08-20
block: don't silently ignore metadata for sync read/write
Christoph Hellwig
1
-5
/
+5
2025-08-20
fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availability
Christoph Hellwig
1
-0
/
+3
2025-07-29
Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-12
/
+25
2025-07-28
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-6
/
+6
2025-07-28
Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-19
/
+25
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
1
-5
/
+8
2025-07-14
iomap: replace iomap_folio_ops with iomap_write_ops
Christoph Hellwig
1
-1
/
+2
2025-07-14
iomap: hide ioends from the generic writeback code
Christoph Hellwig
1
-0
/
+1
2025-07-14
iomap: refactor the writeback interface
Christoph Hellwig
1
-9
/
+16
2025-07-14
iomap: pass more arguments using the iomap writeback context
Christoph Hellwig
1
-2
/
+6
2025-06-24
fs: Remove three arguments from block_write_end()
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-06-23
block: add FALLOC_FL_WRITE_ZEROES support
Zhang Yi
1
-1
/
+11
2025-06-23
block: factor out common part in blkdev_fallocate()
Zhang Yi
1
-18
/
+14
2025-06-19
fs: convert most other generic_file_*mmap() users to .mmap_prepare()
Lorenzo Stoakes
1
-6
/
+6
2025-05-06
block: expose write streams for block device nodes
Christoph Hellwig
1
-0
/
+23
2025-05-02
block: use writeback_iter
Christoph Hellwig
1
-2
/
+3
2025-04-24
block: don't autoload drivers on stat
Christoph Hellwig
1
-1
/
+1
2025-04-23
block: fix race between set_blocksize and read paths
Darrick J. Wong
1
-0
/
+16
2025-01-23
block: don't revert iter for -EIOCBQUEUED
Jens Axboe
1
-2
/
+3
2024-12-23
block: add support to pass user meta buffer
Kanchan Joshi
1
-10
/
+35
2024-11-28
block: Don't allow an atomic write be truncated in blkdev_write_iter()
John Garry
1
-1
/
+4
2024-10-20
fs/block: Check for IOCB_DIRECT in generic_atomic_write_valid()
John Garry
1
-8
/
+10
2024-10-20
block/fs: Pass an iocb to generic_atomic_write_valid()
John Garry
1
-4
/
+4
2024-09-21
Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2024-09-16
Merge tag 'for-6.12/io_uring-discard-20240913' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+2
2024-09-16
Merge tag 'vfs-6.12.fallocate' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-9
/
+1
2024-09-11
block: implement async io_uring discard cmd
Pavel Begunkov
1
-0
/
+2
2024-09-03
iomap: add a private argument for iomap_file_buffered_write
Josef Bacik
1
-1
/
+1
2024-08-28
block: remove checks for FALLOC_FL_NO_HIDE_STALE
Christoph Hellwig
1
-9
/
+1
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+1
2024-08-07
buffer: Convert block_write_end() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-08-07
block: Use a folio in blkdev_write_end()
Matthew Wilcox (Oracle)
1
-2
/
+3
2024-06-27
block: clean up the check in blkdev_iomap_begin()
Li Nan
1
-2
/
+3
2024-06-21
block: Add fops atomic write support
John Garry
1
-3
/
+17
2024-05-21
Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2024-05-13
Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux
Linus Torvalds
1
-18
/
+13
2024-05-03
block: refine the EOF check in blkdev_iomap_begin
Christoph Hellwig
1
-1
/
+1
2024-05-03
blkdev_write_iter(): saner way to get inode and bdev
Al Viro
1
-2
/
+2
2024-04-15
block: Call blkdev_dio_unaligned() from blkdev_direct_IO()
John Garry
1
-17
/
+12
2024-04-07
fs: claw back a few FMODE_* bits
Christian Brauner
1
-0
/
+1
2024-03-11
Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-26
/
+20
2024-03-04
Merge tag 'vfs-6.9.rw_hint' of gitolite.kernel.org:pub/scm/linux/kernel/git/v...
Christian Brauner
1
-0
/
+3
2024-02-25
block: remove bdev_handle completely
Christian Brauner
1
-11
/
+10
[next]