summaryrefslogtreecommitdiff
path: root/fs/cifs/file.c
AgeCommit message (Expand)Author
2009-01-04fs: symlink write_begin allocation context fixNick Piggin
2008-12-26[CIFS] remove sparse warningSteve French
2008-12-26[CIFS] add mount option to send mandatory rather than advisory locksSteve French
2008-11-26[CIFS] fix regression in cifs_write_begin/cifs_write_endJeff Layton
2008-11-20[CIFS] Do not attempt to close invalidated file handlesSteve French
2008-11-18prevent cifs_writepages() from skipping unwritten pagesDave Kleikamp
2008-11-13[CIFS] Fix cifs reconnection flagsSteve French
2008-10-30[CIFS] fix error in smb_send2Steve French
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel
2008-09-24cifs: Convert cifs to new aops.Nick Piggin
2008-09-23cifs: have find_writeable_file prefer filehandles opened by same taskJeff Layton
2008-08-28cifs: fix O_APPEND on directio mountsJeff Layton
2008-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrenc...Linus Torvalds
2008-08-06bundle up Unix SET_PATH_INFO args into a struct and change nameJeff Layton
2008-08-04mm: rename page trylockNick Piggin
2008-05-23[CIFS] remove unused variablesSteve French
2008-05-14clarify return value of cifs_convert_flags()Jeff Layton
2008-04-29[CIFS] convert usage of implicit booleans to boolSteve French
2008-03-14[CIFS] file create with acl support enabled is slowSteve French
2008-02-12[CIFS] clean up some hard to read ifdefsSteve French
2008-02-07[CIFS] reduce checkpatch warningsSteve French
2007-12-31[CIFS] cifs_partialpagewrite() cleanupSteve French
2007-11-20[CIFS] Fix potential data corruption when writing out cached dirty pagesJeff Layton
2007-11-16[CIFS] minor checkpatch cleanupSteve French
2007-11-13[CIFS] Fix buffer overflow if server sends corrupt response to smallSteve French
2007-10-25[CIFS] acl support part 6Steve French
2007-10-12[CIFS] remove two sparse warningsSteve French
2007-10-02[CIFS] Reduce chance of list corruption in find_writable_fileSteve French
2007-09-11[CIFS] lock inode open file list in close in case racing with openSteve French
2007-09-07[CIFS] Fix oops in find_writable_fileSteve French
2007-08-24[CIFS] fix typo in previousSteve French
2007-08-24[CIFS] Byte range unlock request to non-Unix server can unlock too muchJeff Layton
2007-07-26[CIFS] Fix hang in find_writable_fileSteve French
2007-07-18[CIFS] Allow disabling CIFS Unix Extensions as mount optionSteve French
2007-07-17[CIFS] More whitespace/formatting fixes (noticed by checkpatch)Steve French
2007-07-16[CIFS] use simple_prepare_write to zero page dataNate
2007-07-13[CIFS] whitespace/formatting fixesSteve French
2007-07-11[CIFS] Fix oops in cifs_create when nfsd server exports cifs mountSteve French
2007-07-10[CIFS] whitespace cleanupSteve French
2007-06-24[CIFS] Add in some missing flags and cifs README and TODO correctionsSteve French
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-03[CIFS] Change semaphore to mutex for cifs lock_semRoland Dreier
2007-04-04[CIFS] Remove unnecessary parm to cifs_reopen_fileSteve French
2007-04-02[CIFS] Remove unnecessary checksChristoph Hellwig
2007-03-06[CIFS] cifs_prepare_write was incorrectly rereading page in some casesSteve French
2007-02-26[CIFS] Fix locking problem around some cifs uses of i_size writeSteve French
2007-02-17[CIFS] One line missing from previous commitSteve French
2007-02-08[CIFS] Allow update of EOF on remote extend of fileSteve French
2007-02-02[CIFS] Reduce cifs stack space usageSteve French
2006-12-23Fix up CIFS for "test_clear_page_dirty()" removalLinus Torvalds