summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-08-14xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is setDarrick J. Wong
2024-08-14xfs: revert AIL TASK_KILLABLE thresholdDarrick J. Wong
2024-08-14xfs: attr forks require attr, not attr2Darrick J. Wong
2024-08-13bcachefs: bcachefs_metadata_version_disk_accounting_inumKent Overstreet
2024-08-13bcachefs: Kill __bch2_accounting_mem_mod()Kent Overstreet
2024-08-13bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet
2024-08-13bcachefs: Fix warning in __bch2_fsck_err() for trans not passed inKent Overstreet
2024-08-13bcachefs: Add a time_stat for blocked on key cache flushKent Overstreet
2024-08-13bcachefs: Improve trans_blocked_journal_reclaim tracepointKent Overstreet
2024-08-13bcachefs: Add hysteresis to waiting on btree key cache flushKent Overstreet
2024-08-13bcachefs: Convert for_each_btree_node() to lockrestart_do()Kent Overstreet
2024-08-13bcachefs: Add missing downgrade table entryKent Overstreet
2024-08-13bcachefs: disk accounting: ignore unknown typesKent Overstreet
2024-08-13bcachefs: bch2_accounting_invalid() fixupKent Overstreet
2024-08-13bcachefs: Fix bch2_trigger_alloc when upgrading from old versionsKent Overstreet
2024-08-13bcachefs: delete faulty fastpath in bch2_btree_path_traverse_cached()Kent Overstreet
2024-08-13Merge tag 'execve-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-08-13exec: Fix ToCToU between perm check and set-uid/gid usageKees Cook
2024-08-13unicode: constify utf8 data tableThomas Weißschuh
2024-08-13Merge tag '6.11-rc3-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-08-13btrfs: fix invalid mapping of extent xarray stateNaohiro Aota
2024-08-13Squashfs: sanity check symbolic link sizePhillip Lougher
2024-08-139p: Fix DIO read through netfsDominique Martinet
2024-08-13vfs: Don't evict inode under the inode lru traversing contextZhihao Cheng
2024-08-13btrfs: send: allow cloning non-aligned extent if it ends at i_sizeFilipe Manana
2024-08-13btrfs: only run the extent map shrinker from kswapd tasksFilipe Manana
2024-08-13btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir typeQu Wenruo
2024-08-13btrfs: check delayed refs when we're checking if a ref existsJosef Bacik
2024-08-12add struct fd constructors, get rid of __to_fd()Al Viro
2024-08-12struct fd: representation changeAl Viro
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-08-12dlm: add missing -ENOMEM if alloc_workqueue() failsAlexander Aring
2024-08-12netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flagsDavid Howells
2024-08-12netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second...David Howells
2024-08-12netfs: clean up after renaming FSCACHE_DEBUG configLukas Bulwahn
2024-08-12libfs: fix infinite directory reads for offset diryangerkun
2024-08-12fs/netfs/fscache_cookie: add missing "n_accesses" checkMax Kellermann
2024-08-12filelock: fix name of file_lease slab cacheOmar Sandoval
2024-08-12netfs: Fault in smaller chunks for non-large folio mappingsMatthew Wilcox (Oracle)
2024-08-12binfmt_elf: Dump smaller VMAs first in ELF coresBrian Mak
2024-08-12Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-08-10Merge tag 'nfsd-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-08-10Merge tag 'bcachefs-2024-08-10' of git://evilpiepirate.org/bcachefsLinus Torvalds
2024-08-09Merge tag '6.11-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-08-09binfmt_flat: Fix corruption when not offsetting data startKees Cook
2024-08-09bcachefs: bcachefs_metadata_version_disk_accounting_v3Kent Overstreet
2024-08-09bcachefs: improve bch2_dev_usage_to_text()Kent Overstreet
2024-08-09bcachefs: bch2_accounting_invalid()Kent Overstreet
2024-08-09Merge patch series "nsfs: iterate through mount namespaces"Christian Brauner
2024-08-09nsfs: iterate through mount namespacesChristian Brauner