summaryrefslogtreecommitdiffstats
path: root/fs/cifs/file.c
Commit message (Expand)AuthorAgeFilesLines
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-051-85/+81Star
* lift sb_start_write/sb_end_write out of ->aio_write()Al Viro2013-04-091-3/+0Star
* cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik2013-03-131-1/+5
* POSIX extensions disabled on client due to illegal O_EXCL flag sent to SambaSteve French2013-02-271-3/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-13/+13
|\
| * new helper: file_inode(file)Al Viro2013-02-231-13/+13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-261-4/+4
|\ \ | |/ |/|
| * cifs: Convert struct cifsFileInfo to use a kuidEric W. Biederman2013-02-131-2/+2
| * cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_tEric W. Biederman2013-02-131-2/+2
* | CIFS: Don't let read only caching for mandatory byte-range locked filesPavel Shilovsky2013-01-021-2/+53
* | CIFS: Fix write after setting a read lock for read oplock filesPavel Shilovsky2013-01-021-28/+20Star
* | Revert "CIFS: Fix write after setting a read lock for read oplock files"Pavel Shilovsky2013-01-021-63/+31Star
|/
* CIFS: Fix write after setting a read lock for read oplock filesPavel Shilovsky2012-12-111-31/+63
* CIFS: Fix possible data coherency problem after oplock break to NonePavel Shilovsky2012-12-071-1/+1
* CIFS: Do not permit write to a range mandatory locked with a read lockPavel Shilovsky2012-12-071-9/+18
* CIFS: Fix lock consistensy bug in cifs_setlkPavel Shilovsky2012-12-051-3/+5
* CIFS: Implement cifs_relock_filePavel Shilovsky2012-12-051-3/+23
* CIFS: Separate pushing mandatory locks and lock_sem handlingPavel Shilovsky2012-12-051-29/+10Star
* CIFS: Separate pushing posix locks and lock_sem handlingPavel Shilovsky2012-12-051-13/+19
* 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