summaryrefslogtreecommitdiff
path: root/fs/cifs/inode.c
AgeCommit message (Expand)Author
2020-03-11cifs: don't leak -EAGAIN for stat() during reconnectRonnie Sahlberg
2020-03-11cifs: Fix mode output in debugging statementsFrank Sorenson
2019-10-17CIFS: Force revalidate inode when dentry is stalePavel Shilovsky
2019-10-17cifs: Check uniqueid for SMB2+ and return -ESTALE if necessaryRoss Lagerwall
2019-05-16cifs: do not attempt cifs operation on smb2+ rename errorFrank Sorenson
2019-04-27cifs: fallback to older infolevels on findfirst queryinfo retrySteve French
2018-11-21smb3: do not attempt cifs operation in smb3 query info error pathSteve French
2018-09-05smb3: Do not send SMB3 SET_INFO if nothing changedSteve French
2016-08-20fs/cifs: make share unaccessible at root level mountableAurelien Aptel
2015-12-13sched/wait: Fix the signal handling fixPeter Zijlstra
2015-10-01[SMB3] Do not fall back to SMBWriteX in set_file_size error casesSteve French
2015-05-20Fix to check Unique id and FileType when client refer file directly.Nakajima Akira
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-01Fix warningSteve French
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2014-10-16Workaround Mac server problemSteve French
2014-10-16Remap reserved posix characters by default (part 3/3)Steve French
2014-10-16Allow mknod and mkfifo on SMB2/SMB3 mountsSteve French
2014-10-09cifs: switch to use of %p[dD]Al Viro
2014-08-22CIFS: Fix directory rename errorPavel Shilovsky
2014-08-20Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2014-08-17CIFS: Fix wrong directory attributes after renamePavel Shilovsky
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-08-07cifs: support RENAME_NOREPLACEMiklos Szeredi
2014-07-16sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown
2014-06-09Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2014-05-21cifs: fix potential races in cifs_revalidate_mappingJeff Layton
2014-05-21cifs: new helper function: cifs_revalidate_mappingJeff Layton
2014-05-21cifs: convert booleans in cifsInodeInfo to a flags fieldJeff Layton
2014-04-24cifs: fix actimeo=0 corner case when cifs_i->time == jiffiesJeff Layton
2014-02-10[CIFS] Fix cifsacl mounts over smb2 to not call cifsSteve French
2014-02-07Add protocol specific operation for CIFS xattrsSteve French
2014-01-20CIFS: Cleanup cifs open codepathPavel Shilovsky
2014-01-20CIFS: Remove extra indentation in cifs_sfu_typePavel Shilovsky
2014-01-20cifs: Rename MF symlink function namesSachin Prabhu
2013-12-27cifs: We do not drop reference to tlink in CIFSCheckMFSymlink()Sachin Prabhu
2013-11-11CIFS: Fix symbolic links usagePavel Shilovsky
2013-09-21[CIFS] Provide sane values for nlinkJim McDonough
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2013-09-08CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky
2013-09-08CIFS: Implement follow_link for SMB2Pavel Shilovsky
2013-07-04[CIFS] use sensible file nlink values if unprovidedSteve French
2013-05-08cifs: only set ops for inodes in I_NEW stateJeff Layton
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches
2013-03-13cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSYSachin Prabhu
2013-03-06cifs: Check server capability before attempting silly renameSachin Prabhu