summaryrefslogtreecommitdiff
path: root/fs/cifs/file.c
AgeCommit message (Expand)Author
2021-04-10cifs: revalidate mapping when we open files for SMB1 POSIXRonnie Sahlberg
2020-06-03cifs: Fix null pointer check in cifs_readSteve French
2019-12-21CIFS: Respect O_SYNC and O_DIRECT flags during reconnectPavel Shilovsky
2019-12-21CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locksPavel Shilovsky
2019-11-10cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occursDave Wysochanski
2019-10-17CIFS: Gracefully handle QueryInfo errors during openPavel Shilovsky
2019-06-11CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEMRoberto Bergantinos Corpas
2019-04-27CIFS: fix POSIX lock leak and invalid ptr derefAurelien Aptel
2019-03-23CIFS: Fix read after write for files with read cachingPavel Shilovsky
2019-02-20cifs: Limit memory used by lock request calls to a pageRoss Lagerwall
2019-01-16cifs: Fix potential OOB access of lock element arrayRoss Lagerwall
2018-04-13CIFS: silence lockdep splat in cifs_relock_file()Rabin Vincent
2018-02-16cifs: Fix missing put_xid in cifs_file_strict_mmapMatthew Wilcox
2017-10-05SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French
2017-04-21CIFS: store results of cifs_reopen_file to avoid infinite waitGermano Percossi
2016-10-28Clarify locking of cifs file and tcon structures and make more granularSteve French
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko
2015-11-05Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linuxLinus Torvalds
2015-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington
2015-10-16mm, fs: obey gfp_mapping for add_to_page_cache()Michal Hocko
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov
2015-05-20cifs: potential missing check for posix_lock_file_waitChengyu Song
2015-05-10Fix that several functions handle incorrect value of mapcharsNakajima Akira
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-11switch generic_write_checks() to iocb and iterAl Viro
2015-04-11generic_write_checks(): drop isblk argumentAl Viro
2015-04-11lift generic_write_checks() into callers of __generic_file_write_iter()Al Viro
2015-04-11cifs: fold cifs_iovec_write() into the only callerAl Viro
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-03-21cifs: fix use-after-free bug in find_writable_fileDavid Disseldorp
2015-02-16Revert "locks: keep a count of locks on the flctx lists"Jeff Layton
2015-02-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-10Merge tag 'locks-v3.20-1' of git://git.samba.org/jlayton/linuxLinus Torvalds
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov
2015-01-19Complete oplock break jobs before closing file handleSachin Prabhu
2015-01-16locks: keep a count of locks on the flctx listsJeff Layton
2015-01-16locks: add a dedicated spinlock to protect i_flctx listsJeff Layton
2015-01-16locks: convert posix locks to file_lock_contextJeff Layton
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds
2014-12-10fs/cifs/file.c: replace count*size kzalloc by kcallocFabian Frederick
2014-11-19cifs: get rid of ->f_path.dentry->d_sb uses, add a new helperAl Viro
2014-10-16Allow mknod and mkfifo on SMB2/SMB3 mountsSteve French
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-10-09cifs: switch to use of %p[dD]Al Viro
2014-10-02CIFS: Fix readpages retrying on reconnectsPavel Shilovsky
2014-08-22cifs: Allow directIO read/write during cache=strictNamjae Jeon
2014-08-17CIFS: Fix SMB2 readdir error handlingPavel Shilovsky
2014-08-09Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2014-08-02CIFS: Optimize readpages in a short read case on reconnectsPavel Shilovsky
2014-08-02CIFS: Optimize cifs_user_read() in a short read case on reconnectsPavel Shilovsky