summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-06-29bcachefs: Repair fragmentation_lru in alloc_write_key()Kent Overstreet
2024-06-29bcachefs: add check for missing fragmentation in check_alloc_to_lru_ref()Kent Overstreet
2024-06-29bcachefs: bch2_btree_write_buffer_maybe_flush()Kent Overstreet
2024-06-29bcachefs: Add missing printbuf_tabstops_reset() callsKent Overstreet
2024-06-29Merge tag 'xfs-6.10-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-06-28bcachefs: Fix loop restart in bch2_btree_transactions_read()Kent Overstreet
2024-06-28bcachefs: Fix bch2_read_retry_nodecode()Kent Overstreet
2024-06-28bcachefs: Don't use the new_fs() bucket alloc path on an initialized fsKent Overstreet
2024-06-28bcachefs: Fix shift greater than integer sizeKent Overstreet
2024-06-28bcachefs: Change bch2_fs_journal_stop() BUG_ON() to warningKent Overstreet
2024-06-28bcachefs: Delete old faulty bch2_trans_unlock() callKent Overstreet
2024-06-28Merge tag 'nfsd-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-06-28Merge tag 'bcachefs-2024-06-28' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-06-28bcachefs: Switch online_reserved shutdown assert to WARN()Kent Overstreet
2024-06-28fs: export mount options via statmount()Josef Bacik
2024-06-28fs: rename show_mnt_opts -> show_vfsmnt_optsJosef Bacik
2024-06-28fs: use guard for namespace_sem in statmount()Christian Brauner
2024-06-28pidfs: allow retrieval of namespace file descriptorsChristian Brauner
2024-06-28nsfs: add open_namespace()Christian Brauner
2024-06-28fs: add an ioctl to get the mnt ns id from nsfsJosef Bacik
2024-06-28fs: Allow statmount() in foreign mount namespaceChristian Brauner
2024-06-28fs: Allow listmount() in foreign mount namespaceChristian Brauner
2024-06-28fs: export the mount ns id via statmountJosef Bacik
2024-06-28fs: keep an index of current mount namespacesJosef Bacik
2024-06-28fs: relax permissions for statmount()Christian Brauner
2024-06-28fs: relax permissions for listmount()Christian Brauner
2024-06-28listmount: allow listing in reverse orderChristian Brauner
2024-06-28fs: simplify error handlingChristian Brauner
2024-06-28fs: don't copy to userspace under namespace semaphoreChristian Brauner
2024-06-27ext4: make ext4_da_map_blocks() buffer_head unawareZhang Yi
2024-06-27ext4: make ext4_insert_delayed_block() insert multi-blocksZhang Yi
2024-06-27ext4: factor out a helper to check the cluster allocation stateZhang Yi
2024-06-27ext4: make ext4_da_reserve_space() reserve multi-clustersZhang Yi
2024-06-27ext4: make ext4_es_insert_delayed_block() insert multi-blocksZhang Yi
2024-06-27ext4: drop iblock parameterZhang Yi
2024-06-27ext4: trim delalloc extentZhang Yi
2024-06-27ext4: warn if delalloc counters are not zero on inactiveZhang Yi
2024-06-27ext4: check the extent status again before inserting delalloc blockZhang Yi
2024-06-27ext4: factor out a common helper to query extent mapZhang Yi
2024-06-27Merge tag 'asm-generic-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-06-27Merge tag 'for-6.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-06-27vfs: rename parent_ino to d_parent_ino and make it use RCUMateusz Guzik
2024-06-27vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)Mateusz Guzik
2024-06-27stat: use vfs_empty_path() helperChristian Brauner
2024-06-27fs: reflow may_create_in_sticky()Christian Brauner
2024-06-27ext4: fix infinite loop when replaying fast_commitLuis Henriques (SUSE)
2024-06-27jbd2: remove unnecessary "should_sleep" in kjournald2Kemeng Shi
2024-06-27jbd2: remove dead check of JBD2_UNMOUNT in kjournald2Kemeng Shi
2024-06-27jbd2: remove dead equality check of j_commit_[sequence/request] in kjournald2Kemeng Shi
2024-06-27jbd2: use bh_in instead of jh2bh(jh_in) to simplify codeKemeng Shi