Merge commit 'v2.6.30' into for-2.6.31
[safe/jmp/linux-2.6] / fs / cifs /
2009-05-23 Steve French[CIFS] Avoid open on possible directories since Samba...
2009-05-21 Steve French[CIFS] fix posix open regression
2009-05-19 Jeff Laytoncifs: fix pointer initialization and checks in cifs_fol...
2009-05-14 Jeff Laytoncifs: fix error handling in parse_DFS_referrals
2009-05-09 Al ViroConvert obvious places to deactivate_locked_super()
2009-05-09 Alessio Igor Boganivfs: umount_begin BKL pushdown
2009-05-08 Steve French[CIFS] Fix double list addition in cifs posix open...
2009-05-06 Steve French[CIFS] Allow raw ntlmssp code to be enabled with sec...
2009-05-06 Steve French[CIFS] Fix SMB uid in NTLMSSP authenticate request
2009-05-04 Steve French[CIFS] NTLMSSP reenabled after move from connect.c...
2009-05-02 Steve French[CIFS] Remove sparse warning
2009-05-02 Steve French[CIFS] remove checkpatch warning
2009-05-02 Steve French[CIFS] Fix final user of old string conversion code
2009-05-02 Jeff Layton[CIFS] remove cifs_strfromUCS_le
2009-05-02 Steve French[CIFS] NTLMSSP support moving into new file, old dead...
2009-05-01 Steve French[CIFS] Fix endian conversion of vcnum field
2009-05-01 Steve French[CIFS] Remove trailing whitespace
2009-05-01 Steve French[CIFS] Remove sparse endian warnings
2009-05-01 Steve French[CIFS] Add remaining ntlmssp flags and standardize...
2009-05-01 Steve French[CIFS] Fix build warning
2009-05-01 Jeff Laytoncifs: fix length handling in cifs_get_name_from_search_buf
2009-04-30 Steve French[CIFS] Remove unneeded QuerySymlink call and fix mappin...
2009-04-30 Steve French[CIFS] rename cifs_strndup to cifs_strndup_from_ucs
2009-04-30 Igor MammedovAdded loop check when mounting DFS tree.
2009-04-30 Igor MammedovEnable dfs submounts to handle remote referrals.
2009-04-30 Steve French[CIFS] Remove older session setup implementation
2009-04-30 Jeff Laytoncifs: change cifs_get_name_from_search_buf to use new...
2009-04-30 Jeff Laytoncifs: change CIFSSMBUnixQuerySymLink to use new helpers
2009-04-30 Jeff Laytoncifs: fix session setup unicode string saving to use...
2009-04-30 Jeff Laytoncifs: convert CIFSTCon to use new unicode helper functions
2009-04-30 Jeff Laytoncifs: rename cifs_strlcpy_to_host and make it use new...
2009-04-30 Jeff Laytoncifs: add new function to get unicode string length...
2009-04-30 Jeff Laytoncifs: add replacement for cifs_strtoUCS_le called cifs_...
2009-04-30 Jeff Laytoncifs: move #defines for mapchars into cifs_unicode.h
2009-04-20 Suresh Jayaramancifs: Increase size of tmp_buf in cifs_readdir to avoid...
2009-04-20 Suresh Jayaramancifs: Rename cifs_strncpy_to_host and fix buffer size
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: remove unneeded bcc_ptr update in CIFSTCon
2009-04-17 Jeff Laytoncifs: add cFYI messages with some of the saved strings...
2009-04-17 Jeff Laytoncifs: fix buffer size for tcon->nativeFileSystem field
2009-04-17 Jeff Laytoncifs: fix unicode string area word alignment in session...
2009-04-17 Steve French[CIFS] Fix build break caused by change to new current_...
2009-04-17 Steve French[CIFS] Fix sparse warnings
2009-04-17 Steve French[CIFS] Add support for posix open during lookup
2009-04-17 Jeff Laytoncifs: no need to use rcu_assign_pointer on immutable...
2009-04-17 Jeff Laytoncifs: remove dnotify thread code
2009-04-17 Steve French[CIFS] remove some build warnings
2009-04-17 Jeff Laytoncifs: vary timeout on writes past EOF based on offset...
2009-04-17 Steve French[CIFS] Fix build break from recent DFS patch when DFS...
2009-04-17 Igor MammedovRemote DFS root support.
2009-04-17 Steve French[CIFS] Endian convert UniqueId when reporting inode...
2009-04-17 Wei Yongjuncifs: remove some pointless conditionals before kfree()
2009-04-17 Jeff Laytoncifs: flush data on any setattr
2009-04-01 Al ViroNew helper - current_umask()
2009-03-30 Alexey Dobriyanproc 2/2: remove struct proc_dir_entry::owner
2009-03-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-03-27 Sukadev Bhattiproluvfs: simple_set_mnt() should return void
2009-03-27 Al Viroconstify dentry_operations: CIFS
2009-03-18 Steve French[CIFS] Fix memory overwrite when saving nativeFileSyste...
2009-03-18 Steve French[CIFS] Rename compose_mount_options to cifs_compose_mo...
2009-03-12 Steve French[CIFS] work around bug in Samba server handling for...
2009-03-12 Steve French[CIFS] Use posix open on file open when server supports it
2009-03-12 Jeff Laytoncifs: fix buffer format byte on NT Rename/hardlink
2009-03-12 Steve French[CIFS] Add definitions for remoteably fsctl calls
2009-03-12 Steve French[CIFS] add extra null attr check
2009-03-12 Steve French[CIFS] fix build error
2009-03-12 Steve French[CIFS] reopen file via newer posix open protocol operat...
2009-03-12 Steve French[CIFS] Add new nostrictsync cifs mount option to avoid...
2009-03-12 Steve French[CIFS] DFS no longer experimental
2009-03-12 Steve French[CIFS] Send SMB flush in cifs_fsync
2009-02-21 Steve French[CIFS] Fix multiuser mounts so server does not invalida...
2009-02-21 Steve French[CIFS] improve posix semantics of file create
2009-02-21 Steve French[CIFS] Fix oops in cifs_strfromUCS_le mounting to serve...
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-30 Steve French[CIFS] ipv6_addr_equal for address comparison
2009-01-29 Jeff Laytoncifs: make sure we allocate enough storage for socket...
2009-01-29 Steve French[CIFS] Make socket retry timeouts consistent between...
2009-01-29 Steve French[CIFS] some cleanup to dir.c prior to addition of posix...
2009-01-29 Steve French[CIFS] revalidate parent inode when rmdir done within...
2009-01-29 Steve French[CIFS] Rename md5 functions to avoid collision with...
2009-01-29 Jeff Laytoncifs: turn smb_send into a wrapper around smb_sendv
2009-01-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-01-05 Al Viroinode->i_op is never NULL
2009-01-04 Nick Pigginfs: symlink write_begin allocation context fix
2008-12-31 Al Virokill ->dir_notify()
2008-12-29 Stephen Rothwellcifs: update for new IP4/6 address printing
2008-12-28 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2008-12-28 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2008-12-26 Julia Lawall[CIFS] Remove redundant test
2008-12-26 Steve French[CIFS] make sure that DFS pathnames are properly formed
2008-12-26 Volker LendeckeRemove an already-checked error condition in SendReceiv...
2008-12-26 Volker LendeckeStreamline SendReceiveBlockingLock: Use "goto out:...
2008-12-26 Volker LendeckeStreamline SendReceiveBlockingLock: Use "goto out:...
2008-12-26 Steve French[CIFS] Streamline SendReceive[2] by using "goto out...
2008-12-26 Volker LendeckeSlightly streamline SendReceive[2]
2008-12-26 Volker LendeckeCheck the return value of cifs_sign_smb[2]
next