summaryrefslogtreecommitdiff
path: root/fs/cifs/file.c
AgeCommit message (Expand)Author
2019-04-24cifs: fix page reference leak with readv/writevJérôme Glisse
2019-04-16CIFS: keep FileInfo handle live during oplock breakAurelien Aptel
2019-03-22CIFS: Fix an issue with re-sending rdata when transport returning -EAGAINLong Li
2019-03-22CIFS: Fix an issue with re-sending wdata when transport returning -EAGAINLong Li
2019-03-14CIFS: fix POSIX lock leak and invalid ptr derefAurelien Aptel
2019-03-05CIFS: Fix read after write for files with read cachingPavel Shilovsky
2019-03-05CIFS: Return error code when getting file handle for writebackPavel Shilovsky
2019-03-05CIFS: Move open file handling to writepagesPavel Shilovsky
2019-03-05CIFS: Move unlocking pages from wdata_send_pages()Pavel Shilovsky
2019-03-05CIFS: Find and reopen a file before get MTU credits in writepagesPavel Shilovsky
2019-03-05CIFS: Reopen file before get SMB2 MTU credits for async IOPavel Shilovsky
2019-03-05CIFS: Adjust MTU credits before reopening a filePavel Shilovsky
2019-03-05CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky
2019-03-04smb3: fix bytes_read statisticsSteve French
2019-01-29CIFS: Fix possible oops and memory leaks in async IOPavel Shilovsky
2019-01-11CIFS: Fix error paths in writeback codePavel Shilovsky
2019-01-11cifs: Fix potential OOB access of lock element arrayRoss Lagerwall
2019-01-11cifs: Limit memory used by lock request calls to a pageRoss Lagerwall
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov
2019-01-02Merge tag '4.21-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2018-12-27Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2018-12-23CIFS: return correct errors when pinning memory failed for direct I/OLong Li
2018-12-23CIFS: use the correct length when pinning memory for direct I/O for writeLong Li
2018-12-07fs/locks: merge posix_unblock_lock() and locks_delete_block()NeilBrown
2018-12-07CIFS: Avoid returning EBUSY to upper layer VFSLong Li
2018-11-30fs/locks: rename some lists and pointers.NeilBrown
2018-11-02cifs: fix signed/unsigned mismatch on aio_read patchSteve French
2018-11-02CIFS: Add support for direct I/O writeLong Li
2018-11-02CIFS: Add support for direct I/O readLong Li
2018-11-02cifs: fix spelling mistake, EACCESS -> EACCESColin Ian King
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-23smb3: show number of current open files in /proc/fs/cifs/StatsSteve French
2018-10-23cifs: track writepages in vfs operation countersSteve French
2018-10-23cifs: OFD locks do not conflict with eachothersRonnie Sahlberg
2018-10-23cifs: do not return atime less than mtimeSteve French
2018-10-24iov_iter: Use accessor functionDavid Howells
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-02CIFS: Use offset when reading pagesLong Li
2018-06-02CIFS: Add support for direct pages in rdataLong Li
2018-04-17fs: cifs: Adding new return type vm_fault_tSouptick Joarder
2018-04-11page cache: use xa_lockMatthew Wilcox
2018-01-24CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory regis...Long Li
2018-01-24cifs: Fix missing put_xid in cifs_file_strict_mmapMatthew Wilcox
2017-11-15cifs: use find_get_pages_range_tag()Jan Kara
2017-09-22SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French
2017-09-20CIFS: make arrays static const, reduces object code sizeColin Ian King
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton
2017-07-05CIFS: fix circular locking dependencyRabin Vincent
2017-07-05cifs: set mapping error when page writeback fails in writepage or launder_pagesJeff Layton
2017-06-20CIFS: Set ->should_dirty in cifs_user_readv()Dan Carpenter