开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
fs-io.c
Age
Commit message (
Expand
)
Author
2025-02-26
bcachefs: Fix truncate sometimes failing and returning 1
Kent Overstreet
2024-12-29
bcachefs: bcachefs_metadata_version_reflink_p_may_update_opts
Kent Overstreet
2024-12-21
bcachefs: Check for inode journal seq in the future
Kent Overstreet
2024-12-21
bcachefs: Removes NULL pointer checks for __filemap_get_folio return values
Youling Tang
2024-12-21
bcachefs: Rename btree_iter_peek_upto() -> btree_iter_peek_max()
Kent Overstreet
2024-10-29
bcachefs: Fix unhandled transaction restart in fallocate
Kent Overstreet
2024-10-20
bcachefs: Don't use wait_event_interruptible() in recovery
Kent Overstreet
2024-09-09
bcachefs: quota_reserve_range() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
2024-09-09
bcachefs: range_has_data() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
2024-09-09
bcachefs: bch2_seek_hole() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
2024-09-09
bcachefs: bch2_seek_data() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
2024-09-09
bcachefs: switch to rhashtable for vfs inodes hash
Kent Overstreet
2024-07-14
bcachefs: support REMAP_FILE_DEDUP in bch2_remap_file_range
Reed Riley
2024-07-14
bcachefs: Add tracepoints for bch2_sync_fs() and bch2_fsync()
Youling Tang
2024-07-14
bcachefs: track writeback errors using the generic tracking infrastructure
Youling Tang
2024-07-14
bcachefs: uninline fallocate functions
Kent Overstreet
2024-05-09
bcachefs: fsync() should not return -EROFS
Kent Overstreet
2024-05-08
bcachefs: iter/update/trigger/str_hash flag cleanup
Kent Overstreet
2024-04-13
bcachefs: Fix missing write refs in fs fio paths
Kent Overstreet
2024-01-22
bcachefs: fix incorrect usage of REQ_OP_FLUSH
Christoph Hellwig
2024-01-21
bcachefs: Fix excess transaction restarts in __bchfs_fallocate()
Kent Overstreet
2024-01-01
bcachefs: return from fsync on writeback error to avoid early shutdown
Brian Foster
2024-01-01
bcachefs: kill INODE_LOCK, use lock_two_nondirectories()
Kent Overstreet
2023-10-22
bcachefs: Heap allocate btree_trans
Kent Overstreet
2023-10-22
bcachefs: remove redundant initializations of variables start_offset and end_...
Colin Ian King
2023-10-22
bcachefs: New io_misc.c helpers
Kent Overstreet
2023-10-22
bcachefs: Break up io.c
Kent Overstreet
2023-10-22
bcachefs: Add btree_trans* to inode_set_fn
Joshua Ashton
2023-10-22
bcachefs: Split up fs-io.[ch]
Kent Overstreet
2023-10-22
bcachefs: Fix assorted checkpatch nits
Kent Overstreet
2023-10-22
bcachefs: Fix lock thrashing in __bchfs_fallocate()
Kent Overstreet
2023-10-22
bcachefs: Fix folio leak in folio_hole_offset()
Kent Overstreet
2023-10-22
bcachefs: Fallocate now checks page cache
Kent Overstreet
2023-10-22
bcachefs: Delete redundant log messages
Kent Overstreet
2023-10-22
bcachefs: Assorted sparse fixes
Kent Overstreet
2023-10-22
bcachefs: Check for ERR_PTR() from filemap_lock_folio()
Kent Overstreet
2023-10-22
bcachefs: fs-io: Eliminate GFP_NOFS usage
Kent Overstreet
2023-10-22
bcachefs: Avoid __GFP_NOFAIL
Kent Overstreet
2023-10-22
bcachefs: Fix quotas + snapshots
Kent Overstreet
2023-10-22
bcachefs: folio pos to bch_folio_sector index helper
Brian Foster
2023-10-22
bcachefs: use u64 for folio end pos to avoid overflows
Brian Foster
2023-10-22
bcachefs: clean up post-eof folios on -ENOSPC
Brian Foster
2023-10-22
bcachefs: fix truncate overflow if folio is beyond EOF
Brian Foster
2023-10-22
bcachefs: Check for folios that don't have bch_folio attached
Kent Overstreet
2023-10-22
bcachefs: bch2_readahead() large folio conversion
Kent Overstreet
2023-10-22
bcachefs: filemap_get_contig_folios_d()
Kent Overstreet
2023-10-22
bcachefs: bch_folio_sector_state improvements
Kent Overstreet
2023-10-22
bcachefs: bch2_truncate_page() large folio conversion
Kent Overstreet
2023-10-22
bcachefs: bch2_buffered_write large folio conversion
Kent Overstreet
2023-10-22
bcachefs: bch_folio can now handle multi-order folios
Kent Overstreet
[next]