summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-02-01iomap: pass the length of the dirty region to ->map_blocksChristoph Hellwig
2024-02-01iomap: map multiple blocks at a timeChristoph Hellwig
2024-02-01iomap: submit ioends immediatelyChristoph Hellwig
2024-02-01iomap: factor out a iomap_writepage_map_block helperChristoph Hellwig
2024-02-01iomap: only call mapping_set_error once for each failed bioChristoph Hellwig
2024-02-01iomap: don't chain biosChristoph Hellwig
2024-02-01iomap: move the iomap_sector sector calculation out of iomap_add_to_ioendChristoph Hellwig
2024-02-01iomap: clean up the iomap_alloc_ioend calling conventionChristoph Hellwig
2024-02-01iomap: move all remaining per-folio logic into iomap_writepage_mapChristoph Hellwig
2024-02-01iomap: factor out a iomap_writepage_handle_eof helperChristoph Hellwig
2024-02-01iomap: move the PF_MEMALLOC check to iomap_writepagesChristoph Hellwig
2024-02-01iomap: move the io_folios field out of struct iomap_ioendChristoph Hellwig
2024-02-01iomap: treat inline data in iomap_writepage_map as an I/O errorChristoph Hellwig
2024-02-01iomap: clear the per-folio dirty bits on all writeback failuresChristoph Hellwig
2024-01-21Merge tag 'bcachefs-2024-01-21' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-01-21bcachefs: Improve inode_to_text()Kent Overstreet
2024-01-21bcachefs: logged_ops_format.hKent Overstreet
2024-01-21bcachefs: reflink_format.hKent Overstreet
2024-01-21bcachefs; extents_format.hKent Overstreet
2024-01-21bcachefs: ec_format.hKent Overstreet
2024-01-21bcachefs: subvolume_format.hKent Overstreet
2024-01-21bcachefs: snapshot_format.hKent Overstreet
2024-01-21bcachefs: alloc_background_format.hKent Overstreet
2024-01-21bcachefs: xattr_format.hKent Overstreet
2024-01-21bcachefs: dirent_format.hKent Overstreet
2024-01-21bcachefs: inode_format.hKent Overstreet
2024-01-21bcachefs; quota_format.hKent Overstreet
2024-01-21bcachefs: sb-counters_format.hKent Overstreet
2024-01-21bcachefs: counters.c -> sb-counters.cKent Overstreet
2024-01-21bcachefs: comment bch_subvolumeKent Overstreet
2024-01-21bcachefs: bch_snapshot::btimeKent Overstreet
2024-01-21bcachefs: add missing __GFP_NOWARNKent Overstreet
2024-01-21bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet
2024-01-21bcachefs: Prep work for variable size btree node buffersKent Overstreet
2024-01-21bcachefs: grab s_umount only if snapshottingSu Yue
2024-01-21bcachefs: kvfree bch_fs::snapshots in bch2_fs_snapshots_exitSu Yue
2024-01-21bcachefs: bios must be 512 byte alginedKent Overstreet
2024-01-21bcachefs: remove redundant variable tmpColin Ian King
2024-01-21bcachefs: Improve trace_trans_restart_relockKent Overstreet
2024-01-21bcachefs: Fix excess transaction restarts in __bchfs_fallocate()Kent Overstreet
2024-01-21bcachefs: extents_to_bp_stateKent Overstreet
2024-01-21bcachefs: bkey_and_val_eq()Kent Overstreet
2024-01-21bcachefs: Better journal tracepointsKent Overstreet
2024-01-21bcachefs: Print size of superblock with space allocatedKent Overstreet
2024-01-21bcachefs: Avoid flushing the journal in the discard pathKent Overstreet
2024-01-21bcachefs: Improve move_extent tracepointKent Overstreet
2024-01-21bcachefs: Add missing bch2_moving_ctxt_flush_all()Kent Overstreet
2024-01-21bcachefs: Re-add move_extent_write tracepointKent Overstreet
2024-01-21bcachefs: bch2_kthread_io_clock_wait() no longer sleeps until full amountKent Overstreet
2024-01-21bcachefs: Add .val_to_text() for KEY_TYPE_cookieKent Overstreet