summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-05-31bcachefs: Improve error printing in btree_node_check_topology()Kent Overstreet
2025-05-31bcachefs: bch2_readdir() now calls str_hash_check_key()Kent Overstreet
2025-05-31bcachefs: bch2_str_hash_check_key() may now be called without snapshots_seenKent Overstreet
2025-05-31bcachefs: __bch2_insert_snapshot_whiteouts() refactoringKent Overstreet
2025-05-31bcachefs: bch2_get_snapshot_overwrites()Kent Overstreet
2025-05-31bcachefs: bch2_dev_journal_bucket_delete()Kent Overstreet
2025-05-31bcachefs: Runtime self healing for keys for deleted snapshotsKent Overstreet
2025-05-31bcachefs: Don't unlock trans before data_update_init()Kent Overstreet
2025-05-31bcachefs: Use bch2_err_matches() for BCH_ERR_fsck_(fix|ignore)Kent Overstreet
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-30Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2025-05-30Merge tag 'pull-ufs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-05-30Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-05-30gfs2: Don't clear sb->s_fs_info in gfs2_sys_fs_addAndrew Price
2025-05-30Merge tag 'f2fs-for-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-05-30bcachefs: Mark bch_errcode helpers __attribute__((const))Kent Overstreet
2025-05-30bcachefs: Add missing printbuf_reset() in bch2_check_dirent_inode_dirent()Kent Overstreet
2025-05-30bcachefs: sysfs/errorsKent Overstreet
2025-05-30bcachefs: bch2_check_fix_ptrs() can now repair btree rootsKent Overstreet
2025-05-30bcachefs: Include b->ob.nr in cached_btree_node_to_text()Kent Overstreet
2025-05-30bcachefs: Move devs_sorted to alloc_requestKent Overstreet
2025-05-30bcachefs: reduce stack usage in alloc_sectors_start()Kent Overstreet
2025-05-30bcachefs: bch2_alloc_v4_to_text()Kent Overstreet
2025-05-30bcachefs: Tweak bch2_data_update_init() for stack usageKent Overstreet
2025-05-30bcachefs: kill replicas_sectors arg to __trigger_extent()Kent Overstreet
2025-05-30bcachefs: Don't stack allocate bch_writepage_stateKent Overstreet
2025-05-30bcachefs: factor out break_cycle_fail()Kent Overstreet
2025-05-30bcachefs: btree_node_missing_err()Kent Overstreet
2025-05-30bcachefs: Kill bkey_buf in btree_path_down()Kent Overstreet
2025-05-30bcachefs: Add missing error logging in delete_dead_inodes()Kent Overstreet
2025-05-30bcachefs: Fix misaligned bucket check in journal space calculationsKent Overstreet
2025-05-30bcachefs: Fix incorrect multiple dev check in journal write pathKent Overstreet
2025-05-30bcachefs: Catch data_update_done events in trace_io_move_start_failKent Overstreet
2025-05-30bcachefs: io_move_evacuate_bucket tracepoint, counterKent Overstreet
2025-05-30bcachefs: trace_io_move_predKent Overstreet
2025-05-30bcachefs: Fix infinite loop in journal_entry_btree_keys_to_text()Kent Overstreet
2025-05-30bcachefs: Journal read error message improvementsKent Overstreet
2025-05-30fs/dax: Fix "don't skip locked entries when scanning entries"Alistair Popple
2025-05-29Merge tag 'fs_for_v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-05-29Merge tag 'fsnotify_for_v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-05-29Merge tag 'driver-core-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-05-29fuse: increase readdir buffer sizeMiklos Szeredi
2025-05-29readdir: supply dir_context.count as readdir buffer size hintMiklos Szeredi
2025-05-29fuse: don't allow signals to interrupt getdents copyingMiklos Szeredi
2025-05-29fuse: support large folios for writebackJoanne Koong
2025-05-29fuse: support large folios for readaheadJoanne Koong
2025-05-29fuse: support large folios for queued writesJoanne Koong
2025-05-29fuse: support large folios for storesJoanne Koong
2025-05-29fuse: support large folios for symlinksJoanne Koong
2025-05-29fuse: support large folios for folio readsJoanne Koong