aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/file.c
AgeCommit message (Expand)Author
2013-09-04direct-io: Handle O_(D)SYNC AIOChristoph Hellwig
2013-07-30cifs: file: initialize oparms.reconnect before using itAndi Shyti
2013-07-11CIFS: Fix a deadlock when a file is reopenedPavel Shilovsky
2013-07-11CIFS: Reopen the file if reconnect durable handle failedPavel Shilovsky
2013-07-10CIFS: Reconnect durable handles for SMB2Pavel Shilovsky
2013-07-10CIFS: Introduce cifs_open_parms structPavel Shilovsky
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton
2013-06-29cifs: use posix_unblock_lock instead of locks_delete_blockJeff Layton
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro
2013-03-13cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik
2013-02-27POSIX extensions disabled on client due to illegal O_EXCL flag sent to SambaSteve French
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-13cifs: Convert struct cifsFileInfo to use a kuidEric W. Biederman
2013-02-13cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_tEric W. Biederman
2013-01-01CIFS: Don't let read only caching for mandatory byte-range locked filesPavel Shilovsky
2013-01-01CIFS: Fix write after setting a read lock for read oplock filesPavel Shilovsky
2013-01-01Revert "CIFS: Fix write after setting a read lock for read oplock files"Pavel Shilovsky
2012-12-11CIFS: Fix write after setting a read lock for read oplock filesPavel Shilovsky
2012-12-07CIFS: Fix possible data coherency problem after oplock break to NonePavel Shilovsky
2012-12-07CIFS: Do not permit write to a range mandatory locked with a read lockPavel Shilovsky
2012-12-05CIFS: Fix lock consistensy bug in cifs_setlkPavel Shilovsky
2012-12-05CIFS: Implement cifs_relock_filePavel Shilovsky
2012-12-05CIFS: Separate pushing mandatory locks and lock_sem handlingPavel Shilovsky
2012-12-05CIFS: Separate pushing posix locks and lock_sem handlingPavel Shilovsky
2012-11-27cifs: fix writeback race with file that is growingJeff Layton
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov
2012-09-26CIFS: Make ops->close return voidPavel Shilovsky
2012-09-24cifs: add FL_CLOSE to fl_flags mask in cifs_read_flockJeff Layton
2012-09-24CIFS: Fix fast lease break after open problemPavel Shilovsky
2012-09-24CIFS: Fix cache coherency for read oplock casePavel Shilovsky
2012-09-24CIFS: Request SMB2.1 leasesPavel Shilovsky
2012-09-24CIFS: Check for mandatory brlocks on read/writePavel Shilovsky
2012-09-24CIFS: Turn lock mutex into rw semaphorePavel Shilovsky
2012-09-24CIFS: Add brlock support for SMB2Pavel Shilovsky
2012-09-24CIFS: Move brlock code to ops structPavel Shilovsky
2012-09-24CIFS: Remove spinlock dependence in brlock processingPavel Shilovsky
2012-09-24cifs: replace kvec array in readdata with a single kvecJeff Layton
2012-09-24cifs: convert async read code to use pages array without kmappingJeff Layton
2012-09-24cifs: turn the pages list in cifs_readdata into an arrayJeff Layton
2012-09-24cifs: allocate kvec array for cifs_readdata as a separate allocationJeff Layton
2012-09-24cifs: convert async write code to pass in data via rq_pages arrayJeff Layton
2012-09-24CIFS: Move oplock break to ops structPavel Shilovsky
2012-09-24CIFS: Move readdir code to ops structPavel Shilovsky
2012-09-24CIFS: Move writepage to ops structPavel Shilovsky
2012-09-24CIFS: Move readpage code to ops structPavel Shilovsky