summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs-io.c
AgeCommit message (Expand)Author
2023-08-14bcachefs: Add btree_trans* to inode_set_fnJoshua Ashton
2023-08-14bcachefs: Split up fs-io.[ch]Kent Overstreet
2023-08-14bcachefs: Fix assorted checkpatch nitsKent Overstreet
2023-08-14bcachefs: Fix lock thrashing in __bchfs_fallocate()Kent Overstreet
2023-08-14bcachefs: Fix folio leak in folio_hole_offset()Kent Overstreet
2023-08-14bcachefs: Fallocate now checks page cacheKent Overstreet
2023-08-14bcachefs: Delete redundant log messagesKent Overstreet
2023-08-14bcachefs: Assorted sparse fixesKent Overstreet
2023-08-14bcachefs: fs-io.c: dio write path: use bio_release_pages()Kent Overstreet
2023-08-14bcachefs: Check for ERR_PTR() from filemap_lock_folio()Kent Overstreet
2023-08-14bcachefs: fs-io: Eliminate GFP_NOFS usageKent Overstreet
2023-08-14bcachefs: Avoid __GFP_NOFAILKent Overstreet
2023-08-14bcachefs: Fix quotas + snapshotsKent Overstreet
2023-08-14bcachefs: folio pos to bch_folio_sector index helperBrian Foster
2023-08-14bcachefs: use u64 for folio end pos to avoid overflowsBrian Foster
2023-08-14bcachefs: clean up post-eof folios on -ENOSPCBrian Foster
2023-08-14bcachefs: fix truncate overflow if folio is beyond EOFBrian Foster
2023-08-14bcachefs: Check for folios that don't have bch_folio attachedKent Overstreet
2023-08-14bcachefs: bch2_readahead() large folio conversionKent Overstreet
2023-08-14bcachefs: filemap_get_contig_folios_d()Kent Overstreet
2023-08-14bcachefs: bch_folio_sector_state improvementsKent Overstreet
2023-08-14bcachefs: bch2_truncate_page() large folio conversionKent Overstreet
2023-08-14bcachefs: bch2_buffered_write large folio conversionKent Overstreet
2023-08-14bcachefs: bch_folio can now handle multi-order foliosKent Overstreet
2023-08-14bcachefs: More assorted large folio conversionKent Overstreet
2023-08-14bcachefs: bch2_seek_pagecache_data() folio conversionKent Overstreet
2023-08-14bcachefs: bch2_seek_pagecache_hole() folio conversionKent Overstreet
2023-08-14bcachefs: bio_for_each_segment_all() -> bio_for_each_folio_all()Kent Overstreet
2023-08-14bcachefs: Initial folio conversionKent Overstreet
2023-08-14bcachefs: Rename bch_page_state -> bch_folioKent Overstreet
2023-08-14bcachefs: Add a bch_page_state assertKent Overstreet
2023-08-14bcachefs: Private error codes: ENOMEMKent Overstreet
2023-08-14bcachefs: Nocow supportKent Overstreet
2023-08-14bcachefs: Unwritten extents supportKent Overstreet
2023-08-14bcachefs: bch2_extent_fallocate()Kent Overstreet
2023-08-14bcachefs: Debug mode for c->writes referencesKent Overstreet
2023-08-14bcachefs: Use for_each_btree_key_upto() more consistentlyKent Overstreet
2023-08-14bcachefs: bch2_inode_opts_get()Kent Overstreet
2023-08-14bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet
2023-08-14bcachefs: More dio inliningKent Overstreet
2023-08-14bcachefs: Error message improvementKent Overstreet
2023-08-14bcachefs: Improve a few warningsKent Overstreet
2023-08-14bcachefs: Minor dio write path improvementsKent Overstreet
2023-08-14bcachefs: Factor out two_state_shared_lockKent Overstreet
2023-08-14bcachefs: Kill BCH_WRITE_FLUSHKent Overstreet
2023-08-14bcachefs: DIO write path optimizationKent Overstreet
2023-08-14bcachefs: BCH_WRITE_SYNCKent Overstreet
2023-08-14bcachefs: Fix a spurious warningKent Overstreet
2023-08-14bcachefs: Fix buffered write path for generic/275Kent Overstreet
2023-08-14bcachefs: Assorted checkpatch fixesKent Overstreet