summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs-io.c
AgeCommit message (Expand)Author
2025-06-01bcachefs: Replace rcu_read_lock() with guardsKent Overstreet
2025-05-21bcachefs: bch_dev.io_ref -> enumerated_refKent Overstreet
2025-05-21bcachefs: bch_fs.writes -> enumerated_refsKent Overstreet
2025-05-21bcachefs: print_str_as_lines() -> print_str()Kent Overstreet
2025-05-21bcachefs: Simplify bch2_count_fsck_err()Kent Overstreet
2025-05-01bcachefs: Kill ERO for i_blocks check in truncateKent Overstreet
2025-05-01bcachefs: Kill ERO in __bch2_i_sectors_acct()Kent Overstreet
2025-04-02bcachefs: Kill btree_iter.transKent Overstreet
2025-04-02bcachefs: Split up bch_dev.io_refKent Overstreet
2025-03-28bcachefs: Don't return 0 size holes from bch2_seek_hole()Kent Overstreet
2025-03-28bcachefs: Fix bch2_seek_hole() lockingKent Overstreet
2025-02-26bcachefs: Fix truncate sometimes failing and returning 1Kent Overstreet
2024-12-29bcachefs: bcachefs_metadata_version_reflink_p_may_update_optsKent Overstreet
2024-12-21bcachefs: Check for inode journal seq in the futureKent Overstreet
2024-12-21bcachefs: Removes NULL pointer checks for __filemap_get_folio return valuesYouling Tang
2024-12-21bcachefs: Rename btree_iter_peek_upto() -> btree_iter_peek_max()Kent Overstreet
2024-10-29bcachefs: Fix unhandled transaction restart in fallocateKent Overstreet
2024-10-20bcachefs: Don't use wait_event_interruptible() in recoveryKent Overstreet
2024-09-09bcachefs: quota_reserve_range() -> for_each_btree_key_in_subvolume_uptoKent Overstreet
2024-09-09bcachefs: range_has_data() -> for_each_btree_key_in_subvolume_uptoKent Overstreet
2024-09-09bcachefs: bch2_seek_hole() -> for_each_btree_key_in_subvolume_uptoKent Overstreet
2024-09-09bcachefs: bch2_seek_data() -> for_each_btree_key_in_subvolume_uptoKent Overstreet
2024-09-09bcachefs: switch to rhashtable for vfs inodes hashKent Overstreet
2024-07-14bcachefs: support REMAP_FILE_DEDUP in bch2_remap_file_rangeReed Riley
2024-07-14bcachefs: Add tracepoints for bch2_sync_fs() and bch2_fsync()Youling Tang
2024-07-14bcachefs: track writeback errors using the generic tracking infrastructureYouling Tang
2024-07-14bcachefs: uninline fallocate functionsKent Overstreet
2024-05-09bcachefs: fsync() should not return -EROFSKent Overstreet
2024-05-08bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet
2024-04-13bcachefs: Fix missing write refs in fs fio pathsKent Overstreet
2024-01-22bcachefs: fix incorrect usage of REQ_OP_FLUSHChristoph Hellwig
2024-01-21bcachefs: Fix excess transaction restarts in __bchfs_fallocate()Kent Overstreet
2024-01-01bcachefs: return from fsync on writeback error to avoid early shutdownBrian Foster
2024-01-01bcachefs: kill INODE_LOCK, use lock_two_nondirectories()Kent Overstreet
2023-10-22bcachefs: Heap allocate btree_transKent Overstreet
2023-10-22bcachefs: remove redundant initializations of variables start_offset and end_...Colin Ian King
2023-10-22bcachefs: New io_misc.c helpersKent Overstreet
2023-10-22bcachefs: Break up io.cKent Overstreet
2023-10-22bcachefs: Add btree_trans* to inode_set_fnJoshua Ashton
2023-10-22bcachefs: Split up fs-io.[ch]Kent Overstreet
2023-10-22bcachefs: Fix assorted checkpatch nitsKent Overstreet
2023-10-22bcachefs: Fix lock thrashing in __bchfs_fallocate()Kent Overstreet
2023-10-22bcachefs: Fix folio leak in folio_hole_offset()Kent Overstreet
2023-10-22bcachefs: Fallocate now checks page cacheKent Overstreet
2023-10-22bcachefs: Delete redundant log messagesKent Overstreet
2023-10-22bcachefs: Assorted sparse fixesKent Overstreet
2023-10-22bcachefs: Check for ERR_PTR() from filemap_lock_folio()Kent Overstreet
2023-10-22bcachefs: fs-io: Eliminate GFP_NOFS usageKent Overstreet
2023-10-22bcachefs: Avoid __GFP_NOFAILKent Overstreet
2023-10-22bcachefs: Fix quotas + snapshotsKent Overstreet