rpc: add an rpc_pipe_open method
[safe/jmp/linux-2.6] / fs / cifs /
2008-12-17 Jeff Laytoncifs: fix buffer overrun in parse_DFS_referrals
2008-11-26 Jeff Layton[CIFS] fix regression in cifs_write_begin/cifs_write_end
2008-11-20 Steve French[CIFS] Do not attempt to close invalidated file handles
2008-11-18 Steve French[CIFS] fix check for dead tcon in smb_init
2008-11-18 Dave Kleikampprevent cifs_writepages() from skipping unwritten pages
2008-11-18 Igor MammedovFixed parsing of mount options when doing DFS submount
2008-11-17 Steve French[CIFS] Fix check for tcon seal setting and fix oops...
2008-11-17 Steve French[CIFS] Fix build break
2008-11-17 Jeff Laytoncifs: reinstate sharing of tree connections
2008-11-15 Steve French[CIFS] minor cleanup to cifs_mount
2008-11-14 Jeff Laytoncifs: reinstate sharing of SMB sessions sans races
2008-11-14 Jeff Laytoncifs: disable sharing session and tcon and add new...
2008-11-14 Steve French[CIFS] clean up server protocol handling
2008-11-13 Steve French[CIFS] remove unused list, add new cifs sock list to...
2008-11-13 Steve French[CIFS] Fix cifs reconnection flags
2008-11-03 Steve French[CIFS] Can't rely on iov length and base when kernel_re...
2008-11-03 Jeff Laytoncifs: fix renaming one hardlink on top of another
2008-10-30 Steve French[CIFS] fix error in smb_send2
2008-10-29 Steve French[CIFS] Reduce number of socket retries in large write...
2008-10-23 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2008-10-23 Miklos Szeredi[PATCH] move executable checking into ->permission()
2008-10-23 Christoph Hellwig[PATCH] fix ->llseek for more directories
2008-10-23 Jeff Laytoncifs: handle the TCP_Server_Info->tsk field more carefully
2008-10-23 Jeff Laytoncifs: fix unlinking of rename target when server doesn...
2008-10-23 Steve French[CIFS] improve setlease handling
2008-10-21 Jeff Layton[CIFS] fix saving of resume key before CIFSFindNext
2008-10-20 Jeff Laytoncifs: make cifs_rename handle -EACCES errors
2008-10-20 Steve French[CIFS] fix build error
2008-10-20 Alexey Dobriyanfs/Kconfig: move CIFS out
2008-10-20 Rik van Rielvmscan: split LRU lists into anon & file sets
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-16 Jeff Layton[CIFS] eliminate usage of kthread_stop for cifsd
2008-10-16 Steve French[CIFS] Add nodfs mount option
2008-10-12 Jeff Layton[CIFS] cifs: remove pointless lock and unlock of Global...
2008-10-08 Steve French[CIFS] Check that last search entry resume key is valid
2008-10-07 Steve French[CIFS] make sure we have the right resume info before...
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 Jeff Laytoncifs: explicitly revoke SPNEGO key after session setup
2008-09-24 Nick Piggincifs: Convert cifs to new aops.
2008-09-24 Steve French[CIFS] update DOS attributes in cifsInode if we success...
2008-09-24 Jeff Laytoncifs: remove NULL termination from rename target in...
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] clean up upcall handling for dns_resolver keys
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 Steve French[CIFS] add constants for string lengths of keynames...
2008-09-23 Jeff Laytoncifs: move rename and delete-on-close logic into helper...
2008-09-23 Jeff Laytoncifs: have find_writeable_file prefer filehandles opene...
2008-09-22 Pekka Enbergcifs: don't use GFP_KERNEL with GFP_NOFS
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-28 Steve French[CIFS] Turn off Unicode during session establishment...
2008-08-28 Steve French[CIFS] update cifs change log
2008-08-28 Jeff Laytoncifs: fix O_APPEND on directio mounts
2008-08-27 Steve French[CIFS] Fix plaintext authentication
2008-08-27 Jeff Layton[CIFS] Add destroy routine for dns_resolver
2008-08-26 Steve French[CIFS] check version in spnego upcall response
2008-08-19 Steve French[CIFS] Kerberos support not considered experimental...
2008-08-19 Steve French[CIFS] distinguish between Kerberos and MSKerberos...
2008-08-19 Jeff Laytoncifs: add local server pointer to cifs_setup_session
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-11 Steve French[CIFS] remove trailing whitespace
2008-08-11 Steve French[CIFS] if get root inode fails during mount, cleanup...
2008-08-08 Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2008-08-08 Steve French[CIFS] list entry can not return null
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 Steve French[CIFS] Code cleanup in old sessionsetup code
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 Steve French[CIFS] fix trailing whitespace
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-08-05 Nick Pigginmm: rename page trylock
2008-08-04 Jeff Laytonremove locking around tcpSesAllocCount atomic variable
2008-08-01 Jeff Layton[CIFS] properly account for new user= field in SPNEGO...
2008-08-01 Al Viro[PATCH] pass struct path * to do_add_mount()
2008-07-31 Jeff Layton[CIFS] remove level of indentation from decode_negTokenInit
2008-07-29 Shirish Pargaonkar[CIFS] cifs send2 not retrying enough in some cases...
2008-07-29 Steve French[CIFS] oid should also be checked against class in...
2008-07-27 Al Viro[PATCH] sanitize ->permission() prototype
2008-07-26 Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-07-24 Chris WrightWhen verifying the decoded header before decoding the...
2008-07-24 Shirish Pargaonkar[CIFS] Fix warnings from checkpatch
2008-07-24 Shirish Pargaonkar[CIFS] Fix improper endian conversion of ACL subauth...
2008-07-24 Shirish Pargaonkar[CIFS] Fix possible double free if search immediately...
2008-07-24 Steve French[CIFS] remove checkpatch warning
2008-07-24 Alexey DobriyanSigned-off-by: Alexey Dobriyan <adobriyan@gmail.com>
2008-07-24 Harvey Harrisoncifs: assorted endian annotations
2008-07-23 Jeff Layton[CIFS] break ATTR_SIZE changes out into their own function
2008-07-23 Jeff Laytonlockdep: annotate cifs in-kernel sockets
2008-07-22 Jan Beulich[CIFS] Fix compiler warning on 64-bit
next