string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / fs / cifs /
2009-12-10 Christoph Hellwigvfs: Implement proper O_SYNC semantics
2009-12-07 Jiri KosinaMerge branch 'for-next' into for-linus
2009-12-04 Adam Buchbindertree-wide: fix misspelling of "definition" in comments
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-11-30 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2009-11-25 Steve French[CIFS] Fix sparse warning
2009-11-24 Steve French[CIFS] Duplicate data on appending to some Samba servers
2009-11-24 Steve French[CIFS] fix oops in cifs_lookup during net boot
2009-11-20 David HowellsSLOW_WORK: Fix CIFS to pass THIS_MODULE to slow_work_re...
2009-11-16 Suresh Jayaramancifs: clear server inode number flag while autodisabling
2009-11-06 Jeff Laytoncifs: don't use CIFSGetSrvInodeNumber in is_path_accessible
2009-11-06 Jeff Laytoncifs: clean up handling when server doesn't consistentl...
2009-10-06 Steve French[CIFS] Fixing to avoid invalid kfree() in cifs_get_tcp_...
2009-09-26 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2009-09-25 Jeff Laytoncifs: fix locking and list handling code in cifs_open...
2009-09-25 Steve French[CIFS] Remove build warning
2009-09-25 Jeff Laytoncifs: fix problems with last two commits
2009-09-25 Steve French[CIFS] Fix build break when keys support turned off
2009-09-24 Jeff Laytoncifs: eliminate cifs_init_private
2009-09-24 Jeff Laytoncifs: convert oplock breaks to use slow_work facility...
2009-09-24 npiggin@suse.detruncate: use new helpers
2009-09-24 Thomas Gleixnerfs: Make unload_nls() NULL pointer safe
2009-09-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-22 Alexey Dobriyanconst: mark remaining inode_operations as const
2009-09-22 Alexey Dobriyanconst: make struct super_block::s_qcop const
2009-09-21 Joe Perchestrivial: remove unnecessary semicolons
2009-09-15 Jeff Laytoncifs: have cifsFileInfo hold an extra inode reference
2009-09-15 Jeff Laytoncifs: take read lock on GlobalSMBSes_lock in is_valid_o...
2009-09-15 Jeff Laytoncifs: remove cifsInodeInfo.oplockPending flag
2009-09-15 Jeff Laytoncifs: fix oplock request handling in posix codepath
2009-09-15 Chuck Ebbert[CIFS] Re-enable Lanman security
2009-09-03 Jeff Laytoncifs: consolidate reconnect logic in smb_init routines
2009-09-01 Dave Kleikampcifs: Replace wrtPending with a real reference count
2009-09-01 Jeff Laytoncifs: protect GlobalOplock_Q with its own spinlock
2009-09-01 Jeff Laytoncifs: use tcon pointer in cifs_show_options
2009-09-01 Jeff Laytoncifs: send IPv6 addr in upcall with colon delimiters
2009-09-01 Steve French[CIFS] Fix checkpatch warnings
2009-09-01 Suresh JayaramanPATCH] cifs: fix broken mounts when a SSH tunnel is...
2009-09-01 Alexander Strakh[CIFS] Memory leak in ntlmv2 hash calculation
2009-08-31 Steve French[CIFS] potential NULL dereference in parse_DFS_referrals()
2009-08-04 Steve French[CIFS] Update readme to reflect forceuid mount parms
2009-08-03 Roel Kluincifs: Read buffer overflow
2009-08-03 Jeff Laytoncifs: show noforceuid/noforcegid mount options (try #2)
2009-08-02 Jeff Laytoncifs: reinstate original behavior when uid=/gid= option...
2009-07-30 Steve French[CIFS] Updates fs/cifs/CHANGES
2009-07-28 Jeff Laytoncifs: fix error handling in mount-time DFS referral...
2009-07-22 Steve French[CIFS] fix sparse warning
2009-07-22 Jeff Laytoncifs: fix sb->s_maxbytes so that it casts properly...
2009-07-22 Jeff Laytoncifs: disable serverino if server doesn't support it
2009-07-20 Jeff Laytoncifs: free nativeFileSystem field before allocating...
2009-07-10 Steve French[CIFS] Distinguish posix opens and mkdirs from legacy...
2009-07-09 Jeff Laytoncifs: when ATTR_READONLY is set, only clear write bits...
2009-07-09 Jeff Laytoncifs: remove cifsInodeInfo->inUse counter
2009-07-09 Jeff Laytoncifs: convert cifs_get_inode_info and non-posix readdir...
2009-07-09 Steve French[CIFS] update cifs version number
2009-07-09 Jeff Laytoncifs: add and use CIFSSMBUnixSetFileInfo for setattr...
2009-07-09 Jeff Laytoncifs: make a separate function for filling out FILE_UNI...
2009-07-09 Jeff Laytoncifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfo
2009-07-09 Jeff Laytoncifs: add pid of initiating process to spnego upcall...
2009-07-08 Jeff Laytoncifs: fix regression with O_EXCL creates and optimize...
2009-07-01 Jeff Laytoncifs: add new cifs_iget function and convert unix codep...
2009-06-27 Jeff Laytoncifs: fix fh_mutex locking in cifs_reopen_file
2009-06-26 Steve French[CIFS] remove unknown mount option warning message
2009-06-26 Steve French[CIFS] remove bkl usage from umount begin
2009-06-25 Suresh Jayaramancifs: Fix incorrect return code being printed in cFYI...
2009-06-25 Steve French[CIFS] cleanup asn handling for ntlmssp
2009-06-25 Simo Leone[CIFS] Copy struct *after* setting the port, instead...
2009-06-25 Jeff Laytoncifs: remove rw/ro options
2009-06-25 Jeff Laytoncifs: fix problems with earlier patches
2009-06-25 Jeff Laytoncifs: have cifs parse scope_id out of IPv6 addresses...
2009-06-25 Steve French[CIFS] Do not send tree disconnect if session is alread...
2009-06-15 Steve French[CIFS] Fix build break
2009-06-15 Jeff Laytoncifs: display scopeid in /proc/mounts
2009-06-13 Jeff Laytoncifs: add new routine for converting AF_INET and AF_INE...
2009-06-13 Jeff Laytoncifs: have cifs_show_options show forceuid/forcegid...
2009-06-13 Jeff Laytoncifs: remove unneeded NULL checks from cifs_show_options
2009-06-12 Christoph Hellwigpush BKL down into ->put_super
2009-06-12 Al Viroswitch follow_down()
2009-06-10 Jeff Laytoncifs: remove never-used in6_addr option
2009-06-10 Jeff Laytoncifs: add addr= mount option alias for ip=
2009-06-06 Steve French[CIFS] Add mention of new mount parm (forceuid) to...
2009-06-06 Jeff Laytoncifs: make overriding of ownership conditional on new...
2009-06-02 Jeff Laytoncifs: fix IPv6 address length check
2009-05-28 Christoph Hellwigcifs: clean up set_cifs_acl interfaces
2009-05-28 Christoph Hellwigcifs: reorganize get_cifs_acl
2009-05-28 Steve French[CIFS] Update readme to indicate change to default...
2009-05-28 Jeff Laytoncifs: make serverino the default when mounting
2009-05-28 Jeff Laytoncifs: rename cifs_iget to cifs_root_iget
2009-05-28 Jeff Laytoncifs: make cnvrtDosUnixTm take a little-endian args...
2009-05-28 Jeff Laytoncifs: have cifs_NTtimeToUnix take a little-endian arg
2009-05-26 Jeff Laytoncifs: tighten up default file_mode/dir_mode
2009-05-26 Jeff Laytoncifs: fix artificial limit on reading symlinks
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...
next