This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 100ceb4817a2 Merge tag 'vfs-6.14-rc1.mount.v2' of git://git.kernel.org/ [...] new 903dc9c43a15 libfs: Return ENOSPC when the directory offset range is exhausted new d7bde4f27cee Revert "libfs: Add simple_offset_empty()" new b662d858131d Revert "libfs: fix infinite directory reads for offset dir" new 68a3a6500314 libfs: Replace simple_offset end-of-directory detection new b9b588f22a0c libfs: Use d_children list to iterate simple_offset directories new a0634b457eca Merge patch series "Improve simple directory offset wrap b [...] new 7e587c20adab Merge tag 'vfs-6.14-rc1.libfs' of git://git.kernel.org/pub [...] new 8fc7e23a9bd8 fs: reformat the statx definition new 7ed6cbe0f8ca fs: add STATX_DIO_READ_ALIGN new 7e17483c7b15 xfs: cleanup xfs_vn_getattr new 7422bbd03021 xfs: report the correct read/write dio alignment for refli [...] new 468210ec76e1 xfs: report larger dio alignment for COW inodes new cf40ebb2ed9f Merge patch series "add STATX_DIO_READ_ALIGN v3" new 47c9f2b3c838 Merge tag 'vfs-6.14-rc1.statx.dio' of git://git.kernel.org [...] new 92f08e9d3cf0 afs: Make /afs/.<cell> as well as /afs/<cell> mountpoints new 3e914febd79a afs: Add rootcell checks new 30bca65bbbae afs: Make /afs/@cell and /afs/.@cell symlinks new 178902bf44f2 Merge patch series "afs: Dynamic root improvements" new e30458d690f3 afs: Fix the fallback handling for the YFS.RemoveFile2 RPC call new b971424b6e3c Merge tag 'vfs-6.14-rc1.afs' of git://git.kernel.org/pub/s [...]
The 20 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: fs/afs/cell.c | 21 ++++- fs/afs/dynroot.c | 227 ++++++++++++++++++++++++++++++++------------- fs/afs/proc.c | 8 +- fs/afs/yfsclient.c | 5 +- fs/libfs.c | 162 +++++++++++++++----------------- fs/stat.c | 1 + fs/xfs/xfs_ioctl.c | 11 ++- fs/xfs/xfs_iops.c | 62 ++++++++----- include/linux/fs.h | 1 - include/linux/stat.h | 1 + include/trace/events/afs.h | 2 + include/uapi/linux/stat.h | 99 +++++++++++++++----- mm/shmem.c | 4 +- 13 files changed, 393 insertions(+), 211 deletions(-)