aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2010-01-16CIFS shouldn't make mountpoints shrinkableAl Viro
2009-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2009-12-16Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina
2009-12-07[CIFS] Enable mmap on forcedirectio mountsSteve French
2009-12-04tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-12-03cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS referralsJeff Layton
2009-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2009-11-25[CIFS] Fix sparse warningSteve French
2009-11-24[CIFS] Duplicate data on appending to some Samba serversSteve French
2009-11-24[CIFS] fix oops in cifs_lookup during net bootSteve French
2009-11-23Merge commit 'v2.6.32-rc8' into HEADJ. Bruce Fields
2009-11-20SLOW_WORK: Fix CIFS to pass THIS_MODULE to slow_work_register_user()David Howells
2009-11-16cifs: clear server inode number flag while autodisablingSuresh Jayaraman
2009-11-06cifs: don't use CIFSGetSrvInodeNumber in is_path_accessibleJeff Layton
2009-11-06cifs: clean up handling when server doesn't consistently support inode numbersJeff Layton
2009-10-27nfs: new subdir Documentation/filesystems/nfsJ. Bruce Fields
2009-10-06[CIFS] Fixing to avoid invalid kfree() in cifs_get_tcp_session()Steve French
2009-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2009-09-25cifs: fix locking and list handling code in cifs_open and its helperJeff Layton
2009-09-25[CIFS] Remove build warningSteve French
2009-09-25cifs: fix problems with last two commitsJeff Layton
2009-09-25[CIFS] Fix build break when keys support turned offSteve French
2009-09-24cifs: eliminate cifs_init_privateJeff Layton
2009-09-24cifs: convert oplock breaks to use slow_work facility (try #4)Jeff Layton
2009-09-24truncate: use new helpersnpiggin@suse.de
2009-09-24fs: Make unload_nls() NULL pointer safeThomas Gleixner
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan
2009-09-22const: make struct super_block::s_qcop constAlexey Dobriyan
2009-09-21trivial: remove unnecessary semicolonsJoe Perches
2009-09-15cifs: have cifsFileInfo hold an extra inode referenceJeff Layton
2009-09-15cifs: take read lock on GlobalSMBSes_lock in is_valid_oplock_breakJeff Layton
2009-09-15cifs: remove cifsInodeInfo.oplockPending flagJeff Layton
2009-09-15cifs: fix oplock request handling in posix codepathJeff Layton
2009-09-15[CIFS] Re-enable Lanman securityChuck Ebbert
2009-09-03cifs: consolidate reconnect logic in smb_init routinesJeff Layton
2009-09-01cifs: Replace wrtPending with a real reference countDave Kleikamp
2009-09-01cifs: protect GlobalOplock_Q with its own spinlockJeff Layton
2009-09-01cifs: use tcon pointer in cifs_show_optionsJeff Layton
2009-09-01cifs: send IPv6 addr in upcall with colon delimitersJeff Layton
2009-09-01[CIFS] Fix checkpatch warningsSteve French
2009-09-01PATCH] cifs: fix broken mounts when a SSH tunnel is used (try #4)Suresh Jayaraman
2009-09-01[CIFS] Memory leak in ntlmv2 hash calculationAlexander Strakh
2009-08-31[CIFS] potential NULL dereference in parse_DFS_referrals()Steve French
2009-08-04[CIFS] Update readme to reflect forceuid mount parmsSteve French
2009-08-03cifs: Read buffer overflowRoel Kluin
2009-08-03cifs: show noforceuid/noforcegid mount options (try #2)Jeff Layton