All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] udf, ext2, quota, fsnotify fixes & cleanups for 4.17-rc1
@ 2018-04-05 16:22 Jan Kara
  0 siblings, 0 replies; only message in thread
From: Jan Kara @ 2018-04-05 16:22 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-fsdevel

  Hello Linus,

  could you please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git for_linus

to get:
 * udf fixes of handling of media without uid/gid
 * udf fixes of some corner cases in parsing of volume recognition sequence
 * improvements of fsnotify handling of ENOMEM
 * new ioctl to allow setting of watch descriptor id for inotify (for
   checkpoint - restart)
 * small ext2, reiserfs, quota cleanups

Top of the tree is b91ed9d8082c. The full shortlog is:

Chengguang Xu (2):
      ext2: change return code to -ENOMEM when failing memory allocation
      udf: fix potential refcnt problem of nls module

Jan Kara (15):
      udf: Fix off-by-one in volume descriptor sequence length
      udf: Simplify handling of Volume Descriptor Pointers
      udf: Allow volume descriptor sequence to be terminated by unrecorded block
      udf: Convert descriptor index definitions to enum
      udf: Unify common handling of descriptors
      udf: Fix handling of Partition Descriptors
      udf: Ignore [ug]id=ignore mount options
      udf: Apply uid/gid mount options also to new inodes & chown
      udf: Clean up handling of invalid uid/gid
      udf: Provide saner default for invalid uid / gid
      udf: Update mount option documentation
      udf: Remove never implemented mount options
      fanotify: Avoid lost events due to ENOMEM for unlimited queues
      fsnotify: Let userspace know about lost events due to ENOMEM
      udf: Do not mark possibly inconsistent filesystems as closed

Kirill Tkhai (1):
      inotify: Extend ioctl to allow to request id of new watch descriptor

Kyle Spiers (1):
      reiserfs: Remove VLA from fs/reiserfs/reiserfs.h

Ritesh Harjani (1):
      quota: Kill an unused extern entry form quota.h

The diffstat is

 Documentation/filesystems/udf.txt    |  26 +---
 fs/ext2/super.c                      |   4 +-
 fs/notify/fanotify/fanotify.c        |  28 +++-
 fs/notify/fanotify/fanotify.h        |   3 +-
 fs/notify/fanotify/fanotify_user.c   |   2 +-
 fs/notify/inotify/inotify_fsnotify.c |   8 +-
 fs/notify/inotify/inotify_user.c     |  14 ++
 fs/notify/notification.c             |   3 +-
 fs/reiserfs/reiserfs.h               |   2 +-
 fs/udf/file.c                        |  10 ++
 fs/udf/ialloc.c                      |   4 +
 fs/udf/inode.c                       |  23 ++--
 fs/udf/super.c                       | 260 ++++++++++++++++++-----------------
 fs/udf/udf_sb.h                      |  15 +-
 fs/udf/udfdecl.h                     |   2 +
 include/linux/fsnotify_backend.h     |   6 +
 include/linux/quota.h                |   1 -
 include/uapi/linux/inotify.h         |   8 ++
 18 files changed, 240 insertions(+), 179 deletions(-)

							Thanks
								Honza

-- 
Jan Kara <jack@suse.com>
SUSE Labs, CR

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-04-05 16:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-05 16:22 [GIT PULL] udf, ext2, quota, fsnotify fixes & cleanups for 4.17-rc1 Jan Kara

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.