* [git pull] vfs misc bits
@ 2011-01-17 13:37 Al Viro
2011-01-17 14:32 ` Sedat Dilek
0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2011-01-17 13:37 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel
Assorted bits and pieces. There will be one more pile, but this one
is just sweeping the misc stuff. Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/ for-linus
Shortlog:
Al Viro (3):
Take the completion of automount into new helper
don't drop newmnt on error in do_add_mount()
tidy up around finish_automount()
Christoph Hellwig (2):
make the feature checks in ->fallocate future proof
fallocate should be a file operation
Dr. David Alan Gilbert (1):
hpfs_setattr error case avoids unlock_kernel
Namhyung Kim (5):
compat: remove unnecessary assignment in compat_rw_copy_check_uvector()
compat: update comment of compat statfs syscalls
compat: copy missing fields in compat_statfs64 to user
aio: check return value of create_workqueue()
fs: fix address space warnings in ioctl_fiemap()
Randy Dunlap (1):
fs: FS_POSIX_ACL does not depend on BLOCK
Steven Rostedt (2):
fs: Remove unlikely() from fput_light()
fs: Remove unlikely() from fget_light()
Yang Ruirui (1):
staging: smbfs building fix
Diffstat:
Documentation/filesystems/Locking | 3 +-
drivers/staging/smbfs/dir.c | 4 +-
fs/Kconfig | 17 +--
fs/aio.c | 2 +-
fs/btrfs/file.c | 113 ++++++++++++++++
fs/btrfs/inode.c | 111 ----------------
fs/compat.c | 10 +-
fs/ext4/ext4.h | 2 +-
fs/ext4/extents.c | 11 +-
fs/ext4/file.c | 2 +-
fs/file_table.c | 2 +-
fs/gfs2/file.c | 258 +++++++++++++++++++++++++++++++++++++
fs/gfs2/ops_inode.c | 258 -------------------------------------
fs/hpfs/inode.c | 2 +-
fs/internal.h | 3 +-
fs/ioctl.c | 10 +-
fs/namei.c | 31 +----
fs/namespace.c | 63 ++++++----
fs/ocfs2/file.c | 10 +-
fs/open.c | 4 +-
fs/xfs/linux-2.6/xfs_file.c | 56 ++++++++
fs/xfs/linux-2.6/xfs_iops.c | 57 --------
include/linux/file.h | 2 +-
include/linux/fs.h | 8 +-
24 files changed, 515 insertions(+), 524 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [git pull] vfs misc bits
2011-01-17 13:37 [git pull] vfs misc bits Al Viro
@ 2011-01-17 14:32 ` Sedat Dilek
0 siblings, 0 replies; 2+ messages in thread
From: Sedat Dilek @ 2011-01-17 14:32 UTC (permalink / raw)
To: Al Viro
Cc: Linus Torvalds, linux-kernel, linux-fsdevel, Ingo Molnar,
Steven Rostedt, Stephen Rothwell
On Mon, Jan 17, 2011 at 2:37 PM, Al Viro <viro@zeniv.linux.org.uk> wrote:
> Assorted bits and pieces. There will be one more pile, but this one
> is just sweeping the misc stuff. Please, pull from
> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/ for-linus
>
> Shortlog:
[...]
> Steven Rostedt (2):
> fs: Remove unlikely() from fput_light()
> fs: Remove unlikely() from fget_light()
>
[ CCing Steven Rostedt, Ingo Molnar (linux-2.6-tip) and Stephen
Rothwell (linux-next) ]
Al-elulja!
finally, more and more of Stevens unlikely/* patches went into several
trees (I have them all since 15-Dec-2010 in my patch-series, see my
script below).
After pulling Al's vfs-2.6.git#for-linus branch into todays linux-next
(next-20110117), it looks like it is only missing Stevens
unlikely/core branch [1].
I guees this will be touched by Ingo's magic hands soon.
Make these "unlikely" things "likely" :-)
- Sedat -
[1] http://git.kernel.org/?p=linux/kernel/git/rostedt/linux-2.6-trace.git;a=shortlog;h=refs/heads/unlikely/core
P.S.:
$ cat scripts/git-pull_srostedt-unlikely-branches.sh
#!/bin/sh
# DATE: 15-Dec-2010
branches="unlikely/core unlikely/workqueue unlikely/fs unlikely/x86
unlikely/mm unlikely/sched"
VCS_GIT="git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git"
cd linux-next
for i in $branches ; do git pull $VCS_GIT $i ; done
$ cd /mnt/sdb5/linux-kernel/
$ ./scripts/git-pull_srostedt-unlikely-branches.sh
remote: Counting objects: 67, done.
remote: Compressing objects: 100% (48/48), done.
remote: Total 49 (delta 39), reused 1 (delta 1)
Unpacking objects: 100% (49/49), done.
From git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace
* branch unlikely/core -> FETCH_HEAD
warning: too many files (created: 1138 deleted: 595), skipping inexact
rename detection
Auto-merging arch/x86/kernel/process_64.c
Auto-merging kernel/sched.c
Auto-merging kernel/sched_rt.c
Merge made by recursive.
arch/x86/kernel/process_64.c | 6 +++---
kernel/sched.c | 4 ++--
kernel/sched_rt.c | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
remote: Counting objects: 7, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 4 (delta 3), reused 0 (delta 0)
Unpacking objects: 100% (4/4), done.
From git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace
* branch unlikely/workqueue -> FETCH_HEAD
warning: too many files (created: 1130 deleted: 579), skipping inexact
rename detection
Merge made by recursive.
remote: Counting objects: 15, done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 9 (delta 7), reused 0 (delta 0)
Unpacking objects: 100% (9/9), done.
From git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace
* branch unlikely/fs -> FETCH_HEAD
warning: too many files (created: 1130 deleted: 579), skipping inexact
rename detection
Merge made by recursive.
remote: Counting objects: 11, done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 6 (delta 5), reused 0 (delta 0)
Unpacking objects: 100% (6/6), done.
From git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace
* branch unlikely/x86 -> FETCH_HEAD
warning: too many files (created: 1130 deleted: 579), skipping inexact
rename detection
Merge made by recursive.
remote: Counting objects: 21, done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 14 (delta 12), reused 1 (delta 1)
Unpacking objects: 100% (14/14), done.
From git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace
* branch unlikely/mm -> FETCH_HEAD
warning: too many files (created: 1130 deleted: 579), skipping inexact
rename detection
Merge made by recursive.
remote: Counting objects: 20, done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 16 (delta 12), reused 0 (delta 0)
Unpacking objects: 100% (16/16), done.
From git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace
* branch unlikely/sched -> FETCH_HEAD
warning: too many files (created: 1130 deleted: 579), skipping inexact
rename detection
Merge made by recursive.
- EOT -
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-17 14:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-17 13:37 [git pull] vfs misc bits Al Viro
2011-01-17 14:32 ` Sedat Dilek
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).