summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2015-04-29move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-1/+1
2015-04-19cifs: fix use-after-free bug in find_writable_fileDavid Disseldorp1-0/+1
2015-04-19cifs: smb2_clone_range() - exit on unhandled errorSachin Prabhu1-1/+2
2015-02-11Complete oplock break jobs before closing file handleSachin Prabhu1-1/+5
2015-01-30fix deadlock in cifs_ioctl_clone()Al Viro1-16/+5
2014-10-09CIFS: Fix SMB2 readdir error handlingPavel Shilovsky7-8/+25
2014-10-09Fix problem recognizing symlinksSteve French2-1/+3
2014-10-06SMB3: Fix oops when creating symlinks on smb3Steve French1-2/+6
2014-09-17CIFS: Fix wrong restart readdir for SMB1Pavel Shilovsky1-2/+2
2014-09-17CIFS: Fix wrong filename length for SMB2Pavel Shilovsky5-9/+4
2014-09-17CIFS: Fix directory rename errorPavel Shilovsky1-1/+4
2014-09-17CIFS: Fix wrong directory attributes after renamePavel Shilovsky1-0/+6
2014-09-17CIFS: Possible null ptr deref in SMB2_tconSteve French1-1/+2
2014-09-17CIFS: Fix async reading on reconnectsPavel Shilovsky1-2/+2
2014-09-17CIFS: Fix STATUS_CANNOT_DELETE error mapping for SMB2Pavel Shilovsky1-1/+1
2014-07-09CIFS: fix mount failure with broken pathnames when smb3 mount with mapchars o...Steve French1-3/+4
2014-07-09fs/cifs: fix regression in cifs_create_mf_symlink()Björn Baumbach1-1/+1
2014-07-01CIFS: Fix memory leaks in SMB2_openPavel Shilovsky1-1/+6
2014-06-01cifs: Wait for writebacks to complete before attempting write.Sachin Prabhu8-9/+164
2014-03-01cifs: mask off top byte in get_rfc1002_length()Jeff Layton1-1/+1
2014-02-24cifs: sanity check length of data to send before sendingJeff Layton1-0/+29
2014-02-24CIFS: Fix wrong pos argument of cifs_find_lock_conflictPavel Shilovsky1-18/+6
2014-02-18Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-28/+78
2014-02-15CIFS: Fix too big maxBuf size for SMB3 mountsPavel Shilovsky3-11/+10
2014-02-15cifs: ensure that uncached writes handle unmapped areas correctlyJeff Layton1-3/+34
2014-02-11[CIFS] Fix cifsacl mounts over smb2 to not call cifsSteve French7-14/+34
2014-02-10Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-39/+91
2014-02-10fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro1-2/+2
2014-02-08[CIFS] clean up page array when uncached write send failsSteve French6-19/+33
2014-02-08cifs: use a flexarray in cifs_writedataJeff Layton2-8/+2
2014-02-07retrieving CIFS ACLs when mounted with SMB2 fails dropping sessionSteve French4-8/+43
2014-02-07Add protocol specific operation for CIFS xattrsSteve French2-4/+13
2014-01-31cifs: Fix check for regular file in couldbe_mf_symlink()Sachin Prabhu1-1/+1
2014-01-27[CIFS] Fix SMB2 mounts so they don't try to set or get xattrs via cifsSteve French2-19/+36
2014-01-20CIFS: Cleanup cifs open codepathPavel Shilovsky8-100/+174
2014-01-20CIFS: Remove extra indentation in cifs_sfu_typePavel Shilovsky1-47/+50
2014-01-20CIFS: Cleanup cifs_mknodPavel Shilovsky1-26/+22
2014-01-20CIFS: Cleanup CIFSSMBOpenPavel Shilovsky2-72/+86
2014-01-20cifs: Add support for follow_link on dfs shares under posix extensionsSachin Prabhu1-0/+32
2014-01-20cifs: move unix extension call to cifs_query_symlink()Sachin Prabhu2-10/+15
2014-01-20cifs: Re-order M-F Symlink codeSachin Prabhu1-56/+68
2014-01-20cifs: Add create MFSymlinks to protocol ops structSachin Prabhu4-42/+54
2014-01-20cifs: use protocol specific call for query_mf_symlink()Sachin Prabhu1-41/+20
2014-01-20cifs: Rename MF symlink function namesSachin Prabhu4-26/+24
2014-01-20cifs: Rename and cleanup open_query_close_cifs_symlink()Sachin Prabhu4-31/+20
2014-01-20cifs: Fix memory leak in cifs_hardlink()Christian Engelmayer1-2/+4
2013-12-28cifs: set FILE_CREATEDShirish Pargaonkar1-5/+6
2013-12-28cifs: We do not drop reference to tlink in CIFSCheckMFSymlink()Sachin Prabhu3-20/+19
2013-12-28Add missing end of line termination to some cifs messagesSteve French1-3/+3
2013-11-25[CIFS] Do not use btrfs refcopy ioctl for SMB2 copy offloadSteve French1-2/+4