summaryrefslogtreecommitdiffstats
path: root/fs/cifs/file.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix writeback race with file that is growingJeff Layton2012-11-271-3/+3
* mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov2012-10-091-0/+1
* CIFS: Make ops->close return voidPavel Shilovsky2012-09-271-3/+2Star
* cifs: add FL_CLOSE to fl_flags mask in cifs_read_flockJeff Layton2012-09-251-1/+2
* CIFS: Fix fast lease break after open problemPavel Shilovsky2012-09-251-4/+31
* CIFS: Fix cache coherency for read oplock casePavel Shilovsky2012-09-251-4/+23
* CIFS: Request SMB2.1 leasesPavel Shilovsky2012-09-251-6/+15
* CIFS: Check for mandatory brlocks on read/writePavel Shilovsky2012-09-251-23/+98
* CIFS: Turn lock mutex into rw semaphorePavel Shilovsky2012-09-251-29/+31
* CIFS: Add brlock support for SMB2Pavel Shilovsky2012-09-251-5/+3Star
* CIFS: Move brlock code to ops structPavel Shilovsky2012-09-251-25/+17Star
* CIFS: Remove spinlock dependence in brlock processingPavel Shilovsky2012-09-251-30/+43
* cifs: replace kvec array in readdata with a single kvecJeff Layton2012-09-251-9/+0Star
* cifs: convert async read code to use pages array without kmappingJeff Layton2012-09-251-61/+60Star
* cifs: turn the pages list in cifs_readdata into an arrayJeff Layton2012-09-251-37/+50
* cifs: allocate kvec array for cifs_readdata as a separate allocationJeff Layton2012-09-251-3/+12
* cifs: convert async write code to pass in data via rq_pages arrayJeff Layton2012-09-251-38/+10Star
* CIFS: Move oplock break to ops structPavel Shilovsky2012-09-251-4/+3Star
* CIFS: Move readdir code to ops structPavel Shilovsky2012-09-251-26/+34
* CIFS: Move writepage to ops structPavel Shilovsky2012-09-251-16/+20
* CIFS: Move readpage code to ops structPavel Shilovsky2012-09-251-11/+17
* CIFS: Move async write to ops structPavel Shilovsky2012-09-251-2/+11
* CIFS: Add SMB2 support for cifs_iovec_readPavel Shilovsky2012-09-251-0/+4
* CIFS: Move async read to ops structPavel Shilovsky2012-09-251-1/+7
* CIFS: Make flush code use ops structPavel Shilovsky2012-09-251-4/+16
* CIFS: Move reopen code to ops structPavel Shilovsky2012-09-251-57/+64
* CIFS: Move create code use ops structPavel Shilovsky2012-09-251-5/+5
* CIFS: Move close code to ops structPavel Shilovsky2012-09-251-3/+7
* CIFS: Move open code to ops structPavel Shilovsky2012-09-251-33/+30Star
* CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky2012-09-251-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/+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