linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] vfs.git #work.misc
@ 2019-03-11  0:39 Al Viro
  2019-03-12 22:20 ` pr-tracker-bot
  0 siblings, 1 reply; 7+ messages in thread
From: Al Viro @ 2019-03-11  0:39 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-fsdevel

	Assorted fixes (really no common topic here)

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.misc

for you to fetch changes up to 12e1e7af1a55b9f911025365af4c689b3933c22a:

  vfs: Make __vfs_write() static (2019-02-22 00:30:05 -0500)

----------------------------------------------------------------
Aurelien Jarno (1):
      vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1

Christoph Hellwig (2):
      orangefs: don't reinitialize result_mask in ->getattr
      fs: move generic stat response attr handling to vfs_getattr_nosec

Geert Uytterhoeven (1):
      vfs: Make __vfs_write() static

Jann Horn (2):
      splice: don't merge into linked buffers
      pipe: stop using ->can_merge

Varad Gautam (1):
      fs/devpts: always delete dcache dentry-s in dput()

 fs/devpts/inode.c         |  1 +
 fs/orangefs/inode.c       |  7 ++-----
 fs/pipe.c                 | 32 +++++++++++++++++++++++++++++---
 fs/read_write.c           | 10 ++++++++--
 fs/splice.c               |  8 ++++----
 fs/stat.c                 | 12 +++++++-----
 include/linux/pipe_fs_i.h |  8 +-------
 kernel/relay.c            |  1 -
 kernel/trace/trace.c      |  2 --
 net/smc/smc_rx.c          |  1 -
 10 files changed, 52 insertions(+), 30 deletions(-)

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

* Re: [git pull] vfs.git #work.misc
  2019-03-11  0:39 [git pull] vfs.git #work.misc Al Viro
@ 2019-03-12 22:20 ` pr-tracker-bot
  0 siblings, 0 replies; 7+ messages in thread
From: pr-tracker-bot @ 2019-03-12 22:20 UTC (permalink / raw)
  To: Al Viro; +Cc: Linus Torvalds, linux-fsdevel

The pull request you sent on Mon, 11 Mar 2019 00:39:40 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.misc

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5f739e4a491ab63730ef3b7464171340c689fbff

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

* Re: [git pull] vfs.git #work.misc
  2022-08-14  0:23 Al Viro
  2022-08-14  0:39 ` Linus Torvalds
@ 2022-08-14  0:39 ` pr-tracker-bot
  1 sibling, 0 replies; 7+ messages in thread
From: pr-tracker-bot @ 2022-08-14  0:39 UTC (permalink / raw)
  To: Al Viro; +Cc: Linus Torvalds, linux-kernel, linux-fsdevel

The pull request you sent on Sun, 14 Aug 2022 01:23:01 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/aea23e7c464bfdec04b52cf61edb62030e9e0d0a

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

* Re: [git pull] vfs.git #work.misc
  2022-08-14  0:23 Al Viro
@ 2022-08-14  0:39 ` Linus Torvalds
  2022-08-14  0:39 ` pr-tracker-bot
  1 sibling, 0 replies; 7+ messages in thread
From: Linus Torvalds @ 2022-08-14  0:39 UTC (permalink / raw)
  To: Al Viro; +Cc: linux-kernel, linux-fsdevel

On Sat, Aug 13, 2022 at 5:23 PM Al Viro <viro@zeniv.linux.org.uk> wrote:
>
>       vfs: escape hash as well

That didn't parse at all for me - when talking about hashes in the
kernel, we basically never talk about the hash _character_ ('#'), and
your pull request message just made me go all "Whaa?"

Next time, can we agree to talk about either 'hash character' or just say '#'?

Just to avoid the confusion with all the normal hashing we do in the kernel.

            Linus

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

* [git pull] vfs.git #work.misc
@ 2022-08-14  0:23 Al Viro
  2022-08-14  0:39 ` Linus Torvalds
  2022-08-14  0:39 ` pr-tracker-bot
  0 siblings, 2 replies; 7+ messages in thread
From: Al Viro @ 2022-08-14  0:23 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

[the last bit from -next]
The following changes since commit b13baccc3850ca8b8cccbf8ed9912dbaa0fdf7f3:

  Linux 5.19-rc2 (2022-06-12 16:11:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ed5fce76b5ea40c87b44cafbe4f3222da8ec981a:

  vfs: escape hash as well (2022-06-28 13:58:05 -0400)

----------------------------------------------------------------
fix for /proc/mounts escaping

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

----------------------------------------------------------------
Siddhesh Poyarekar (1):
      vfs: escape hash as well

 fs/proc_namespace.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

* [git pull] vfs.git work.misc
@ 2017-11-17  3:04 Al Viro
  0 siblings, 0 replies; 7+ messages in thread
From: Al Viro @ 2017-11-17  3:04 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

	Assorted stuff, really no common topic here.

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.misc

for you to fetch changes up to c02b1a9b41c2e728289f96850580a3651e0a8b5f:

  vfs: grab the lock instead of blocking in __fd_install during resizing (2017-11-05 18:58:07 -0500)

----------------------------------------------------------------
Al Viro (6):
      acct.h: get rid of detritus
      new helper: destroy_unused_super()
      fold destroy_super() into __put_super()
      do_handle_open() should be static
      make vfs_ustat() static
      stubs for mount_bdev() and kill_block_super() in !CONFIG_BLOCK case

Arnd Bergmann (1):
      elf_fdpic: fix unused variable warning

Hirofumi Nakagawa (2):
      vfs: remove unneeded unlikely()
      pstore: remove unneeded unlikely()

Jan Harkes (1):
      coda: fix 'kernel memory exposure attempt' in fsync

Josef Bacik (1):
      fs: make fiemap work from compat_ioctl

Linus Torvalds (1):
      fix address space warnings in ipc/

Mateusz Guzik (2):
      vfs: stop clearing close on exec when closing a fd
      vfs: grab the lock instead of blocking in __fd_install during resizing

Mike Rapoport (1):
      include/linux/fs.h: fix comment about struct address_space

 Documentation/filesystems/porting |  4 ----
 fs/binfmt_elf_fdpic.c             |  2 ++
 fs/coda/upcall.c                  |  3 +--
 fs/compat_ioctl.c                 |  1 +
 fs/fhandle.c                      |  4 ++--
 fs/file.c                         | 12 +++++-----
 fs/namei.c                        |  2 +-
 fs/pstore/platform.c              |  2 +-
 fs/statfs.c                       |  2 +-
 fs/super.c                        | 46 ++++++++++++++++++---------------------
 include/linux/acct.h              |  3 ---
 include/linux/fs.h                | 19 ++++++++++++++--
 ipc/msg.c                         |  4 ++--
 ipc/sem.c                         |  4 ++--
 ipc/shm.c                         |  4 ++--
 ipc/syscall.c                     |  2 +-
 16 files changed, 61 insertions(+), 53 deletions(-)

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

* [git pull] vfs.git#work.misc
@ 2016-05-18 18:40 Al Viro
  0 siblings, 0 replies; 7+ messages in thread
From: Al Viro @ 2016-05-18 18:40 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

	Assorted cleanups and fixes all over the place.

The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

  Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.misc

for you to fetch changes up to 2c4cb04300fa160e9d78335c74184c4e66a56437:

  coredump: only charge written data against RLIMIT_CORE (2016-05-12 16:55:50 -0400)

----------------------------------------------------------------
Al Viro (6):
      mtd: switch open_mtd_by_chdev() to use of vfs_stat()
      mtd: switch ubi_open_volume_path() to vfs_stat()
      __d_alloc(): treat NULL name as QSTR("/", 1)
      bpf: reject invalid names right in ->lookup()
      ecryptfs: avoid multiple aliases for directories
      ecryptfs_lookup(): try either only encrypted or plaintext name

Omar Sandoval (2):
      coredump: get rid of coredump_params->written
      coredump: only charge written data against RLIMIT_CORE

 arch/powerpc/platforms/cell/spufs/coredump.c |  5 +-
 drivers/mtd/ubi/build.c                      | 13 ++---
 drivers/mtd/ubi/kapi.c                       | 19 +++----
 fs/binfmt_elf.c                              |  2 +-
 fs/binfmt_elf_fdpic.c                        |  2 +-
 fs/coredump.c                                |  5 +-
 fs/dcache.c                                  | 13 +++--
 fs/ecryptfs/inode.c                          | 85 ++++++++++++----------------
 kernel/bpf/inode.c                           | 37 +++---------
 9 files changed, 69 insertions(+), 112 deletions(-)

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

end of thread, other threads:[~2022-08-14  0:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-11  0:39 [git pull] vfs.git #work.misc Al Viro
2019-03-12 22:20 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2022-08-14  0:23 Al Viro
2022-08-14  0:39 ` Linus Torvalds
2022-08-14  0:39 ` pr-tracker-bot
2017-11-17  3:04 [git pull] vfs.git work.misc Al Viro
2016-05-18 18:40 [git pull] vfs.git#work.misc Al Viro

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).