aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-08-14Merge tag 'for-6.11-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-08-14Merge tag 'vfs-6.11-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
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-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-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-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-08ksmbd: override fsids for smb2_query_info()Namjae Jeon
2024-08-08ksmbd: override fsids for share path checkNamjae Jeon
2024-08-08cifs: cifs_inval_name_dfs_link_error: correct the check for fullpathGleb Korobeynikov
2024-08-08Merge tag 'trace-v6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-08-08Merge tag 'bcachefs-2024-08-08' of git://evilpiepirate.org/bcachefsLinus Torvalds
2024-08-08bcachefs: Switch to .get_inode_acl()Kent Overstreet
2024-08-08Fix spelling errors in Server Message BlockXiaxi Shen
2024-08-08smb3: fix setting SecurityFlags when encryption is requiredSteve French
2024-08-07bcachefs: Use bch2_wait_on_allocator() in btree node alloc pathKent Overstreet
2024-08-07bcachefs: Make allocator stuck timeout configurable, ratelimit messagesKent Overstreet
2024-08-07bcachefs: Add missing path_traverse() to btree_iter_next_node()Kent Overstreet
2024-08-07tracefs: Use generic inode RCU for synchronizing freeingSteven Rostedt
2024-08-07eventfs: Use SRCU for freeing eventfs_inodesMathias Krause
2024-08-07eventfs: Don't return NULL in eventfs_create_dir()Mathias Krause
2024-08-07tracefs: Fix inode allocationMathias Krause
2024-08-07Merge tag 'for-6.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-08-07bcachefs: ec should not allocate from ro devsKent Overstreet
2024-08-07bcachefs: Improved allocator debugging for ecKent Overstreet
2024-08-07bcachefs: Add missing bch2_trans_begin() callKent Overstreet
2024-08-07bcachefs: Add a comment for bucket helper typesKent Overstreet
2024-08-07bcachefs: Don't rely on implicit unsigned -> signed integer conversionKent Overstreet
2024-08-05fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHAREAl Viro