tree-wide: fix assorted typos all over the place
[safe/jmp/linux-2.6] / fs / cifs / inode.c
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-09-24 npiggin@suse.detruncate: use new helpers
2009-09-01 Dave Kleikampcifs: Replace wrtPending with a real reference count
2009-07-22 Steve French[CIFS] fix sparse warning
2009-07-22 Jeff Laytoncifs: disable serverino if server doesn't support it
2009-07-09 Jeff Laytoncifs: when ATTR_READONLY is set, only clear write bits...
2009-07-09 Jeff Laytoncifs: convert cifs_get_inode_info and non-posix readdir...
2009-07-09 Jeff Laytoncifs: add and use CIFSSMBUnixSetFileInfo for setattr...
2009-07-09 Jeff Laytoncifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfo
2009-07-01 Jeff Laytoncifs: add new cifs_iget function and convert unix codep...
2009-06-25 Suresh Jayaramancifs: Fix incorrect return code being printed in cFYI...
2009-05-28 Christoph Hellwigcifs: reorganize get_cifs_acl
2009-05-28 Jeff Laytoncifs: rename cifs_iget to cifs_root_iget
2009-05-28 Jeff Laytoncifs: have cifs_NTtimeToUnix take a little-endian arg
2009-04-20 Steve French[CIFS] Make cifs_unlink consistent in checks for null...
2009-04-17 Jeff Laytoncifs: when renaming don't try to unlink negative dentry
2009-04-17 Jeff Laytoncifs: vary timeout on writes past EOF based on offset...
2009-04-17 Steve French[CIFS] Endian convert UniqueId when reporting inode...
2009-04-17 Jeff Laytoncifs: flush data on any setattr
2009-04-01 Al ViroNew helper - current_umask()
2009-03-12 Steve French[CIFS] add extra null attr check
2009-02-21 Jeff Laytoncifs: posix fill in inode needed by posix open
2009-02-21 Jeff Laytoncifs: properly handle case where CIFSGetSrvInodeNumber...
2009-02-21 Jeff Laytoncifs: refactor new_inode() calls and inode initialization
2009-02-21 Igor Mammedov[CIFS] Prevent OOPs when mounting with remote prefixpath.
2009-01-29 Steve French[CIFS] revalidate parent inode when rmdir done within...
2009-01-05 Al Viroinode->i_op is never NULL
2008-12-28 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2008-12-26 Steve French[CIFS] Can not mount with prefixpath if root directory...
2008-11-13 David HowellsCRED: Wrap task credential accesses in the CIFS filesystem
2008-11-03 Jeff Laytoncifs: fix renaming one hardlink on top of another
2008-10-23 Jeff Laytoncifs: fix unlinking of rename target when server doesn...
2008-10-20 Jeff Laytoncifs: make cifs_rename handle -EACCES errors
2008-10-20 Steve French[CIFS] fix build error
2008-10-20 Steve French[CIFS] undo changes in cifs_rename_pending_delete if...
2008-10-20 Jeff Laytoncifs: track DeletePending flag in cifsInodeInfo
2008-10-17 Jeff Laytoncifs: don't use CREATE_DELETE_ON_CLOSE in cifs_rename_p...
2008-10-07 Steve French[CIFS] clean up error handling in cifs_unlink
2008-10-06 Jeff Layton[CIFS] fix some settings of cifsAttrs after calling...
2008-09-24 Steve French[CIFS] update DOS attributes in cifsInode if we success...
2008-09-24 Jeff Laytoncifs: work around samba returning -ENOENT on SetFileDis...
2008-09-24 Jeff Laytoncifs: fix inverted NULL check after kmalloc
2008-09-23 Steve French[CIFS] fix busy-file renames and refactor cifs_rename...
2008-09-23 Jeff Laytoncifs: add function to set file disposition
2008-09-23 Jeff Laytoncifs: move rename and delete-on-close logic into helper...
2008-09-16 Steve French[CIFS] use common code for turning off ATTR_READONLY...
2008-09-16 Jeff Laytoncifs: clean up variables in cifs_unlink
2008-08-19 Ilpo Järvinen[CIFS] reindent misindented statement
2008-08-14 Steve French[CIFS] mount of IPC$ breaks with iget patch
2008-08-06 Jeff Laytonturn cifs_setattr into a multiplexor that calls the...
2008-08-06 Jeff Laytonmove file time and dos attribute setting logic into...
2008-08-06 Jeff Laytonspin off cifs_setattr with unix extensions to its own...
2008-08-06 Jeff Layton[CIFS] cifs_mkdir and cifs_create should respect the...
2008-08-06 Jeff LaytonRename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and...
2008-08-06 Jeff Laytonchange CIFSSMBSetTimes to CIFSSMBSetPathInfo
2008-08-06 Jeff Laytonbundle up Unix SET_PATH_INFO args into a struct and...
2008-08-05 Suresh JayaramanFix missing braces in cifs_revalidate()
2008-07-23 Jeff Layton[CIFS] break ATTR_SIZE changes out into their own function
2008-07-12 Jeff Laytoncifs: fix inode leak in cifs_get_inode_info_unix
2008-05-25 Jeff Laytondisable most mode changes on non-unix/non-cifsacl mounts
2008-05-23 Jeff Laytonsilently ignore ownership changes unless unix extension...
2008-05-23 Steve French[CIFS] remove trailing whitespace
2008-05-23 Jeff Laytonwhen creating new inodes, use file_mode/dir_mode exclus...
2008-05-23 Jeff Laytonon non-posix shares, clear write bits in mode when...
2008-05-22 Dave Jones[CIFS] Fix reversed memset arguments
2008-05-21 Steve French[CIFS] Remove debug statement
2008-05-20 Steve French[CIFS] Enable DFS support for Windows query path info
2008-05-20 Steve French[CIFS] Enable DFS support for Unix query path info
2008-05-15 Steve French[CIFS] Fix paths when share is in DFS to include proper...
2008-05-14 Jeff Laytonadd function to convert access flags to legacy open...
2008-05-11 Jeff Layton[CIFS] when not using unix extensions, check for and...
2008-05-11 Jeff Layton[CIFS] add local struct inode pointer to cifs_setattr
2008-05-02 Steve French[CIFS] fix typo
2008-04-29 Steve French[CIFS] Remove duplicate call to mode_to_acl
2008-04-29 Steve French[CIFS] convert usage of implicit booleans to bool
2008-04-18 Steve French[CIFS] Fix UNC path prefix on QueryUnixPathInfo to...
2008-03-22 Steve French[CIFS] Fix mem leak on dfs referral
2008-03-14 Steve French[CIFS] file create with acl support enabled is slow
2008-03-14 Steve French[CIFS] Fix mtime on cp -p when file data cached but...
2008-03-11 Steve French[CIFS] Fix build problem
2008-03-09 Igor Mammedov[CIFS] DFS patch that connects inode with dfs handling ops
2008-02-26 Steve French[CIFS] remove unused variable
2008-02-25 Christoph Hellwig[CIFS] consolidate duplicate code in posix/unix inode...
2008-02-15 Steve FrenchMerge branch 'master' of /linux/kernel/git/torvalds...
2008-02-15 Christoph Hellwig[CIFS] factoring out common code in get_inode_info...
2008-02-12 Steve French[CIFS] clean up some hard to read ifdefs
2008-02-07 Steve French[CIFS] reduce checkpatch warnings
2008-02-07 David Howellsiget: stop CIFS from using iget() and read_inode()
2008-02-05 Christoph LameterPagecache zeroing: zero_user_segment, zero_user_segment...
2008-01-08 Steve French[CIFS] fix checkpatch warnings in fs/cifs/inode.c
2007-12-31 Steve French[CIFS] Allow setting mode via cifs acl
2007-11-20 Jeff Layton[CIFS] Fix potential data corruption when writing out...
2007-10-31 Steve French[CIFS] Don't request too much permission when reading...
2007-10-25 Steve French[CIFS] acl support part 6
2007-10-19 Steve French[CIFS] ACL support part 5
2007-10-19 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2007-10-18 Jeff LaytonCIFS: ignore mode change if it's just for clearing...
2007-10-14 Cyril Gorcunov[CIFS] Fix endian conversion problem in posix mkdir
2007-09-28 Steve French[CIFS] CIFS support for named pipes (part 1)
2007-09-17 Steve French[CIFS] Fallback to standard mkdir if server incorrectly...
next