Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull misc vfs updates from Al Viro: "All kinds of misc stuff, without any unifying topic, from various people. Neil's d_anon patch, several bugfixes, introduction of kvmalloc analogue of kmemdup_user(), extending bitfield.h to deal with fixed-endians, assorted cleanups all over the place..." * 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: (28 commits) alpha: osf_sys.c: use timespec64 where appropriate alpha: osf_sys.c: fix put_tv32 regression jffs2: Fix use-after-free bug in jffs2_iget()'s error handling path dcache: delete unused d_hash_mask dcache: subtract d_hash_shift from 32 in advance fs/buffer.c: fold init_buffer() into init_page_buffers() fs: fold __inode_permission() into inode_permission() fs: add RWF_APPEND sctp: use vmemdup_user() rather than badly open-coding memdup_user() snd_ctl_elem_init_enum_names(): switch to vmemdup_user() replace_user_tlv(): switch to vmemdup_user() new primitive: vmemdup_user() memdup_user(): switch to GFP_USER eventfd: fold eventfd_ctx_get() into eventfd_ctx_fileget() eventfd: fold eventfd_ctx_read() into eventfd_read() eventfd: convert to use anon_inode_getfd() nfs4file: get rid of pointless include of btrfs.h uvc_v4l2: clean copyin/copyout up vme_user: don't use __copy_..._user() usx2y: don't bother with memdup_user() for 16-byte structure ...
No related branches found
No related tags found
Showing
- Documentation/filesystems/nfs/Exporting 19 additions, 8 deletionsDocumentation/filesystems/nfs/Exporting
- arch/alpha/kernel/osf_sys.c 36 additions, 36 deletionsarch/alpha/kernel/osf_sys.c
- drivers/gpu/drm/r128/r128_state.c 6 additions, 17 deletionsdrivers/gpu/drm/r128/r128_state.c
- drivers/media/usb/uvc/uvc_v4l2.c 22 additions, 33 deletionsdrivers/media/usb/uvc/uvc_v4l2.c
- drivers/staging/lustre/lustre/llite/llite_internal.h 1 addition, 9 deletionsdrivers/staging/lustre/lustre/llite/llite_internal.h
- drivers/staging/vme/devices/vme_user.c 4 additions, 4 deletionsdrivers/staging/vme/devices/vme_user.c
- fs/buffer.c 2 additions, 8 deletionsfs/buffer.c
- fs/dcache.c 17 additions, 15 deletionsfs/dcache.c
- fs/eventfd.c 28 additions, 99 deletionsfs/eventfd.c
- fs/file.c 0 additions, 5 deletionsfs/file.c
- fs/file_table.c 0 additions, 1 deletionfs/file_table.c
- fs/jffs2/fs.c 0 additions, 1 deletionfs/jffs2/fs.c
- fs/namei.c 26 additions, 45 deletionsfs/namei.c
- fs/nfs/nfs4file.c 0 additions, 1 deletionfs/nfs/nfs4file.c
- fs/super.c 1 addition, 1 deletionfs/super.c
- include/linux/bitfield.h 46 additions, 0 deletionsinclude/linux/bitfield.h
- include/linux/buffer_head.h 0 additions, 1 deletioninclude/linux/buffer_head.h
- include/linux/eventfd.h 1 addition, 13 deletionsinclude/linux/eventfd.h
- include/linux/fs.h 3 additions, 2 deletionsinclude/linux/fs.h
- include/linux/string.h 1 addition, 0 deletionsinclude/linux/string.h
Loading
Please register or sign in to comment