aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-26[CIFS] remove sparse warningSteve French1-1/+1
2008-12-26[CIFS] add mount option to send mandatory rather than advisory locksSteve French1-12/+13
2008-11-26[CIFS] fix regression in cifs_write_begin/cifs_write_endJeff Layton1-21/+56
2008-11-20[CIFS] Do not attempt to close invalidated file handlesSteve French1-7/+14
2008-11-18prevent cifs_writepages() from skipping unwritten pagesDave Kleikamp1-1/+4
2008-11-13[CIFS] Fix cifs reconnection flagsSteve French1-1/+1
2008-10-30[CIFS] fix error in smb_send2Steve French1-1/+1
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel1-2/+2
2008-09-24cifs: Convert cifs to new aops.Nick Piggin1-61/+59
2008-09-23cifs: have find_writeable_file prefer filehandles opened by same taskJeff Layton1-1/+9
2008-08-28cifs: fix O_APPEND on directio mountsJeff Layton1-0/+4
2008-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-9/+10
2008-08-06bundle up Unix SET_PATH_INFO args into a struct and change nameJeff Layton1-9/+10
2008-08-04mm: rename page trylockNick Piggin1-1/+1
2008-05-23[CIFS] remove unused variablesSteve French1-7/+0
2008-05-14clarify return value of cifs_convert_flags()Jeff Layton1-1/+5
2008-04-29[CIFS] convert usage of implicit booleans to boolSteve French1-40/+40
2008-03-14[CIFS] file create with acl support enabled is slowSteve French1-2/+2
2008-02-12[CIFS] clean up some hard to read ifdefsSteve French1-9/+4
2008-02-07[CIFS] reduce checkpatch warningsSteve French1-11/+9
2007-12-31[CIFS] cifs_partialpagewrite() cleanupSteve French1-5/+3
2007-11-20[CIFS] Fix potential data corruption when writing out cached dirty pagesJeff Layton1-6/+18
2007-11-16[CIFS] minor checkpatch cleanupSteve French1-3/+3
2007-11-13[CIFS] Fix buffer overflow if server sends corrupt response to smallSteve French1-7/+7
2007-10-25[CIFS] acl support part 6Steve French1-0/+31
2007-10-12[CIFS] remove two sparse warningsSteve French1-2/+2
2007-10-02[CIFS] Reduce chance of list corruption in find_writable_fileSteve French1-15/+39
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-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 Layton1-1/+2
2007-07-26[CIFS] Fix hang in find_writable_fileSteve French1-10/+23
2007-07-18[CIFS] Allow disabling CIFS Unix Extensions as mount optionSteve French1-3/+3
2007-07-17[CIFS] More whitespace/formatting fixes (noticed by checkpatch)Steve French1-2/+3
2007-07-16[CIFS] use simple_prepare_write to zero page dataNate1-8/+1
2007-07-13[CIFS] whitespace/formatting fixesSteve French1-10/+11
2007-07-11[CIFS] Fix oops in cifs_create when nfsd server exports cifs mountSteve French1-1/+1
2007-07-10[CIFS] whitespace cleanupSteve French1-120/+125
2007-06-24[CIFS] Add in some missing flags and cifs README and TODO correctionsSteve French1-2/+7
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-03[CIFS] Change semaphore to mutex for cifs lock_semRoland Dreier1-7/+7
2007-04-04[CIFS] Remove unnecessary parm to cifs_reopen_fileSteve French1-60/+26
2007-04-02[CIFS] Remove unnecessary checksChristoph Hellwig1-27/+2
2007-03-06[CIFS] cifs_prepare_write was incorrectly rereading page in some casesSteve French1-22/+40
2007-02-26[CIFS] Fix locking problem around some cifs uses of i_size writeSteve French1-20/+23
2007-02-17[CIFS] One line missing from previous commitSteve French1-2/+3
2007-02-08[CIFS] Allow update of EOF on remote extend of fileSteve French1-1/+4
2007-02-02[CIFS] Reduce cifs stack space usageSteve French1-3/+9
2006-12-23Fix up CIFS for "test_clear_page_dirty()" removalLinus Torvalds1-3/+23
2006-12-10[PATCH] io-accounting-read-accounting cifs fixAndrew Morton1-0/+2