summaryrefslogtreecommitdiffstats
path: root/fs/cifs/file.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: Avoid calling unlock_page() twice in cifs_readpage() when using fscacheSachin Prabhu2013-09-131-3/+7
* cifs: Do not take a reference to the page in cifs_readpage_worker()Sachin Prabhu2013-09-131-2/+3
* CIFS: Respect epoch value from create lease context v2Pavel Shilovsky2013-09-091-0/+4
* CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky2013-09-091-2/+1
* CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky2013-09-081-14/+14
* direct-io: Handle O_(D)SYNC AIOChristoph Hellwig2013-09-041-1/+1
* cifs: file: initialize oparms.reconnect before using itAndi Shyti2013-07-301-0/+1
* CIFS: Fix a deadlock when a file is reopenedPavel Shilovsky2013-07-111-5/+4
* CIFS: Reopen the file if reconnect durable handle failedPavel Shilovsky2013-07-111-1/+7
* CIFS: Reconnect durable handles for SMB2Pavel Shilovsky2013-07-101-6/+9
* CIFS: Introduce cifs_open_parms structPavel Shilovsky2013-07-101-6/+20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-031-7/+8
|\
| * locks: protect most of the file_lock handling with i_lockJeff Layton2013-06-291-6/+7
| * cifs: use posix_unblock_lock instead of locks_delete_blockJeff Layton2013-06-291-1/+1
* | mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-211-2/+3
|/
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-041-85/+81
* lift sb_start_write/sb_end_write out of ->aio_write()Al Viro2013-04-091-3/+0
* 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-261-13/+13
|\
| * new helper: file_inode(file)Al Viro2013-02-221-13/+13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-251-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-011-2/+53
* | CIFS: Fix write after setting a read lock for read oplock filesPavel Shilovsky2013-01-011-28/+20
* | Revert "CIFS: Fix write after setting a read lock for read oplock files"Pavel Shilovsky2013-01-011-63/+31
|/
* 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/+10
* 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-261-3/+2
* cifs: add FL_CLOSE to fl_flags mask in cifs_read_flockJeff Layton2012-09-241-1/+2
* CIFS: Fix fast lease break after open problemPavel Shilovsky2012-09-241-4/+31
* CIFS: Fix cache coherency for read oplock casePavel Shilovsky2012-09-241-4/+23
* CIFS: Request SMB2.1 leasesPavel Shilovsky2012-09-241-6/+15
* CIFS: Check for mandatory brlocks on read/writePavel Shilovsky2012-09-241-23/+98
* CIFS: Turn lock mutex into rw semaphorePavel Shilovsky2012-09-241-29/+31
* CIFS: Add brlock support for SMB2Pavel Shilovsky2012-09-241-5/+3
* CIFS: Move brlock code to ops structPavel Shilovsky2012-09-241-25/+17
* CIFS: Remove spinlock dependence in brlock processingPavel Shilovsky2012-09-241-30/+43
* cifs: replace kvec array in readdata with a single kvecJeff Layton2012-09-241-9/+0
* cifs: convert async read code to use pages array without kmappingJeff Layton2012-09-241-61/+60
* cifs: turn the pages list in cifs_readdata into an arrayJeff Layton2012-09-241-37/+50
* cifs: allocate kvec array for cifs_readdata as a separate allocationJeff Layton2012-09-241-3/+12
OpenPOWER on IntegriCloud