nfsd: nfsd should drop CAP_MKNOD for non-root
[safe/jmp/linux-2.6] / fs / cifs /
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]
2008-12-26 Steve French[CIFS] Cleanup: Move the check for too large R/W requests
2008-12-26 Volker Lendecke[CIFS] Slightly simplify wait_for_free_request(), remov...
2008-12-26 Volker LendeckeSimplify allocate_mid() slightly: Remove some unnecessa...
2008-12-26 Volker Lendecke[CIFS] In SendReceive, move consistency check out of...
2008-12-26 Jeff Laytoncifs: store password in tcon
2008-12-26 Jeff Laytoncifs: have calc_lanman_hash take more granular args
2008-12-26 Jeff Laytoncifs: zero out session password before freeing it
2008-12-26 Jeff Laytoncifs: fix wait_for_response to time out sleeping proces...
2008-12-26 Steve French[CIFS] Can not mount with prefixpath if root directory...
2008-12-26 Steve French[CIFS] various minor cleanups pointed out by checkpatch...
2008-12-26 Steve French[CIFS] fix typo
2008-12-26 Steve French[CIFS] remove sparse warning
2008-12-26 Steve French[CIFS] add mount option to send mandatory rather than...
2008-12-26 Jeff Laytoncifs: make ipv6_connect take a TCP_Server_Info arg
2008-12-26 Jeff Laytoncifs: make ipv4_connect take a TCP_Server_Info arg
2008-12-26 Jeff Laytoncifs: don't declare smb_vol info on the stack
2008-12-26 Jeff Laytoncifs: move allocation of new TCP_Server_Info into separ...
2008-12-26 Jeff Laytoncifs: account for IPv6 in ses->serverName and clean...
2008-12-26 Jeff Laytoncifs: make dnotify thread experimental code
2008-12-26 Jeff Laytoncifs: convert tcpSem to a mutex
2008-12-26 Jeff Laytoncifs: take module reference when starting cifsd
2008-12-26 Jeff Laytoncifs: display addr and prefixpath options in /proc...
2008-12-26 Jeff Laytoncifs: remove unused SMB session pointer from struct...
2008-12-25 James MorrisMerge branch 'next' into for-linus
2008-12-17 Jeff Laytoncifs: fix buffer overrun in parse_DFS_referrals
2008-12-04 James MorrisMerge branch 'master' into next
2008-12-03 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-26 Jeff Layton[CIFS] fix regression in cifs_write_begin/cifs_write_end
2008-11-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-20 Steve French[CIFS] Do not attempt to close invalidated file handles
2008-11-19 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-18 Steve French[CIFS] fix check for dead tcon in smb_init
2008-11-18 James MorrisMerge branch 'master' into next
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 David HowellsCRED: Wrap task credential accesses in the CIFS filesystem
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-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
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-31 Harvey Harrisonfs: replace NIPQUAD()
2008-10-30 Steve French[CIFS] fix error in smb_send2
2008-10-29 Harvey Harrisonnet: replace %#p6 format specifier with %pi6
2008-10-29 Steve French[CIFS] Reduce number of socket retries in large write...
2008-10-28 Harvey Harrisonnet: replace all current users of NIP6_SEQFMT with...
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
next