aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/file.c
Commit message (Expand)AuthorAge
* CIFS: Fix lock consistensy bug in cifs_setlkPavel Shilovsky2012-12-05
* CIFS: Implement cifs_relock_filePavel Shilovsky2012-12-05
* CIFS: Separate pushing mandatory locks and lock_sem handlingPavel Shilovsky2012-12-05
* CIFS: Separate pushing posix locks and lock_sem handlingPavel Shilovsky2012-12-05
* cifs: fix writeback race with file that is growingJeff Layton2012-11-27
* mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov2012-10-09
* CIFS: Make ops->close return voidPavel Shilovsky2012-09-26
* cifs: add FL_CLOSE to fl_flags mask in cifs_read_flockJeff Layton2012-09-24
* CIFS: Fix fast lease break after open problemPavel Shilovsky2012-09-24
* CIFS: Fix cache coherency for read oplock casePavel Shilovsky2012-09-24
* CIFS: Request SMB2.1 leasesPavel Shilovsky2012-09-24
* CIFS: Check for mandatory brlocks on read/writePavel Shilovsky2012-09-24
* CIFS: Turn lock mutex into rw semaphorePavel Shilovsky2012-09-24
* CIFS: Add brlock support for SMB2Pavel Shilovsky2012-09-24
* CIFS: Move brlock code to ops structPavel Shilovsky2012-09-24
* CIFS: Remove spinlock dependence in brlock processingPavel Shilovsky2012-09-24
* cifs: replace kvec array in readdata with a single kvecJeff Layton2012-09-24
* cifs: convert async read code to use pages array without kmappingJeff Layton2012-09-24
* cifs: turn the pages list in cifs_readdata into an arrayJeff Layton2012-09-24
* cifs: allocate kvec array for cifs_readdata as a separate allocationJeff Layton2012-09-24
* cifs: convert async write code to pass in data via rq_pages arrayJeff Layton2012-09-24
* CIFS: Move oplock break to ops structPavel Shilovsky2012-09-24
* CIFS: Move readdir code to ops structPavel Shilovsky2012-09-24
* CIFS: Move writepage to ops structPavel Shilovsky2012-09-24
* CIFS: Move readpage code to ops structPavel Shilovsky2012-09-24
* CIFS: Move async write to ops structPavel Shilovsky2012-09-24
* CIFS: Add SMB2 support for cifs_iovec_readPavel Shilovsky2012-09-24
* CIFS: Move async read to ops structPavel Shilovsky2012-09-24
* CIFS: Make flush code use ops structPavel Shilovsky2012-09-24
* CIFS: Move reopen code to ops structPavel Shilovsky2012-09-24
* CIFS: Move create code use ops structPavel Shilovsky2012-09-24
* CIFS: Move close code to ops structPavel Shilovsky2012-09-24
* CIFS: Move open code to ops structPavel Shilovsky2012-09-24
* CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky2012-09-24
* CIFS: Fix error handling in cifs_push_mandatory_locksPavel Shilovsky2012-09-06
* cifs: ensure that we always do cifsFileInfo_get under the spinlockJeff Layton2012-07-25
* CIFS: Make CAP_* checks protocol independentPavel Shilovsky2012-07-24
* CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky2012-07-24
* cifs: move file_lock off stack in cifs_push_posix_locksJeff Layton2012-07-23
* cifs: remove extraneous newlines from cERROR and cFYI callsJeff Layton2012-07-23
* CIFS: Improve identation in cifs_unlock_rangePavel Shilovsky2012-06-01
* CIFS: Fix possible wrong memory allocationPavel Shilovsky2012-06-01
* cifs: fix oops while traversing open file list (try #4)Shirish Pargaonkar2012-05-23
* CIFS: Separate protocol specific part from setlkPavel Shilovsky2012-05-17
* CIFS: Separate protocol specific part from getlkPavel Shilovsky2012-05-17
* CIFS: Separate protocol specific lock type handlingPavel Shilovsky2012-05-16
* CIFS: Convert lock type to 32 bit variablePavel Shilovsky2012-05-16
* CIFS: Move locks to cifsFileInfo structurePavel Shilovsky2012-05-16
* cifs: convert cifs_iovec_read to use async readsJeff Layton2012-05-16
* cifs: add wrapper for cifs_async_readv to retry opening fileJeff Layton2012-05-16