summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.9.ntfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-1148-28826/+0
|\
| * fs: Remove NTFS classicMatthew Wilcox (Oracle)2024-01-2448-28826/+0
* | Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-1145-390/+494
|\ \
| * \ Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner2024-03-079-78/+59
| |\ \
| | * | libfs: Drop generic_set_encrypted_ci_d_opsGabriel Krisman Bertazi2024-02-271-34/+0
| | * | ubifs: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi2024-02-272-1/+1
| | * | f2fs: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi2024-02-272-1/+1
| | * | ext4: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi2024-02-272-1/+1
| | * | libfs: Add helper to choose dentry operations at mount-timeGabriel Krisman Bertazi2024-02-271-0/+28
| | * | libfs: Merge encrypted_ci_dentry_ops and ci_dentry_opsGabriel Krisman Bertazi2024-02-271-28/+6
| | * | fscrypt: Factor out a helper to configure the lookup dentryGabriel Krisman Bertazi2024-02-271-10/+5
| | * | ovl: Always reject mounting over case-insensitive directoriesGabriel Krisman Bertazi2024-02-271-3/+11
| | * | libfs: Attempt exact-match comparison first during casefolded lookupGabriel Krisman Bertazi2024-02-271-17/+23
| * | | hugetlbfs: support idmapped mountsGiuseppe Scrivano2024-03-041-9/+14
| * | | qnx4: convert qnx4 to use the new mount apiBill O'Donnell2024-03-011-17/+30
| * | | fs: use inode_set_ctime_to_ts to set inode ctime to current timeNguyen Dinh Phi2024-03-011-1/+1
| * | | efs: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-02-271-2/+2
| * | | jfs: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-02-271-1/+1
| * | | minix: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-02-271-1/+1
| * | | openpromfs: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-02-271-1/+1
| * | | proc: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-02-271-1/+1
| * | | qnx6: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-02-271-1/+1
| * | | reiserfs: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-02-271-1/+0
| * | | romfs: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-02-271-2/+2
| * | | sysv: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-02-271-1/+1
| * | | vfs: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-02-274-5/+4
| * | | Convert coda to use the new mount APIDavid Howells2024-02-221-45/+98
| * | | eventpoll: prefer kfree_rcu() in __ep_remove()Dmitry Antipov2024-02-221-7/+1
| * | | Merge series 'Use Maple Trees for simple_offset utilities' of https://lore.ke...Christian Brauner2024-02-221-31/+65
| |\ \ \
| | * | | libfs: Convert simple directory offsets to use a Maple TreeChuck Lever2024-02-211-24/+23
| | * | | libfs: Add simple_offset_empty()Chuck Lever2024-02-211-0/+32
| | * | | libfs: Define a minimum directory offsetChuck Lever2024-02-211-5/+8
| | * | | libfs: Re-arrange locking in offset_iterate_dir()Chuck Lever2024-02-211-6/+6
| | | |/ | | |/|
| * | | libfs: Remove unnecessary ‘0’ values from retLi zeming2024-02-201-1/+1
| * | | efs: convert efs to use the new mount apiBill O'Donnell2024-02-201-30/+84
| * | | fs/select: rework stack allocation hack for clangArnd Bergmann2024-02-201-1/+1
| * | | fs/hfsplus: use better @opf descriptionRandy Dunlap2024-02-121-1/+1
| * | | fs: prefer kfree_rcu() in fasync_remove_entry()Dmitry Antipov2024-02-121-7/+1
| * | | fs/mnt_idmapping.c: Return -EINVAL when no map is writtenTaylor Jackson2024-02-081-1/+1
| * | | eventfd: strictly check the count parameter of eventfd_write to avoid inputti...Wen Yang2024-02-081-1/+1
| * | | fs: remove the inode argument to ->d_real() methodAmir Goldstein2024-02-061-30/+22
| * | | epoll: Remove ep_scan_ready_list() in commentsHuang Xiaojia2024-02-061-4/+4
| * | | __fs_parse: Correct a documentation commentChen Hanxiao2024-02-021-2/+2
| * | | mbcache: Simplify the allocation of slab cachesKunwu Chan2024-02-021-3/+2
| * | | fs: Use KMEM_CACHE instead of kmem_cache_createKunwu Chan2024-02-021-3/+1
| * | | select: Avoid wrap-around instrumentation in do_sys_poll()Kees Cook2024-02-021-6/+7
| * | | ntfs3: use file_mnt_idmap helperAlexander Mikhalitsyn2024-02-021-1/+1
| * | | sysv: don't call sb_bread() with pointers_lock heldTetsuo Handa2024-02-021-6/+4
| * | | fs/pipe: Convert to lockdep_cmp_fnKent Overstreet2024-02-021-45/+36
| * | | Merge tag 'exportfs-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner2024-01-235-33/+4
| |\ \ \