aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
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
2009-01-04fs: symlink write_begin allocation context fixNick Piggin
2008-12-31kill ->dir_notify()Al Viro
2008-12-28cifs: update for new IP4/6 address printingStephen Rothwell
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2008-12-26[CIFS] Remove redundant testJulia Lawall
2008-12-26[CIFS] make sure that DFS pathnames are properly formedSteve French
2008-12-26Remove an already-checked error condition in SendReceiveBlockingLockVolker Lendecke
2008-12-26Streamline SendReceiveBlockingLock: Use "goto out:" in an error conditionVolker Lendecke
2008-12-26Streamline SendReceiveBlockingLock: Use "goto out:" in an error conditionVolker Lendecke
2008-12-26[CIFS] Streamline SendReceive[2] by using "goto out:" in an error conditionSteve French
2008-12-26Slightly streamline SendReceive[2]Volker Lendecke
2008-12-26Check the return value of cifs_sign_smb[2]Volker Lendecke