[git pull] vfs.git, part 3

From: Al Viro
Date: Mon Jul 08 2013 - 06:07:58 EST


Misc stuff all over the place. Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus
There will be one more pile in a couple of days.

Shortlog:
Al Viro (3):
helper for reading ->d_count
lustre: kill the pointless wrapper
mode_t whack-a-mole...

Jaegeuk Kim (1):
f2fs: fix readdir incorrectness

Jeff Layton (2):
seq_file: add seq_list_*_percpu helpers
locks: move file_lock_list to a set of percpu hlist_heads and convert file_lock_lock to an lglock

Wei Yongjun (1):
ncpfs: fix error return code in ncp_parse_options()

Diffstat:
.../lustre/include/linux/lustre_patchless_compat.h | 2 -
drivers/staging/lustre/lustre/include/linux/lvfs.h | 2 +-
.../staging/lustre/lustre/include/lprocfs_status.h | 6 +-
drivers/staging/lustre/lustre/llite/dcache.c | 8 +-
.../staging/lustre/lustre/llite/llite_internal.h | 4 +-
drivers/staging/lustre/lustre/llite/llite_lib.c | 2 +-
drivers/staging/lustre/lustre/llite/namei.c | 4 +-
drivers/staging/lustre/lustre/lvfs/lvfs_linux.c | 4 +-
.../lustre/lustre/obdclass/lprocfs_status.c | 8 +-
fs/autofs4/expire.c | 8 +-
fs/autofs4/root.c | 2 +-
fs/ceph/inode.c | 4 +-
fs/ceph/mds_client.c | 2 +-
fs/coda/dir.c | 2 +-
fs/ecryptfs/inode.c | 2 +-
fs/f2fs/dir.c | 20 +++---
fs/locks.c | 71 ++++++++++++++------
fs/ncpfs/inode.c | 12 +++-
fs/nfs/dir.c | 6 +-
fs/nfs/unlink.c | 2 +-
fs/nilfs2/super.c | 2 +-
fs/seq_file.c | 54 +++++++++++++++
include/linux/dcache.h | 5 ++
include/linux/fs.h | 1 +
include/linux/seq_file.h | 6 ++
25 files changed, 168 insertions(+), 71 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/