summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-08-14Merge tag 'vfs-6.11-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds18-59/+376
2024-08-14Merge tag 'execve-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+10
2024-08-13exec: Fix ToCToU between perm check and set-uid/gid usageKees Cook1-1/+7
2024-08-13Merge tag '6.11-rc3-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds7-13/+39
2024-08-13Squashfs: sanity check symbolic link sizePhillip Lougher1-1/+6
2024-08-139p: Fix DIO read through netfsDominique Martinet6-12/+23
2024-08-13vfs: Don't evict inode under the inode lru traversing contextZhihao Cheng1-2/+37
2024-08-12netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flagsDavid Howells7-33/+115
2024-08-12netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second...David Howells3-2/+169
2024-08-12netfs: clean up after renaming FSCACHE_DEBUG configLukas Bulwahn1-1/+1
2024-08-12libfs: fix infinite directory reads for offset diryangerkun1-11/+24
2024-08-12fs/netfs/fscache_cookie: add missing "n_accesses" checkMax Kellermann1-0/+4
2024-08-12filelock: fix name of file_lease slab cacheOmar Sandoval1-1/+1
2024-08-12netfs: Fault in smaller chunks for non-large folio mappingsMatthew Wilcox (Oracle)1-1/+1
2024-08-12Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-17/+13
2024-08-10Merge tag 'nfsd-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-2/+1
2024-08-10Merge tag 'bcachefs-2024-08-10' of git://evilpiepirate.org/bcachefsLinus Torvalds12-28/+126
2024-08-10Merge tag '6.11-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-17/+21
2024-08-10binfmt_flat: Fix corruption when not offsetting data startKees Cook1-1/+3
2024-08-10bcachefs: bcachefs_metadata_version_disk_accounting_v3Kent Overstreet3-6/+32
2024-08-09bcachefs: improve bch2_dev_usage_to_text()Kent Overstreet3-6/+10
2024-08-09bcachefs: bch2_accounting_invalid()Kent Overstreet4-8/+73
2024-08-09ksmbd: override fsids for smb2_query_info()Namjae Jeon1-0/+7
2024-08-09ksmbd: override fsids for share path checkNamjae Jeon7-13/+32
2024-08-09cifs: cifs_inval_name_dfs_link_error: correct the check for fullpathGleb Korobeynikov1-4/+5
2024-08-08Merge tag 'trace-v6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-13/+8
2024-08-08Merge tag 'bcachefs-2024-08-08' of git://evilpiepirate.org/bcachefsLinus Torvalds15-31/+95
2024-08-08bcachefs: Switch to .get_inode_acl()Kent Overstreet3-9/+12
2024-08-08Fix spelling errors in Server Message BlockXiaxi Shen4-8/+8
2024-08-08smb3: fix setting SecurityFlags when encryption is requiredSteve French3-5/+8
2024-08-08bcachefs: Use bch2_wait_on_allocator() in btree node alloc pathKent Overstreet1-1/+1
2024-08-08bcachefs: Make allocator stuck timeout configurable, ratelimit messagesKent Overstreet8-12/+45
2024-08-08bcachefs: Add missing path_traverse() to btree_iter_next_node()Kent Overstreet1-0/+5
2024-08-08tracefs: Use generic inode RCU for synchronizing freeingSteven Rostedt2-10/+5
2024-08-08eventfs: Use SRCU for freeing eventfs_inodesMathias Krause1-1/+1
2024-08-08eventfs: Don't return NULL in eventfs_create_dir()Mathias Krause1-1/+1
2024-08-08tracefs: Fix inode allocationMathias Krause1-1/+1
2024-08-07Merge tag 'for-6.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-9/+38
2024-08-07bcachefs: ec should not allocate from ro devsKent Overstreet1-0/+3
2024-08-07bcachefs: Improved allocator debugging for ecKent Overstreet4-15/+30
2024-08-07bcachefs: Add missing bch2_trans_begin() callKent Overstreet1-0/+1
2024-08-07bcachefs: Add a comment for bucket helper typesKent Overstreet1-0/+8
2024-08-07bcachefs: Don't rely on implicit unsigned -> signed integer conversionKent Overstreet1-2/+2
2024-08-06fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHAREAl Viro1-17/+13
2024-08-04Merge tag '6.11-rc1-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-96/+119
2024-08-03Merge tag 'xfs-6.11-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds8-31/+44
2024-08-02btrfs: avoid using fixed char array size for tree namesQu Wenruo1-1/+1
2024-08-02btrfs: fix double inode unlock for direct IO sync writesFilipe Manana1-1/+4
2024-08-02Merge tag 'ceph-for-6.11-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds2-14/+28
2024-08-02cifs: update internal version numberSteve French1-2/+2