aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-20[CIFS] Print better error when server returns malformed QueryUnixInfo responseSteve French1-0/+3
2007-09-20[CIFS] Add warning message when broken server fails SetFSInfo callSteve French1-1/+10
2007-09-17[CIFS] Fallback to standard mkdir if server incorrectly claims support forSteve French2-3/+6
2007-09-16[CIFS] fix small memory leak in an error path in new posix mkdirSteve French1-2/+6
2007-09-15[CIFS] missing field in debug output from previous fixSteve French1-1/+2
2007-09-15[CIFS] Fix potential NULL pointer usage if kzalloc failsSteve French2-12/+17
2007-09-15[CIFS] typo in earlier cifs_reconnect fixSteve French1-1/+0
2007-09-13[CIFS] Respect umask when using POSIX mkdirJeff1-0/+1
2007-09-11[CIFS] lock inode open file list in close in case racing with openSteve French1-0/+2
2007-09-07[CIFS] Fix oops in find_writable_fileSteve French1-9/+28
2007-08-31[CIFS] Fix warnings shown by newer version of sparseSteve French4-37/+32
2007-08-30[CIFS] formatting cleanup found by checkpatchSteve French10-105/+80
2007-08-30[CIFS] fix for incorrect session reconnectsSteve French1-6/+7
2007-08-30[CIFS][KJ] use abs() from kernel.h where appropriateAndre Haupt1-1/+1
2007-08-24[CIFS] fix typo in previousSteve French1-1/+1
2007-08-24[CIFS] Byte range unlock request to non-Unix server can unlock too muchJeff Layton2-2/+6
2007-08-24[CIFS] Fix unbalanced call to GetXid/FreeXidCyrill Gorcunov1-1/+1
2007-08-22[CIFS] cifs truncate missing a fix for private map COW raceSteve French1-0/+9
2007-08-18[CIFS] Check return code on failed allocCyrill Gorcunov2-0/+10
2007-07-26[CIFS] Fix hang in find_writable_fileSteve French4-13/+35
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-5/+5
2007-07-19Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French3-6/+6
2007-07-19[CIFS] merge conflict in fs/cifs/export.cSteve French1-0/+1
2007-07-18[CIFS] Allow disabling CIFS Unix Extensions as mount optionSteve French9-46/+65
2007-07-17[CIFS] More whitespace/formatting fixes (noticed by checkpatch)Steve French10-46/+88
2007-07-17knfsd: exportfs: add exportfs.h headerChristoph Hellwig1-0/+1
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2-0/+2
2007-07-16[CIFS] Typo in previous patchSteve French1-2/+1
2007-07-16[CIFS] zero_user_page() conversionsEric1-4/+1
2007-07-16[CIFS] use simple_prepare_write to zero page dataNate1-8/+1
2007-07-15[CIFS] Fix build break - inet.h not included when experimental ifdef offSteve French1-2/+0
2007-07-15[CIFS] Add support for new POSIX unlinkSteve French5-11/+103
2007-07-13[CIFS] whitespace/formatting fixesSteve French27-1160/+1285
2007-07-11[CIFS] Fix oops in cifs_create when nfsd server exports cifs mountSteve French6-14/+33
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-4/+4
2007-07-10[CIFS] whitespace cleanupSteve French12-591/+610
2007-07-09[CIFS] Fix packet signatures for NTLMv2 caseSteve French8-36/+71
2007-07-08[CIFS] more whitespace fixesSteve French4-137/+141
2007-07-07[CIFS] more whitespace cleanupSteve French7-538/+544
2007-07-06[CIFS] whitespace cleanupSteve French6-46/+48
2007-07-06[CIFS] whitespace cleanupSteve French3-228/+232
2007-07-06[CIFS] ipv6 support no longer experimentalJeff2-62/+1
2007-07-06[CIFS] Mount should fail if server signing off but client mount option requires itJeff2-1/+3
2007-06-28[CIFS] whitespace fixesSteve French6-106/+108
2007-06-28[CIFS] Fix sign mount option and sign proc config settingSteve French2-95/+29
2007-06-27[CIFS] whitespace cleanupSteve French1-26/+27
2007-06-25[CIFS] Do not allow signals in cifs_demultiplex_threadJeff1-6/+7
2007-06-24[CIFS] fix whitespaceSteve French2-56/+58
2007-06-24[CIFS] Add in some missing flags and cifs README and TODO correctionsSteve French6-29/+80
2007-06-08[CIFS] CIFS should honour umaskSteve French2-4/+7