summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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-07-01xfs: enable FITRIM on the realtime deviceDarrick J. Wong
2024-07-01xfs: Remove header files which are included more than onceWenchao Hao
2024-07-01xfs: fold xfs_ilock_for_write_fault into xfs_write_faultChristoph Hellwig
2024-07-01xfs: always take XFS_MMAPLOCK shared in xfs_dax_read_faultChristoph Hellwig
2024-07-01xfs: refactor __xfs_filemap_faultChristoph Hellwig
2024-07-01xfs: simplify xfs_dax_faultChristoph Hellwig
2024-07-01xfs: cleanup xfs_ilock_iocb_for_writeChristoph Hellwig
2024-07-01xfs: move the dio write relocking out of xfs_ilock_for_iomapChristoph Hellwig
2024-07-01xfs: don't walk off the end of a directory data blocklei lu
2024-07-01xfs: add bounds checking to xlog_recover_process_datalei lu
2024-07-01xfs: Fix xfs_prepare_shift() range for RTJohn Garry
2024-07-01xfs: Fix xfs_flush_unmap_range() range for RTJohn Garry
2024-07-01xfs: avoid redundant AGFL buffer invalidationGao Xiang
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-27ext4: make ext4_da_map_blocks() buffer_head unawareZhang Yi