summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs-io.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-29bcachefs: Fix unhandled transaction restart in fallocateKent Overstreet1-4/+13
2024-10-20bcachefs: Don't use wait_event_interruptible() in recoveryKent Overstreet1-1/+1
2024-09-09bcachefs: quota_reserve_range() -> for_each_btree_key_in_subvolume_uptoKent Overstreet1-32/+14
2024-09-09bcachefs: range_has_data() -> for_each_btree_key_in_subvolume_uptoKent Overstreet1-24/+5
2024-09-09bcachefs: bch2_seek_hole() -> for_each_btree_key_in_subvolume_uptoKent Overstreet1-36/+20
2024-09-09bcachefs: bch2_seek_data() -> for_each_btree_key_in_subvolume_uptoKent Overstreet1-29/+12
2024-09-09bcachefs: switch to rhashtable for vfs inodes hashKent Overstreet1-3/+3
2024-07-15bcachefs: support REMAP_FILE_DEDUP in bch2_remap_file_rangeReed Riley1-4/+2
2024-07-15bcachefs: Add tracepoints for bch2_sync_fs() and bch2_fsync()Youling Tang1-0/+2
2024-07-15bcachefs: track writeback errors using the generic tracking infrastructureYouling Tang1-1/+6
2024-07-15bcachefs: uninline fallocate functionsKent Overstreet1-4/+4
2024-05-09bcachefs: fsync() should not return -EROFSKent Overstreet1-1/+4
2024-05-09bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet1-2/+2
2024-04-14bcachefs: Fix missing write refs in fs fio pathsKent Overstreet1-8/+8
2024-01-22bcachefs: fix incorrect usage of REQ_OP_FLUSHChristoph Hellwig1-1/+1
2024-01-21bcachefs: Fix excess transaction restarts in __bchfs_fallocate()Kent Overstreet1-2/+5
2024-01-01bcachefs: return from fsync on writeback error to avoid early shutdownBrian Foster1-5/+9
2024-01-01bcachefs: kill INODE_LOCK, use lock_two_nondirectories()Kent Overstreet1-2/+4
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet1-46/+38
2023-10-23bcachefs: remove redundant initializations of variables start_offset and end_...Colin Ian King1-2/+2
2023-10-23bcachefs: New io_misc.c helpersKent Overstreet1-190/+19
2023-10-23bcachefs: Break up io.cKent Overstreet1-1/+2
2023-10-23bcachefs: Add btree_trans* to inode_set_fnJoshua Ashton1-4/+8
2023-10-23bcachefs: Split up fs-io.[ch]Kent Overstreet1-2783/+18
2023-10-23bcachefs: Fix assorted checkpatch nitsKent Overstreet1-1/+1
2023-10-23bcachefs: Fix lock thrashing in __bchfs_fallocate()Kent Overstreet1-25/+56
2023-10-23bcachefs: Fix folio leak in folio_hole_offset()Kent Overstreet1-0/+1
2023-10-23bcachefs: Fallocate now checks page cacheKent Overstreet1-22/+61
2023-10-23bcachefs: Delete redundant log messagesKent Overstreet1-6/+1
2023-10-23bcachefs: Assorted sparse fixesKent Overstreet1-3/+3
2023-10-23bcachefs: Check for ERR_PTR() from filemap_lock_folio()Kent Overstreet1-5/+5
2023-10-23bcachefs: fs-io: Eliminate GFP_NOFS usageKent Overstreet1-3/+4
2023-10-23bcachefs: Avoid __GFP_NOFAILKent Overstreet1-41/+50
2023-10-23bcachefs: Fix quotas + snapshotsKent Overstreet1-1/+6
2023-10-23bcachefs: folio pos to bch_folio_sector index helperBrian Foster1-11/+17
2023-10-23bcachefs: use u64 for folio end pos to avoid overflowsBrian Foster1-11/+17
2023-10-23bcachefs: clean up post-eof folios on -ENOSPCBrian Foster1-2/+11
2023-10-23bcachefs: fix truncate overflow if folio is beyond EOFBrian Foster1-4/+13
2023-10-23bcachefs: Check for folios that don't have bch_folio attachedKent Overstreet1-1/+7
2023-10-23bcachefs: bch2_readahead() large folio conversionKent Overstreet1-35/+83
2023-10-23bcachefs: filemap_get_contig_folios_d()Kent Overstreet1-27/+43
2023-10-23bcachefs: bch_folio_sector_state improvementsKent Overstreet1-59/+94
2023-10-23bcachefs: bch2_truncate_page() large folio conversionKent Overstreet1-31/+30
2023-10-23bcachefs: bch2_buffered_write large folio conversionKent Overstreet1-80/+109
2023-10-23bcachefs: bch_folio can now handle multi-order foliosKent Overstreet1-8/+20
2023-10-23bcachefs: More assorted large folio conversionKent Overstreet1-30/+29
2023-10-23bcachefs: bch2_seek_pagecache_data() folio conversionKent Overstreet1-7/+5
2023-10-23bcachefs: bch2_seek_pagecache_hole() folio conversionKent Overstreet1-34/+26
2023-10-23bcachefs: bio_for_each_segment_all() -> bio_for_each_folio_all()Kent Overstreet1-14/+12
2023-10-23bcachefs: Initial folio conversionKent Overstreet1-296/+317