This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 3352633ce6b2 Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/ [...] new ad01dadaa9dc block: remove checks for FALLOC_FL_NO_HIDE_STALE new f95117104476 ext4: remove tracing for FALLOC_FL_NO_HIDE_STALE new 57413d8e172c fs: sort out the fallocate mode vs flag mess new 1df1d3b2dcaa xfs: call xfs_flush_unmap_range from xfs_free_file_space new 72f4d525709b xfs: move the xfs_is_always_cow_inode check into xfs_alloc [...] new 4acaddf5d1e7 xfs: refactor xfs_file_fallocate new 7fbabbb4ae2a Merge patch series "Subject: sort out the fallocate mode mess" new ee25861f26e7 Merge tag 'vfs-6.12.fallocate' of git://git.kernel.org/pub [...] new 41e8149c8892 proc: add config & param to block forcing mem writes new b69181b871d9 proc: proc_readfd() -> proc_fd_iterate() new 55d4860db2a0 proc: proc_readfdinfo() -> proc_fdinfo_iterate() new 32a0a965b8a5 proc: add proc_splice_unmountable() new 3836b31c3e71 proc: block mounting on top of /proc/<pid>/map_files/* new 74ce208089f4 proc: block mounting on top of /proc/<pid>/fd/* new cf71eaa1ad18 proc: block mounting on top of /proc/<pid>/fdinfo/* new d80b065bb172 Merge patch series "proc: restrict overmounting of ephemer [...] new 4ad5f9a021bd proc: fold kmalloc() + strcpy() into kmemdup() new e8fc317dfca9 Merge tag 'vfs-6.12.procfs' of git://git.kernel.org/pub/sc [...]
The 18 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/admin-guide/kernel-parameters.txt | 10 + block/fops.c | 10 +- fs/open.c | 51 ++-- fs/proc/base.c | 65 ++++- fs/proc/fd.c | 16 +- fs/proc/generic.c | 4 +- fs/proc/internal.h | 13 + fs/xfs/xfs_bmap_util.c | 11 + fs/xfs/xfs_file.c | 353 ++++++++++++++---------- include/linux/falloc.h | 18 +- include/trace/events/ext4.h | 1 - include/uapi/linux/falloc.h | 1 + security/Kconfig | 32 +++ 13 files changed, 385 insertions(+), 200 deletions(-)