linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] vfs.git misc pile
@ 2024-01-11 10:21 Al Viro
  2024-01-12  5:07 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Al Viro @ 2024-01-11 10:21 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-fsdevel

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-misc

for you to fetch changes up to c5f3fd21789cff8fa1120e802dd1390d34e3eec0:

  apparmorfs: don't duplicate kfree_link() (2023-12-21 12:53:43 -0500)

----------------------------------------------------------------
misc cleanups (the part that hadn't been picked by individual fs trees)

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

----------------------------------------------------------------
Al Viro (17):
      zonefs: d_splice_alias() will do the right thing on ERR_PTR() inode
      nilfs2: d_obtain_alias(ERR_PTR(...)) will do the right thing...
      bfs_add_entry(): get rid of pointless ->d_name.len checks
      nfsd: kill stale comment about simple_fill_super() requirements
      udf: d_splice_alias() will do the right thing on ERR_PTR() inode
      udf: d_obtain_alias(ERR_PTR(...)) will do the right thing...
      udf_fiiter_add_entry(): check for zero ->d_name.len is bogus...
      hostfs: use d_splice_alias() calling conventions to simplify failure exits
      /proc/sys: use d_splice_alias() calling conventions to simplify failure exits
      affs: d_obtain_alias(ERR_PTR(...)) will do the right thing
      befs: d_obtain_alias(ERR_PTR(...)) will do the right thing
      ext4_add_entry(): ->d_name.len is never 0
      __ocfs2_add_entry(), ocfs2_prepare_dir_for_insert(): namelen checks
      reiserfs_add_entry(): get rid of pointless namelen checks
      ocfs2_find_match(): there's no such thing as NULL or negative ->d_parent
      orangefs: saner arguments passing in readdir guts
      apparmorfs: don't duplicate kfree_link()

 fs/affs/namei.c                |  3 ---
 fs/befs/linuxvfs.c             |  3 ---
 fs/bfs/dir.c                   |  5 -----
 fs/ext4/namei.c                |  2 --
 fs/hostfs/hostfs_kern.c        |  8 ++------
 fs/nfsd/nfsctl.c               |  4 ----
 fs/nilfs2/namei.c              |  7 +------
 fs/ocfs2/dcache.c              |  7 -------
 fs/ocfs2/dir.c                 |  9 ---------
 fs/orangefs/dir.c              | 32 ++++++++++++--------------------
 fs/proc/proc_sysctl.c          | 14 ++------------
 fs/reiserfs/namei.c            |  7 -------
 fs/udf/namei.c                 | 11 +----------
 fs/zonefs/super.c              |  2 --
 security/apparmor/apparmorfs.c |  7 +------
 15 files changed, 19 insertions(+), 102 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [git pull] vfs.git misc pile
@ 2023-04-24  4:29 Al Viro
  2023-04-25  2:49 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Al Viro @ 2023-04-24  4:29 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

The following changes since commit eeac8ede17557680855031c6f305ece2378af326:

  Linux 6.3-rc2 (2023-03-12 16:36:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-misc

for you to fetch changes up to 73bb5a9017b93093854c18eb7ca99c7061b16367:

  fs: Fix description of vfs_tmpfile() (2023-03-12 20:03:48 -0400)

----------------------------------------------------------------
misc pile

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

----------------------------------------------------------------
Al Viro (1):
      sysv: switch to put_and_unmap_page()

Fabio M. De Francesco (1):
      fs/sysv: Don't round down address for kunmap_flush_on_unmap()

Roberto Sassu (1):
      fs: Fix description of vfs_tmpfile()

 fs/namei.c      |  4 ++--
 fs/sysv/dir.c   | 28 +++++++++++-----------------
 fs/sysv/namei.c |  8 ++++----
 fs/sysv/sysv.h  |  1 -
 4 files changed, 17 insertions(+), 24 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [git pull] vfs.git misc pile
@ 2022-12-12  0:39 Al Viro
  2022-12-13  3:49 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Al Viro @ 2022-12-12  0:39 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

The last commit in there (sysvfs very belated fix) had been there only
since Friday, but it's a really obvious fix - the bug had been introduced
in minixfs and sysvfs in 2002, minixfs got caught and fixed 2 years later
and sysvfs one got missed.  Fix is the same one-liner.  Up to you...

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-misc

for you to fetch changes up to e0c49bd2b4d3cd1751491eb2d940bce968ac65e9:

  fs: sysv: Fix sysv_nblocks() returns wrong value (2022-12-10 14:13:37 -0500)

----------------------------------------------------------------
misc pile

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

----------------------------------------------------------------
Chen Zhongjin (1):
      fs: sysv: Fix sysv_nblocks() returns wrong value

Christoph Hellwig (1):
      fs: simplify vfs_get_super

Jeff Layton (1):
      fs: drop useless condition from inode_needs_update_time

Zhen Lei (2):
      btrfs: replace INT_LIMIT(loff_t) with OFFSET_MAX
      get rid of INT_LIMIT, use type_max() instead

 Documentation/filesystems/mount_api.rst | 11 ------
 fs/btrfs/ordered-data.c                 |  6 ++--
 fs/inode.c                              |  3 --
 fs/super.c                              | 60 +++++----------------------------
 fs/sysv/itree.c                         |  2 +-
 include/linux/fs.h                      |  5 ++-
 include/linux/fs_context.h              | 14 --------
 7 files changed, 15 insertions(+), 86 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-01-12  5:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-11 10:21 [git pull] vfs.git misc pile Al Viro
2024-01-12  5:07 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2023-04-24  4:29 Al Viro
2023-04-25  2:49 ` pr-tracker-bot
2022-12-12  0:39 Al Viro
2022-12-13  3:49 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).