summaryrefslogtreecommitdiffstats
path: root/fs/cifs/file.c
Commit message (Expand)AuthorAgeFilesLines
...
* cifs: ensure that we always do cifsFileInfo_get under the spinlockJeff Layton2012-07-251-5/+12
* CIFS: Make CAP_* checks protocol independentPavel Shilovsky2012-07-241-17/+16Star
* CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky2012-07-241-65/+68
* cifs: move file_lock off stack in cifs_push_posix_locksJeff Layton2012-07-231-5/+3Star
* cifs: remove extraneous newlines from cERROR and cFYI callsJeff Layton2012-07-231-1/+1
* CIFS: Improve identation in cifs_unlock_rangePavel Shilovsky2012-06-011-40/+35Star
* CIFS: Fix possible wrong memory allocationPavel Shilovsky2012-06-011-6/+25
* cifs: fix oops while traversing open file list (try #4)Shirish Pargaonkar2012-05-231-24/+33
* CIFS: Separate protocol specific part from setlkPavel Shilovsky2012-05-171-2/+2
* CIFS: Separate protocol specific part from getlkPavel Shilovsky2012-05-171-22/+30
* CIFS: Separate protocol specific lock type handlingPavel Shilovsky2012-05-171-16/+24
* CIFS: Convert lock type to 32 bit variablePavel Shilovsky2012-05-171-6/+7
* CIFS: Move locks to cifsFileInfo structurePavel Shilovsky2012-05-171-40/+49
* cifs: convert cifs_iovec_read to use async readsJeff Layton2012-05-171-60/+234
* cifs: add wrapper for cifs_async_readv to retry opening fileJeff Layton2012-05-171-9/+18
* cifs: add refcounting to cifs_readdata structuresJeff Layton2012-05-171-7/+14
* cifs: abstract out function to marshal the iovec for readv receivesJeff Layton2012-05-171-0/+68
* cifs: make cifs_readdata_alloc take a work_func_t argJeff Layton2012-05-171-1/+49
* cifs: fix offset handling in cifs_iovec_writeJeff Layton2012-04-201-1/+2
* CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky2012-04-011-1/+9
* Revert "CIFS: Fix VFS lock usage for oplocked files"Steve French2012-04-011-52/+4Star
* CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky2012-04-011-4/+52
* [CIFS] Fix trivial sparse warning with asyn i/o patchSteve French2012-03-231-1/+1
* cifs: convert cifs_iovec_write to use async writesJeff Layton2012-03-231-85/+138
* cifs: call cifs_update_eof with i_lock heldJeff Layton2012-03-231-1/+8
* cifs: abstract out function to marshal up the iovec array for async writesJeff Layton2012-03-231-0/+22
* cifs: fix up get_numpagesJeff Layton2012-03-231-3/+1Star
* cifs: fix allocation in cifs_write_allocate_pagesJeff Layton2012-03-231-7/+6Star
* cifs: allow caller to specify completion op when allocating writedataJeff Layton2012-03-231-1/+2
* cifs: add pid field to cifs_writedataJeff Layton2012-03-231-0/+1
* CIFS: Respect negotiated MaxMpxCountPavel Shilovsky2012-03-201-2/+2
* CIFS: Fix a spurious error in cifs_push_posix_locksPavel Shilovsky2012-03-191-9/+10
* CIFS: Do not kmalloc under the flocks spinlockPavel Shilovsky2012-03-071-13/+56
* CIFS: Add descriptions to the brlock cache functionsPavel Shilovsky2011-12-091-0/+26
* CIFS: Cleanup byte-range locking code stylePavel Shilovsky2011-11-041-24/+19Star
* CIFS: Simplify setlk error handling for mandatory lockingPavel Shilovsky2011-11-041-32/+32
* CIFS: Fix the VFS brlock cache usage in posix locking casePavel Shilovsky2011-10-301-2/+8
* CIFS: Remove extra mutex_unlock in cifs_lock_add_ifPavel Shilovsky2011-10-281-1/+0Star
* CIFS: Make cifs_push_locks send as many locks at once as possiblePavel Shilovsky2011-10-241-6/+43
* CIFS: Send as many mandatory unlock ranges at once as possiblePavel Shilovsky2011-10-241-36/+124
* CIFS: Implement caching mechanism for posix brlocksPavel Shilovsky2011-10-241-9/+141
* CIFS: Implement caching mechanism for mandatory brlocksPavel Shilovsky2011-10-241-11/+195
* cifs: allow for larger rsize= options and change defaultsJeff Layton2011-10-191-3/+11
* cifs: convert cifs_readpages to use async readsJeff Layton2011-10-191-168/+113Star
* CIFS: cleanup min_t() cast in cifs_read()Dan Carpenter2011-10-181-2/+2
* CIFS: Move byte range lock list from fd to inodePavel Shilovsky2011-10-141-13/+17
* CIFS: Simplify byte range locking codePavel Shilovsky2011-10-141-169/+201
* cifs: Add mount options for backup intent (try #6)Shirish Pargaonkar2011-10-131-2/+10
* add new module parameter 'enable_oplocks'Steve French2011-10-131-2/+2
* cifs: untangle server->maxBuf and CIFSMaxBufSizeJeff Layton2011-10-131-1/+1