This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 33b40134e5cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net new eb31e2f63d85 utimes: Clamp the timestamps in notify_change() new 97acf83de493 fs: fat: Eliminate timespec64_trunc() usage new 918c900987f2 fs: cifs: Delete usage of timespec64_trunc new 668c9a61e3bf fs: ceph: Delete timespec64_trunc() usage new 1bfad0c07941 fs: ubifs: Eliminate timespec64_trunc() usage new ba70609d5ec6 fs: Delete timespec64_trunc() new 23b424d9c36e fs: Do not overload update_time new f0f3588f7a95 kernfs: don't bother with timestamp truncation new bddea11b1b93 Merge branch 'imm.timestamp' of git://git.kernel.org/pub/s [...] new a3d1e7eb5abe simple_recursive_removal(): kernel-side rm -rf for ramfs-s [...] new 72f582ff8569 Merge branch 'work.recursive_removal' of git://git.kernel. [...] new 802a5017ffb2 jfs: remove unused MAXL2PAGES new 51a198e89a96 Merge tag 'jfs-5.6' of git://github.com/kleikamp/linux-shaggy
The 13 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/attr.c | 23 ++++----- fs/ceph/mds_client.c | 4 +- fs/cifs/inode.c | 13 ++--- fs/configfs/inode.c | 9 ++-- fs/debugfs/inode.c | 121 +++++--------------------------------------- fs/f2fs/file.c | 18 +++---- fs/fat/misc.c | 10 +++- fs/inode.c | 33 ++---------- fs/jfs/jfs_dmap.c | 1 - fs/kernfs/inode.c | 6 +-- fs/libfs.c | 70 +++++++++++++++++++++++++ fs/ntfs/inode.c | 18 +++---- fs/tracefs/inode.c | 114 ++++------------------------------------- fs/ubifs/file.c | 18 +++---- fs/ubifs/sb.c | 11 ++-- fs/utimes.c | 4 +- include/linux/debugfs.h | 2 +- include/linux/fs.h | 3 +- include/linux/tracefs.h | 1 - kernel/trace/trace.c | 4 +- kernel/trace/trace_events.c | 6 +-- kernel/trace/trace_hwlat.c | 2 +- 22 files changed, 165 insertions(+), 326 deletions(-)