summaryrefslogtreecommitdiffstats
path: root/fs/cifs/file.c
Commit message (Expand)AuthorAgeFilesLines
...
* cifs: convert async write code to pass in data via rq_pages arrayJeff Layton2012-09-241-38/+10
* CIFS: Move oplock break to ops structPavel Shilovsky2012-09-241-4/+3
* CIFS: Move readdir code to ops structPavel Shilovsky2012-09-241-26/+34
* CIFS: Move writepage to ops structPavel Shilovsky2012-09-241-16/+20
* CIFS: Move readpage code to ops structPavel Shilovsky2012-09-241-11/+17
* CIFS: Move async write to ops structPavel Shilovsky2012-09-241-2/+11
* CIFS: Add SMB2 support for cifs_iovec_readPavel Shilovsky2012-09-241-0/+4
* CIFS: Move async read to ops structPavel Shilovsky2012-09-241-1/+7
* CIFS: Make flush code use ops structPavel Shilovsky2012-09-241-4/+16
* CIFS: Move reopen code to ops structPavel Shilovsky2012-09-241-57/+64
* CIFS: Move create code use ops structPavel Shilovsky2012-09-241-5/+5
* CIFS: Move close code to ops structPavel Shilovsky2012-09-241-3/+7
* CIFS: Move open code to ops structPavel Shilovsky2012-09-241-33/+30
* CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky2012-09-241-58/+58
* CIFS: Fix error handling in cifs_push_mandatory_locksPavel Shilovsky2012-09-061-1/+1
* 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/+16
* 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/+3
* 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/+35
* 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-161-16/+24
* CIFS: Convert lock type to 32 bit variablePavel Shilovsky2012-05-161-6/+7
* CIFS: Move locks to cifsFileInfo structurePavel Shilovsky2012-05-161-40/+49
* cifs: convert cifs_iovec_read to use async readsJeff Layton2012-05-161-60/+234
* cifs: add wrapper for cifs_async_readv to retry opening fileJeff Layton2012-05-161-9/+18
* cifs: add refcounting to cifs_readdata structuresJeff Layton2012-05-161-7/+14
* cifs: abstract out function to marshal the iovec for readv receivesJeff Layton2012-05-161-0/+68
* cifs: make cifs_readdata_alloc take a work_func_t argJeff Layton2012-05-161-1/+49
* cifs: fix offset handling in cifs_iovec_writeJeff Layton2012-04-191-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/+4
* CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky2012-03-311-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/+1
* cifs: fix allocation in cifs_write_allocate_pagesJeff Layton2012-03-231-7/+6
* 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-061-13/+56
* CIFS: Add descriptions to the brlock cache functionsPavel Shilovsky2011-12-081-0/+26
* CIFS: Cleanup byte-range locking code stylePavel Shilovsky2011-11-041-24/+19
OpenPOWER on IntegriCloud