History log of /fs/exofs/dir.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bef41c267e2b903f411c0f56236027f68553b721 26-Jul-2011 Al Viro <viro@zeniv.linux.org.uk> exofs: propagate umode_t

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
/fs/exofs/dir.c
0a935519cca83f26dc15e7577fa6c2b39606a4ac 26-Oct-2010 Boaz Harrosh <bharrosh@panasas.com> exofs: Trivial: fix some indentation and debug prints

I stumbled on some of these prints in log files so, might
just submit the fixes.

* All i_ino prints in exofs should be hex
* All OSD_ERR prints should end with a "\n"

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
/fs/exofs/dir.c
571f7f46bf367b29f574ca51a9ca1db5035602bb 22-Oct-2010 Joe Perches <joe@perches.com> fs/exofs: typo fix of faild to failed

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
/fs/exofs/dir.c
ddf08f4b90a413892bbb9bb2e8a57aed991cd47d 07-May-2010 Dan Carpenter <error27@gmail.com> exofs: confusion between kmap() and kmap_atomic() api

For kmap_atomic() we call kunmap_atomic() on the returned pointer.
That's different from kmap() and kunmap() and so it's easy to get them
backwards.

Cc: Stable <stable@kernel.org>
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
/fs/exofs/dir.c
27d2e1491985e95c486d991302e399f5c584b4eb 14-Jun-2009 Boaz Harrosh <bharrosh@panasas.com> exofs: Remove IBM copyrights

Boaz,
Congrats on getting all the OSD stuff into 2.6.30!
I just pulled the git, and saw that the IBM copyrights are still there.
Please remove them from all files:
* Copyright (C) 2005, 2006
* International Business Machines

IBM has revoked all rights on the code - they gave it to me.

Thanks!
Avishay

Signed-off-by: Avishay Traeger <avishay@gmail.com>
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
/fs/exofs/dir.c
8cf74b3936f5c65975b68333727f0540ec8350f4 21-Mar-2009 Boaz Harrosh <bharrosh@panasas.com> exofs: export_operations

implement export_operations and set in superblock.
It is now posible to export exofs via nfs

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
/fs/exofs/dir.c
e6af00f1d1697ca41ab6a55307066ef3466833a9 28-Oct-2008 Boaz Harrosh <bharrosh@panasas.com> exofs: dir_inode and directory operations

implementation of directory and inode operations.

* A directory is treated as a file, and essentially contains a list
of <file name, inode #> pairs for files that are found in that
directory. The object IDs correspond to the files' inode numbers
and are allocated using a 64bit incrementing global counter.
* Each file's control block (AKA on-disk inode) is stored in its
object's attributes. This applies to both regular files and other
types (directories, device files, symlinks, etc.).

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
/fs/exofs/dir.c