summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-07-02hugetlbfs: Convert to new uid/gid option parsing helpersEric Sandeen
2024-07-02ext4: Convert to new uid/gid option parsing helpersEric Sandeen
2024-07-02exfat: Convert to new uid/gid option parsing helpersEric Sandeen
2024-07-02efivarfs: Convert to new uid/gid option parsing helpersEric Sandeen
2024-07-02debugfs: Convert to new uid/gid option parsing helpersEric Sandeen
2024-07-02autofs: Convert to new uid/gid option parsing helpersEric Sandeen
2024-07-02fs_parse: add uid & gid option option parsing helpersEric Sandeen
2024-07-01bcachefs: io clock: run timer fns under clock lockKent Overstreet
2024-07-01Merge tag 'for-6.10-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-07-01Merge tag 'vfs-6.10-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-01btrfs: fix adding block group to a reclaim list and the unused list during re...Naohiro Aota
2024-06-30erofs: ensure m_llen is reset to 0 if metadata is invalidGao Xiang
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-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-26netfs: Fix netfs_page_mkwrite() to flush conflicting data, not waitDavid Howells
2024-06-26netfs: Fix netfs_page_mkwrite() to check folio->mapping is validDavid Howells
2024-06-26netfs: Delete some xarray-wangling functions that aren't usedDavid Howells