From: Al Viro <viro@ZenIV.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org
Subject: [git pull] more vfs.git stuff
Date: Thu, 21 Jan 2016 23:04:30 +0000 [thread overview]
Message-ID: <20160121230430.GX17997@ZenIV.linux.org.uk> (raw)
[trying to use git request-pull; result looks more or less sane, AFAICT...]
Embarrassing braino fix + pipe page accounting + fixing an eyesore in
find_filesystem() (checking that s1 is equal to prefix of s2 of given length
can be done in many ways, but "compare strlen(s1) with length and then do
strncmp()" is not a good one...)
The following changes since commit c7b6c5fe67d1519759de2014a2c44f50fb1426f3:
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (2016-01-15 12:41:32 -0800)
are available in the git repository at:
gitolite@ra.kernel.org:/pub/scm/linux/kernel/git/viro/vfs.git for-linus
for you to fetch changes up to 117aa41e8020fe493bbb677ebe828c3a4b380185:
[regression] fix braino in fs/dlm/user.c (2016-01-21 17:45:15 -0500)
----------------------------------------------------------------
Al Viro (2):
find_filesystem(): simplify comparison
[regression] fix braino in fs/dlm/user.c
Willy Tarreau (1):
pipe: limit the per-user amount of pages allocated in pipes
Documentation/sysctl/fs.txt | 23 ++++++++++++++++++++++
fs/dlm/user.c | 2 +-
fs/filesystems.c | 6 +++---
fs/pipe.c | 47 +++++++++++++++++++++++++++++++++++++++++++--
include/linux/pipe_fs_i.h | 4 ++++
include/linux/sched.h | 1 +
kernel/sysctl.c | 14 ++++++++++++++
7 files changed, 91 insertions(+), 6 deletions(-)
next reply other threads:[~2016-01-21 23:04 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-21 23:04 Al Viro [this message]
2016-01-22 18:26 ` [git pull] more vfs.git stuff Linus Torvalds
2016-01-22 18:42 ` Al Viro
2016-01-22 18:45 ` Linus Torvalds
-- strict thread matches above, loose matches on Subject: below --
2013-07-14 17:34 Al Viro
2013-05-09 19:26 Al Viro
2013-05-09 20:12 ` Linus Torvalds
2013-05-09 20:21 ` Linus Torvalds
2013-05-09 20:28 ` Al Viro
2013-05-09 20:34 ` Al Viro
2013-05-09 20:46 ` Linus Torvalds
2013-05-07 19:17 Al Viro
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160121230430.GX17997@ZenIV.linux.org.uk \
--to=viro@zeniv.linux.org.uk \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.