summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs-io.c
AgeCommit message (Expand)Author
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
2023-10-22bcachefs: folio pos to bch_folio_sector index helperBrian Foster
2023-10-22bcachefs: use u64 for folio end pos to avoid overflowsBrian Foster
2023-10-22bcachefs: clean up post-eof folios on -ENOSPCBrian Foster
2023-10-22bcachefs: fix truncate overflow if folio is beyond EOFBrian Foster
2023-10-22bcachefs: Check for folios that don't have bch_folio attachedKent Overstreet
2023-10-22bcachefs: bch2_readahead() large folio conversionKent Overstreet
2023-10-22bcachefs: filemap_get_contig_folios_d()Kent Overstreet
2023-10-22bcachefs: bch_folio_sector_state improvementsKent Overstreet
2023-10-22bcachefs: bch2_truncate_page() large folio conversionKent Overstreet
2023-10-22bcachefs: bch2_buffered_write large folio conversionKent Overstreet
2023-10-22bcachefs: bch_folio can now handle multi-order foliosKent Overstreet
2023-10-22bcachefs: More assorted large folio conversionKent Overstreet
2023-10-22bcachefs: bch2_seek_pagecache_data() folio conversionKent Overstreet
2023-10-22bcachefs: bch2_seek_pagecache_hole() folio conversionKent Overstreet
2023-10-22bcachefs: bio_for_each_segment_all() -> bio_for_each_folio_all()Kent Overstreet
2023-10-22bcachefs: Initial folio conversionKent Overstreet
2023-10-22bcachefs: Rename bch_page_state -> bch_folioKent Overstreet
2023-10-22bcachefs: Add a bch_page_state assertKent Overstreet
2023-10-22bcachefs: Private error codes: ENOMEMKent Overstreet
2023-10-22bcachefs: Nocow supportKent Overstreet
2023-10-22bcachefs: Unwritten extents supportKent Overstreet
2023-10-22bcachefs: bch2_extent_fallocate()Kent Overstreet
2023-10-22bcachefs: Debug mode for c->writes referencesKent Overstreet
2023-10-22bcachefs: Use for_each_btree_key_upto() more consistentlyKent Overstreet
2023-10-22bcachefs: bch2_inode_opts_get()Kent Overstreet
2023-10-22bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet
2023-10-22bcachefs: More dio inliningKent Overstreet
2023-10-22bcachefs: Error message improvementKent Overstreet
2023-10-22bcachefs: Improve a few warningsKent Overstreet
2023-10-22bcachefs: Minor dio write path improvementsKent Overstreet
2023-10-22bcachefs: Factor out two_state_shared_lockKent Overstreet
2023-10-22bcachefs: Kill BCH_WRITE_FLUSHKent Overstreet
2023-10-22bcachefs: DIO write path optimizationKent Overstreet
2023-10-22bcachefs: BCH_WRITE_SYNCKent Overstreet
2023-10-22bcachefs: Fix a spurious warningKent Overstreet
2023-10-22bcachefs: Fix buffered write path for generic/275Kent Overstreet
2023-10-22bcachefs: Assorted checkpatch fixesKent Overstreet
2023-10-22bcachefs: Quota fixesKent Overstreet
2023-10-22bcachefs: Fix for not dropping privs in fallocateKent Overstreet
2023-10-22bcachefs: Fix bch2_write_begin()Kent Overstreet
2023-10-22bcachefs: Reflink now respects quotasKent Overstreet
2023-10-22bcachefs: Kill io_in_flight semaphoreKent Overstreet
2023-10-22bcachefs: Add private error codes for ENOSPCKent Overstreet