aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-06[CIFS] Minor cleanupSteve French2-3/+5
2007-02-02[CIFS] Missing free in error pathSteve French1-1/+3
2007-02-02[CIFS] Reduce cifs stack space usageSteve French2-4/+16
2007-02-01[CIFS] lseek polling returned stale EOFSteve French1-1/+9
2007-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds5-14/+17
2007-01-22[CIFS] Fix oops when Windows server sent bad domain name null terminatorSteve French1-5/+8
2007-01-21[CIFS] cifs sprintf fixSteve French1-2/+2
2007-01-21[CIFS] Remove 2 unneeded kzalloc castsSteve French1-6/+2
2006-12-23Fix up CIFS for "test_clear_page_dirty()" removalLinus Torvalds1-3/+23
2006-12-23[CIFS] Update CIFS version numberSteve French2-1/+5
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-10[PATCH] io-accounting-read-accounting cifs fixAndrew Morton1-0/+2
2006-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds3-3/+12
2006-12-08[PATCH] cifs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek4-77/+77
2006-12-08[CIFS] Fix NTLMv2 mounts to Windows serversSteve French3-3/+12
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2-0/+2
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter2-8/+8
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter3-5/+5
2006-12-07[PATCH] slab: remove SLAB_NOFSChristoph Lameter2-3/+3
2006-11-16[CIFS] Fix timezone handling on stat to os/2Steve French1-0/+6
2006-11-16[CIFS] Incorrect hardlink count when original file is cached (oplocked)Steve French1-10/+23
2006-11-09[CIFS] Fix minor problem with previous patchSteve French1-1/+2
2006-11-08[CIFS] Fix mount failure when domain not specifiedSteve French1-10/+13
2006-11-07[CIFS] Explicitly set stat->blksizeSteve French1-1/+3
2006-11-07[CIFS] NFS stress test generates flood of "close with pending write" messagesSteve French1-2/+5
2006-11-03[PATCH] cifs: ->readpages() fixesOGAWA Hirofumi1-22/+1
2006-11-02[CIFS] report rename failure when target file is locked by WindowsSteve French2-6/+12
2006-10-30[CIFS] Allow null user connectionsSteve French2-1/+9
2006-10-30[CIFS] Fix readdir breakage when blocksize set too smallSteve French1-0/+9
2006-10-15[PATCH] new cifs endianness bugsAl Viro1-5/+7
2006-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds19-97/+311
2006-10-12[CIFS] Missing flags2 for DFSSteve French2-1/+11
2006-10-12[CIFS] Workaround incomplete byte length returned by someSteve French2-14/+30
2006-10-12[CIFS] Level 1 QPathInfo needed for proper OS2 supportSteve French3-4/+23
2006-10-12[CIFS] fix typo in previous patchSteve French1-3/+3
2006-10-12[CIFS] Fix old DOS time conversion to handle timezoneSteve French2-2/+13
2006-10-11[CIFS] Do not need to adjust for Jan/Feb for leap daySteve French1-1/+2
2006-10-11[CIFS] Fix leaps year calculation for years after 2100Steve French1-0/+9
2006-10-06[CIFS] readdir (ffirst) enablement of accurate timestamps from legacy serversSteve French2-30/+27
2006-10-03Still more typo fixesMatt LaPlante1-3/+3
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn1-3/+3
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn1-11/+11
2006-10-02[CIFS] Fix compiler warning with previous patchSteve French1-1/+1
2006-10-02[CIFS] Fix typoSteve French1-1/+1
2006-10-02[CIFS] Allow for 15 minute TZs (e.g. Nepal) and be more explicit aboutSteve French2-14/+25
2006-10-01[CIFS] Fix readdir of large directories for backlevel serversSteve French1-0/+1
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen1-1/+1
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-1/+1
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-5/+5
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty1-16/+0