aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/file.c
Commit message (Expand)AuthorAge
* cifs: ensure that uncached writes handle unmapped areas correctlyJeff Layton2014-03-07
* CIFS: Fix a deadlock when a file is reopenedPavel Shilovsky2013-07-21
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-04
* lift sb_start_write/sb_end_write out of ->aio_write()Al Viro2013-04-09
* cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik2013-03-13
* POSIX extensions disabled on client due to illegal O_EXCL flag sent to SambaSteve French2013-02-27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\
| * new helper: file_inode(file)Al Viro2013-02-22
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-25
|\ \ | |/ |/|
| * cifs: Convert struct cifsFileInfo to use a kuidEric W. Biederman2013-02-13
| * cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_tEric W. Biederman2013-02-13
* | CIFS: Don't let read only caching for mandatory byte-range locked filesPavel Shilovsky2013-01-02
* | CIFS: Fix write after setting a read lock for read oplock filesPavel Shilovsky2013-01-02
* | Revert "CIFS: Fix write after setting a read lock for read oplock files"Pavel Shilovsky2013-01-01
|/
* CIFS: Fix write after setting a read lock for read oplock filesPavel Shilovsky2012-12-11
* CIFS: Fix possible data coherency problem after oplock break to NonePavel Shilovsky2012-12-07
* CIFS: Do not permit write to a range mandatory locked with a read lockPavel Shilovsky2012-12-07
* 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