aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds3-4/+59
2010-04-06not overwriting file_lock structure after GET_LKPavel Shilovsky2-3/+40
2010-04-03cifs: Fix a kernel BUG with remote OS/2 server (try #3)Suresh Jayaraman1-0/+16
2010-04-03[CIFS] initialize nbytes at the beginning of CIFSSMBWrite()Steve French1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo17-0/+17
2010-03-27[CIFS] Add mmap for direct, nobrl cifs mount typesPavel Shilovsky1-0/+1
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds8-121/+333
2010-03-15cifs: trivial white spaceDan Carpenter1-1/+1
2010-03-09[CIFS] checkpatch cleanupSteve French2-5/+5
2010-03-09cifs: add cifs_revalidate_fileJeff Layton5-3/+91
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina3-3/+3
2010-03-06cifs: add a CIFSSMBUnixQFileInfo functionJeff Layton2-0/+71
2010-03-06cifs: add a CIFSSMBQFileInfo functionJeff Layton2-0/+66
2010-03-06cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentryJeff Layton6-117/+104
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+2
2010-03-03Switch may_open() and break_lease() to passing O_...Al Viro1-2/+2
2010-02-25[CIFS] pSesInfo->sesSem is used as mutex. Rename it to session_mutex andSteve French4-12/+12
2010-02-24[CIFS] Use unsigned ea length for claritySteve French1-1/+1
2010-02-23cifs: set server_eof in cifs_fattr_to_inodeJeff Layton1-0/+1
2010-02-23[CIFS] Minor cleanup to EA patchSteve French2-2/+3
2010-02-23cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAsJeff Layton4-177/+54
2010-02-23cifs: verify lengths of QueryAllEAs replyJeff Layton1-18/+31
2010-02-23cifs: increase maximum buffer size in CIFSSMBQAllEAsJeff Layton1-1/+1
2010-02-23cifs: rename name_len to list_len in CIFSSMBQAllEAsJeff Layton1-19/+19
2010-02-23cifs: clean up indentation in CIFSSMBQAllEAsJeff Layton1-76/+75
2010-02-23cifs: add parens around smb_var in BCC macrosJeff Layton1-3/+3
2010-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds7-14/+54
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack2-2/+2
2010-02-08cifs: fix dentry hash calculation for case-insensitive mountsJeff Layton1-2/+5
2010-02-08[CIFS] Don't cache timestamps on utimes due to coarse granularitySteve French1-1/+11
2010-02-06[CIFS] Maximum username length check in session setup does not matchSteve French1-6/+5
2010-02-06cifs: fix length calculation for converted unicode readdir namesJeff Layton1-0/+1
2010-02-05tree-wide: fix 'lenght' typo in comments and codeDaniel Mack1-1/+1
2010-01-16CIFS shouldn't make mountpoints shrinkableAl Viro1-2/+1
2010-01-01[CIFS] Add support for TCP_NODELAYSteve French4-5/+32
2009-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds3-6/+14
2009-12-16Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig2-3/+6
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina5-6/+6
2009-12-07[CIFS] Enable mmap on forcedirectio mountsSteve French2-2/+5
2009-12-04tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa4-5/+5
2009-12-03cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS referralsJeff Layton1-4/+9
2009-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2-5/+12
2009-11-25[CIFS] Fix sparse warningSteve French2-1/+10
2009-11-24[CIFS] Duplicate data on appending to some Samba serversSteve French1-2/+0
2009-11-24[CIFS] fix oops in cifs_lookup during net bootSteve French1-2/+2
2009-11-23Merge commit 'v2.6.32-rc8' into HEADJ. Bruce Fields5-17/+23
2009-11-20SLOW_WORK: Fix CIFS to pass THIS_MODULE to slow_work_register_user()David Howells1-1/+1
2009-11-16cifs: clear server inode number flag while autodisablingSuresh Jayaraman1-1/+1