aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-07-02vboxsf: Convert to new uid/gid option parsing helpersEric Sandeen1-12/+4
2024-07-02tracefs: Convert to new uid/gid option parsing helpersEric Sandeen1-12/+4
2024-07-02smb: client: Convert to new uid/gid option parsing helpersEric Sandeen1-27/+12
2024-07-02ntfs3: Convert to new uid/gid option parsing helpersEric Sandeen1-8/+4
2024-07-02isofs: Convert to new uid/gid option parsing helpersEric Sandeen1-12/+4
2024-07-02hugetlbfs: Convert to new uid/gid option parsing helpersEric Sandeen1-8/+4
2024-07-02ext4: Convert to new uid/gid option parsing helpersEric Sandeen1-18/+4
2024-07-02exfat: Convert to new uid/gid option parsing helpersEric Sandeen1-4/+4
2024-07-02efivarfs: Convert to new uid/gid option parsing helpersEric Sandeen1-8/+4
2024-07-02debugfs: Convert to new uid/gid option parsing helpersEric Sandeen1-12/+4
2024-07-02autofs: Convert to new uid/gid option parsing helpersEric Sandeen1-12/+4
2024-07-02fs_parse: add uid & gid option option parsing helpersEric Sandeen1-0/+34
2024-07-01bcachefs: io clock: run timer fns under clock lockKent Overstreet1-5/+2
2024-07-01Merge tag 'for-6.10-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+11
2024-07-01Merge tag 'vfs-6.10-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-105/+45
2024-07-01btrfs: fix adding block group to a reclaim list and the unused list during re...Naohiro Aota1-2/+11
2024-07-01xfs: enable FITRIM on the realtime deviceDarrick J. Wong2-24/+308
2024-07-01xfs: Remove header files which are included more than onceWenchao Hao5-5/+0
2024-07-01xfs: fold xfs_ilock_for_write_fault into xfs_write_faultChristoph Hellwig1-18/+15
2024-07-01xfs: always take XFS_MMAPLOCK shared in xfs_dax_read_faultChristoph Hellwig1-3/+2
2024-07-01xfs: refactor __xfs_filemap_faultChristoph Hellwig1-26/+45
2024-07-01xfs: simplify xfs_dax_faultChristoph Hellwig1-21/+13
2024-07-01xfs: cleanup xfs_ilock_iocb_for_writeChristoph Hellwig1-7/+11
2024-07-01xfs: move the dio write relocking out of xfs_ilock_for_iomapChristoph Hellwig1-37/+34
2024-07-01xfs: don't walk off the end of a directory data blocklei lu2-5/+33
2024-07-01xfs: add bounds checking to xlog_recover_process_datalei lu1-1/+4
2024-07-01xfs: Fix xfs_prepare_shift() range for RTJohn Garry1-4/+6
2024-07-01xfs: Fix xfs_flush_unmap_range() range for RTJohn Garry1-4/+8
2024-07-01xfs: avoid redundant AGFL buffer invalidationGao Xiang3-31/+7
2024-06-30erofs: ensure m_llen is reset to 0 if metadata is invalidGao Xiang1-0/+2
2024-06-29bcachefs: Repair fragmentation_lru in alloc_write_key()Kent Overstreet2-14/+13
2024-06-29bcachefs: add check for missing fragmentation in check_alloc_to_lru_ref()Kent Overstreet3-25/+65
2024-06-29bcachefs: bch2_btree_write_buffer_maybe_flush()Kent Overstreet4-44/+71
2024-06-29bcachefs: Add missing printbuf_tabstops_reset() callsKent Overstreet2-2/+4
2024-06-29Merge tag 'xfs-6.10-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds8-53/+95
2024-06-28bcachefs: Fix loop restart in bch2_btree_transactions_read()Kent Overstreet1-6/+6
2024-06-28bcachefs: Fix bch2_read_retry_nodecode()Kent Overstreet1-0/+3
2024-06-28bcachefs: Don't use the new_fs() bucket alloc path on an initialized fsKent Overstreet3-6/+6
2024-06-28bcachefs: Fix shift greater than integer sizeKent Overstreet1-2/+3
2024-06-28bcachefs: Change bch2_fs_journal_stop() BUG_ON() to warningKent Overstreet1-3/+5
2024-06-28bcachefs: Delete old faulty bch2_trans_unlock() callKent Overstreet1-1/+0
2024-06-28Merge tag 'nfsd-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2-1/+2
2024-06-28Merge tag 'bcachefs-2024-06-28' of https://evilpiepirate.org/git/bcachefsLinus Torvalds14-201/+273
2024-06-28bcachefs: Switch online_reserved shutdown assert to WARN()Kent Overstreet1-2/+5
2024-06-28fs: export mount options via statmount()Josef Bacik1-1/+36
2024-06-28fs: rename show_mnt_opts -> show_vfsmnt_optsJosef Bacik1-3/+3
2024-06-28fs: use guard for namespace_sem in statmount()Christian Brauner1-77/+83
2024-06-28pidfs: allow retrieval of namespace file descriptorsChristian Brauner1-0/+90
2024-06-28nsfs: add open_namespace()Christian Brauner2-24/+33
2024-06-28fs: add an ioctl to get the mnt ns id from nsfsJosef Bacik1-0/+14