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