summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-02-27bcachefs: thread_with_stdio: eliminate double bufferingKent Overstreet
2024-02-27bcachefs: kill kvpmalloc()Kent Overstreet
2024-02-27mean_and_variance: put struct mean_and_variance_weighted on a dietDarrick J. Wong
2024-02-27time_stats: split stats-with-quantiles into a separate structureDarrick J. Wong
2024-02-27time_stats: Promote to lib/Kent Overstreet
2024-02-27bcachefs: bch2_time_stats_to_seq_buf()Kent Overstreet
2024-02-27eytzinger: Promote to include/linux/Kent Overstreet
2024-02-27mean and variance: Promote to lib/mathKent Overstreet
2024-02-27bcachefs: bch2_lookup() gives better error message on inode not foundKent Overstreet
2024-02-27bcachefs: bch2_inode_insert()Kent Overstreet
2024-02-27bcachefs: factor out check_inode_backpointer()Kent Overstreet
2024-02-27bcachefs: Factor out check_subvol_dirent()Kent Overstreet
2024-02-27bcachefs: Kill some -EINVALsKent Overstreet
2024-02-27bcachefs: bump max_active on btree_interior_update_workerKent Overstreet
2024-02-27bcachefs: move fsck_write_inode() to inode.cKent Overstreet
2024-02-27bcachefs: Set path->uptodate when no node at levelKent Overstreet
2024-02-27bcachefs: Initialize super_block->s_uuidKent Overstreet
2024-02-27bcachefs: Switch to uuid_to_fsid()Kent Overstreet
2024-02-27bcachefs: Subvolumes may now be renamedKent Overstreet
2024-02-27bcachefs: btree node prefetching in check_topologyKent Overstreet
2024-02-27bcachefs: btree_and_journal_iter.transKent Overstreet
2024-02-27bcachefs: better journal pipeliningKent Overstreet
2024-02-27bcachefs: closure per journal bufKent Overstreet
2024-02-27bcachefs: bio per journal bufKent Overstreet
2024-02-27bcachefs: jset_entry_datetimeKent Overstreet
2024-02-27bcachefs: improve journal entry read fsck error messagesKent Overstreet
2024-02-27bcachefs: fix split brain messageKent Overstreet
2024-02-27bcachefs: convert journal replay ptrs to darrayKent Overstreet
2024-02-27bcachefs: Cleanup bch2_dirent_lookup_trans()Kent Overstreet
2024-02-27bcachefs: bch2_hash_set_snapshot() -> bch2_hash_set_in_snapshot()Kent Overstreet
2024-02-27bcachefs: Workqueues should be WQ_HIGHPRIKent Overstreet
2024-02-27bcachefs: Improve bch2_dirent_to_text()Kent Overstreet
2024-02-27bcachefs: fixup for building in userspaceKent Overstreet
2024-02-27bcachefs: Avoid taking journal lock unnecessarilyKent Overstreet
2024-02-27bcachefs: Journal writes should be REQ_SYNC|REQ_METAKent Overstreet
2024-02-27bcachefs: Avoid setting j->write_work unnecessarilyKent Overstreet
2024-02-27bcachefs: Split out journal workqueueKent Overstreet
2024-02-27bcachefs: Kill unnecessary wakeups in journal reclaimKent Overstreet
2024-02-25Merge tag 'bcachefs-2024-02-25' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-02-25bcachefs: fix bch2_save_backtrace()bcachefs-2024-02-25Kent Overstreet
2024-02-25Merge tag 'erofs-for-6.8-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-02-25Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-02-25Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-02-25ext4_get_link(): fix breakage in RCU modepull-fixes.pathwalk-rcu-2Al Viro
2024-02-25cifs_get_link(): bail out in unsafe caseAl Viro
2024-02-25fuse: fix UAF in rcu pathwalksAl Viro
2024-02-25procfs: make freeing proc_fs_info rcu-delayedAl Viro
2024-02-25procfs: move dropping pde and pid from ->evict_inode() to ->free_inode()Al Viro
2024-02-25nfs: fix UAF on pathwalk running into umountAl Viro
2024-02-25nfs: make nfs_set_verifier() safe for use in RCU pathwalkAl Viro