aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-11cifs: Limit memory used by lock request calls to a pageRoss Lagerwall1-0/+8
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov1-1/+2
2019-01-02Merge tag '4.21-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-2/+10
2018-12-27Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-2/+2
2018-12-23CIFS: return correct errors when pinning memory failed for direct I/OLong Li1-1/+7
2018-12-23CIFS: use the correct length when pinning memory for direct I/O for writeLong Li1-1/+3
2018-12-07fs/locks: merge posix_unblock_lock() and locks_delete_block()NeilBrown1-1/+1
2018-12-07CIFS: Avoid returning EBUSY to upper layer VFSLong Li1-25/+6
2018-11-30fs/locks: rename some lists and pointers.NeilBrown1-1/+1
2018-11-02cifs: fix signed/unsigned mismatch on aio_read patchSteve French1-6/+11
2018-11-02CIFS: Add support for direct I/O writeLong Li1-41/+163
2018-11-02CIFS: Add support for direct I/O readLong Li1-39/+186
2018-11-02cifs: fix spelling mistake, EACCESS -> EACCESColin Ian King1-1/+1
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-10-23smb3: show number of current open files in /proc/fs/cifs/StatsSteve French1-0/+2
2018-10-23cifs: track writepages in vfs operation countersSteve French1-1/+10
2018-10-23cifs: OFD locks do not conflict with eachothersRonnie Sahlberg1-13/+22
2018-10-23cifs: do not return atime less than mtimeSteve French1-2/+6
2018-10-24iov_iter: Use accessor functionDavid Howells1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-02CIFS: Use offset when reading pagesLong Li1-15/+37
2018-06-02CIFS: Add support for direct pages in rdataLong Li1-3/+20
2018-04-17fs: cifs: Adding new return type vm_fault_tSouptick Joarder1-1/+1
2018-04-11page cache: use xa_lockMatthew Wilcox1-5/+4
2018-01-24CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory registrationLong Li1-2/+15
2018-01-24cifs: Fix missing put_xid in cifs_file_strict_mmapMatthew Wilcox1-14/+12
2017-11-15cifs: use find_get_pages_range_tag()Jan Kara1-19/+2
2017-09-22SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French1-0/+7
2017-09-20CIFS: make arrays static const, reduces object code sizeColin Ian King1-4/+8
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-2/+2
2017-07-05CIFS: fix circular locking dependencyRabin Vincent1-2/+2
2017-07-05cifs: set mapping error when page writeback fails in writepage or launder_pagesJeff Layton1-5/+7
2017-06-20CIFS: Set ->should_dirty in cifs_user_readv()Dan Carpenter1-1/+1
2017-05-09CIFS: silence lockdep splat in cifs_relock_file()Rabin Vincent1-1/+1
2017-05-02CIFS: Add asynchronous write support through kernel AIOPavel Shilovsky1-51/+137
2017-05-02CIFS: Add asynchronous read support through kernel AIOPavel Shilovsky1-39/+130
2017-04-10CIFS: store results of cifs_reopen_file to avoid infinite waitGermano Percossi1-3/+3
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-1/+1
2017-02-01CIFS: Add copy into pages callback for a read operationPavel Shilovsky1-6/+46
2017-02-01CIFS: Fix splice read for non-cached filesPavel Shilovsky1-1/+9
2016-12-05CIFS: Fix a possible double locking of mutex during reconnectPavel Shilovsky1-1/+7
2016-10-13CIFS: Reset read oplock to NONE if we have mandatory locks after reopenPavel Shilovsky1-0/+9
2016-10-13CIFS: Fix persistent handles re-opening on reconnectPavel Shilovsky1-5/+17
2016-10-12fs/cifs: reopen persistent handles on reconnectSteve French1-0/+18
2016-10-12Clarify locking of cifs file and tcon structures and make more granularSteve French1-27/+39
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-2/+2
2016-09-27cifs: don't use memcpy() to copy struct iov_iterAl Viro1-10/+4
2016-07-26mm, memcg: use consistent gfp flags during readaheadMichal Hocko1-1/+1
2016-06-23cifs: stuff the fl_owner into "pid" field in the lock requestJeff Layton1-3/+11