aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2009-04-17cifs: when renaming don't try to unlink negative dentryJeff Layton
2009-04-17cifs: remove unneeded bcc_ptr update in CIFSTConJeff Layton
2009-04-17cifs: add cFYI messages with some of the saved strings from ssetup/tconJeff Layton
2009-04-17cifs: fix buffer size for tcon->nativeFileSystem fieldJeff Layton
2009-04-17cifs: fix unicode string area word alignment in session setupJeff Layton
2009-04-17[CIFS] Fix build break caused by change to new current_umask helper functionSteve French
2009-04-17[CIFS] Fix sparse warningsSteve French
2009-04-17[CIFS] Add support for posix open during lookupSteve French
2009-04-17cifs: no need to use rcu_assign_pointer on immutable keysJeff Layton
2009-04-17cifs: remove dnotify thread codeJeff Layton
2009-04-17[CIFS] remove some build warningsSteve French
2009-04-17cifs: vary timeout on writes past EOF based on offset (try #5)Jeff Layton
2009-04-17[CIFS] Fix build break from recent DFS patch when DFS support not enabledSteve French
2009-04-17Remote DFS root support.Igor Mammedov
2009-04-17[CIFS] Endian convert UniqueId when reporting inode numbers from server filesSteve French
2009-04-17cifs: remove some pointless conditionals before kfree()Wei Yongjun
2009-04-17cifs: flush data on any setattrJeff Layton
2009-03-31New helper - current_umask()Al Viro
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-03-27vfs: simple_set_mnt() should return voidSukadev Bhattiprolu
2009-03-27constify dentry_operations: CIFSAl Viro
2009-03-18[CIFS] Fix memory overwrite when saving nativeFileSystem field during mountSteve French
2009-03-18[CIFS] Rename compose_mount_options to cifs_compose_mount_options.Steve French
2009-03-12[CIFS] work around bug in Samba server handling for posix openSteve French
2009-03-12[CIFS] Use posix open on file open when server supports itSteve French
2009-03-12cifs: fix buffer format byte on NT Rename/hardlinkJeff Layton
2009-03-12[CIFS] Add definitions for remoteably fsctl callsSteve French
2009-03-12[CIFS] add extra null attr checkSteve French
2009-03-12[CIFS] fix build errorSteve French
2009-03-12[CIFS] reopen file via newer posix open protocol operation if availableSteve French
2009-03-12[CIFS] Add new nostrictsync cifs mount option to avoid slow SMB flushSteve French
2009-03-12[CIFS] DFS no longer experimentalSteve French
2009-03-12[CIFS] Send SMB flush in cifs_fsyncSteve French
2009-02-21[CIFS] Fix multiuser mounts so server does not invalidate earlier security co...Steve French
2009-02-21[CIFS] improve posix semantics of file createSteve French
2009-02-21[CIFS] Fix oops in cifs_strfromUCS_le mounting to servers which do not specif...Steve French
2009-02-21cifs: posix fill in inode needed by posix openJeff Layton
2009-02-21cifs: properly handle case where CIFSGetSrvInodeNumber failsJeff Layton
2009-02-21cifs: refactor new_inode() calls and inode initializationJeff Layton
2009-02-21[CIFS] Prevent OOPs when mounting with remote prefixpath.Igor Mammedov
2009-01-30[CIFS] ipv6_addr_equal for address comparisonSteve French
2009-01-29cifs: make sure we allocate enough storage for socket addressJeff Layton
2009-01-29[CIFS] Make socket retry timeouts consistent between blocking and nonblocking...Steve French
2009-01-29[CIFS] some cleanup to dir.c prior to addition of posix_openSteve French
2009-01-29[CIFS] revalidate parent inode when rmdir done within that directorySteve French
2009-01-29[CIFS] Rename md5 functions to avoid collision with new rt modulesSteve French
2009-01-29cifs: turn smb_send into a wrapper around smb_sendvJeff Layton
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-01-05inode->i_op is never NULLAl Viro