aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/file.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-05CIFS: Fix a possible double locking of mutex during reconnectGravatar Pavel Shilovsky 1-1/+7
2016-10-13CIFS: Reset read oplock to NONE if we have mandatory locks after reopenGravatar Pavel Shilovsky 1-0/+9
2016-10-13CIFS: Fix persistent handles re-opening on reconnectGravatar Pavel Shilovsky 1-5/+17
2016-10-12fs/cifs: reopen persistent handles on reconnectGravatar Steve French 1-0/+18
2016-10-12Clarify locking of cifs file and tcon structures and make more granularGravatar Steve French 1-27/+39
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 1-2/+2
2016-09-27cifs: don't use memcpy() to copy struct iov_iterGravatar Al Viro 1-10/+4
2016-07-26mm, memcg: use consistent gfp flags during readaheadGravatar Michal Hocko 1-1/+1
2016-06-23cifs: stuff the fl_owner into "pid" field in the lock requestGravatar Jeff Layton 1-3/+11
2016-05-18Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-36/+17
2016-05-18Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-2/+2
2016-05-17cifs: Use file_dentry()Gravatar Goldwyn Rodrigues 1-2/+2
2016-05-01fs: simplify the generic_write_sync prototypeGravatar Christoph Hellwig 1-5/+2
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCGravatar Christoph Hellwig 1-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOGravatar Christoph Hellwig 1-1/+1
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-47/+47
2016-03-28cifs: don't bother with kmap on read_pages sideGravatar Al Viro 1-36/+17
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-6/+6
2016-01-15page-flags: define PG_locked behavior on compound pagesGravatar Kirill A. Shutemov 1-4/+4
2015-11-06mm, fs: introduce mapping_gfp_constraint()Gravatar Michal Hocko 1-1/+1
2015-11-05Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linuxGravatar Linus Torvalds 1-1/+1
2015-10-22Move locks API users to locks_lock_inode_wait()Gravatar Benjamin Coddington 1-1/+1
2015-10-16mm, fs: obey gfp_mapping for add_to_page_cache()Gravatar Michal Hocko 1-3/+3
2015-09-10mm: mark most vm_operations_struct constGravatar Kirill A. Shutemov 1-1/+1
2015-05-20cifs: potential missing check for posix_lock_file_waitGravatar Chengyu Song 1-2/+2
2015-05-10Fix that several functions handle incorrect value of mapcharsGravatar Nakajima Akira 1-2/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-24/+24
2015-04-11switch generic_write_checks() to iocb and iterGravatar Al Viro 1-20/+6
2015-04-11generic_write_checks(): drop isblk argumentGravatar Al Viro 1-2/+2
2015-04-11lift generic_write_checks() into callers of __generic_file_write_iter()Gravatar Al Viro 1-16/+23
2015-04-11cifs: fold cifs_iovec_write() into the only callerGravatar Al Viro 1-31/+16
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Gravatar Omar Sandoval 1-2/+1
2015-03-21cifs: fix use-after-free bug in find_writable_fileGravatar David Disseldorp 1-0/+1
2015-02-16Revert "locks: keep a count of locks on the flctx lists"Gravatar Jeff Layton 1-4/+10
2015-02-10Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+0
2015-02-10Merge tag 'locks-v3.20-1' of git://git.samba.org/jlayton/linuxGravatar Linus Torvalds 1-23/+11
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubGravatar Kirill A. Shutemov 1-1/+0
2015-01-19Complete oplock break jobs before closing file handleGravatar Sachin Prabhu 1-1/+5
2015-01-16locks: keep a count of locks on the flctx listsGravatar Jeff Layton 1-10/+4
2015-01-16locks: add a dedicated spinlock to protect i_flctx listsGravatar Jeff Layton 1-4/+4
2015-01-16locks: convert posix locks to file_lock_contextGravatar Jeff Layton 1-16/+10
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Gravatar Linus Torvalds 1-2/+2
2014-12-10fs/cifs/file.c: replace count*size kzalloc by kcallocGravatar Fabian Frederick 1-2/+2
2014-11-19cifs: get rid of ->f_path.dentry->d_sb uses, add a new helperGravatar Al Viro 1-6/+6
2014-10-16Allow mknod and mkfifo on SMB2/SMB3 mountsGravatar Steve French 1-3/+3
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-6/+6
2014-10-09cifs: switch to use of %p[dD]Gravatar Al Viro 1-6/+6
2014-10-02CIFS: Fix readpages retrying on reconnectsGravatar Pavel Shilovsky 1-7/+1