[git pull] vfs patches

From: Al Viro
Date: Tue Jun 24 2008 - 23:32:59 EST


Misc fixes + several obvious cleanups + dcache.c locking annotation
fixes. Please, pull from
git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/ for-linus

Diffstat:
fs/block_dev.c | 12 +++++++-
fs/dcache.c | 68 ++++++++++++++++++++++++------------------------
fs/locks.c | 6 ----
fs/namei.c | 26 +++++++++---------
fs/pipe.c | 10 +++----
fs/utimes.c | 59 +++++++++++++++++++----------------------
include/linux/dcache.h | 2 +-
include/linux/fs.h | 2 -
8 files changed, 90 insertions(+), 95 deletions(-)

Shortlog:
Al Viro (1):
fix cgroup-inflicted breakage in block_dev.c

Andreas Gruenbacher (1):
[patch 3/3] vfs: make d_path() consistent across mount operations

Denis V. Lunev (1):
[patch 4/4] flock: remove unused fields from file_lock_operations

Jan Blunck (1):
[patch 1/4] vfs: path_{get,put}() cleanups

Jan Engelhardt (1):
[patch 2/4] fs: make struct file arg to d_path const

Marcin Slusarz (1):
[patch 3/4] vfs: fix ERR_PTR abuse in generic_readlink

Michael Kerrisk (4):
[patch for 2.6.26 2/4] vfs: utimensat(): be consistent with utime() for immutable and append-only files
[patch for 2.6.26 1/4] vfs: utimensat(): ignore tv_sec if tv_nsec == UTIME_OMIT or UTIME_NOW
[patch for 2.6.26 3/4] vfs: utimensat(): fix error checking for {UTIME_NOW,UTIME_OMIT} case
[patch for 2.6.26 4/4] vfs: utimensat(): fix write access check for futimens()

Miklos Szeredi (2):
[patch 1/3] vfs: dcache sparse fixes
[patch 2/3] vfs: dcache cleanups
--
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/