summaryrefslogtreecommitdiffstats
path: root/fs/cifs/file.c
Commit message (Expand)AuthorAgeFilesLines
* CIFS: Fix wrong pos argument of cifs_find_lock_conflictPavel Shilovsky2014-02-241-18/+6Star
* Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-02-171-4/+35
|\
| * cifs: ensure that uncached writes handle unmapped areas correctlyJeff Layton2014-02-141-3/+34
| * [CIFS] Fix cifsacl mounts over smb2 to not call cifsSteve French2014-02-101-1/+1
* | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-02-101-11/+20
|\|
| * [CIFS] clean up page array when uncached write send failsSteve French2014-02-081-11/+20
* | fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro2014-02-091-2/+2
|/
* CIFS: Cleanup cifs open codepathPavel Shilovsky2014-01-201-1/+1
* [CIFS] O_DIRECT opens should work on directio mountsSteve French2013-11-111-0/+22
* CIFS: FS-Cache: Uncache unread pages in cifs_readpages() before freeing themDavid Howells2013-09-181-0/+8
* 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-101-0/+4
* CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky2013-09-101-2/+1Star
* CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky2013-09-091-14/+14
* direct-io: Handle O_(D)SYNC AIOChristoph Hellwig2013-09-041-1/+1
* cifs: file: initialize oparms.reconnect before using itAndi Shyti2013-07-311-0/+1
* CIFS: Fix a deadlock when a file is reopenedPavel Shilovsky2013-07-121-5/+4Star
* CIFS: Reopen the file if reconnect durable handle failedPavel Shilovsky2013-07-121-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-221-2/+3
|/
* [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