linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] vfs.git misc
@ 2019-07-19  3:46 Al Viro
  2019-07-19 19:45 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Al Viro @ 2019-07-19  3:46 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

	Assorted stuff.

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -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 02e5ad973883c36c0868b301b8357d9c455bb91c:

  perf_event_get(): don't bother with fget_raw() (2019-06-26 20:43:53 -0400)

----------------------------------------------------------------
Al Viro (1):
      perf_event_get(): don't bother with fget_raw()

Ian Kent (1):
      vfs: update d_make_root() description

 Documentation/filesystems/porting | 15 +++++++++++++--
 kernel/events/core.c              |  4 +---
 2 files changed, 14 insertions(+), 5 deletions(-)

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

* Re: [git pull] vfs.git misc
  2019-07-19  3:46 [git pull] vfs.git misc Al Viro
@ 2019-07-19 19:45 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2019-07-19 19:45 UTC (permalink / raw)
  To: Al Viro; +Cc: Linus Torvalds, linux-kernel, linux-fsdevel

The pull request you sent on Fri, 19 Jul 2019 04:46:04 +0100:

> 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/4f5ed1318c0108369a76f4a56242fbeea537abe9

Thank you!

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

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

* Re: [git pull] vfs.git misc
  2020-02-08 19:03 Al Viro
@ 2020-02-08 21:55 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-02-08 21:55 UTC (permalink / raw)
  To: Al Viro; +Cc: Linus Torvalds, linux-kernel, linux-fsdevel

The pull request you sent on Sat, 8 Feb 2020 19:03:29 +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/236f45329460f76d058111de1a1cea12f5a8b734

Thank you!

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

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

* [git pull] vfs.git misc
@ 2020-02-08 19:03 Al Viro
  2020-02-08 21:55 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Al Viro @ 2020-02-08 19:03 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

	bmap series from cmaiolino + getting rid of convolutions in
copy_mount_options() (a couple of copy_from_user() instead of
an the __get_user() crap)

The following changes since commit c79f46a282390e0f5b306007bf7b11a46d529538:

  Linux 5.5-rc5 (2020-01-05 14:23:27 -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 12efec5602744c5a185049eb4fcfd9aebe01bd6f:

  saner copy_mount_options() (2020-02-03 21:23:33 -0500)

----------------------------------------------------------------
Al Viro (1):
      saner copy_mount_options()

Carlos Maiolino (5):
      fs: Enable bmap() function to properly return errors
      cachefiles: drop direct usage of ->bmap method.
      ecryptfs: drop direct calls to ->bmap
      fibmap: Use bmap instead of ->bmap method in ioctl_fibmap
      fibmap: Reject negative block numbers

 drivers/md/md-bitmap.c | 16 ++++++++++------
 fs/cachefiles/rdwr.c   | 27 ++++++++++++++-------------
 fs/ecryptfs/mmap.c     | 16 ++++++----------
 fs/f2fs/data.c         | 16 +++++++++++-----
 fs/inode.c             | 32 +++++++++++++++++++-------------
 fs/ioctl.c             | 33 +++++++++++++++++++++++----------
 fs/jbd2/journal.c      | 22 +++++++++++++++-------
 fs/namespace.c         | 49 +++++++------------------------------------------
 include/linux/fs.h     |  9 ++++++++-
 mm/page_io.c           | 11 +++++++----
 10 files changed, 120 insertions(+), 111 deletions(-)

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

end of thread, other threads:[~2020-02-08 21:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-19  3:46 [git pull] vfs.git misc Al Viro
2019-07-19 19:45 ` pr-tracker-bot
2020-02-08 19:03 Al Viro
2020-02-08 21:55 ` 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).