summaryrefslogtreecommitdiff
path: root/fs/cifs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-29Revert "cifs: Fix the target file was deleted when rename failed."Steve French1-8/+2
2020-07-22cifs: update ctime and mtime during truncateZhang Xiaoxu1-0/+9
2020-07-09cifs: Fix the target file was deleted when rename failed.Zhang Xiaoxu1-2/+8
2020-03-11cifs: don't leak -EAGAIN for stat() during reconnectRonnie Sahlberg1-1/+5
2020-03-11cifs: Fix mode output in debugging statementsFrank Sorenson1-1/+1
2019-10-17CIFS: Force revalidate inode when dentry is stalePavel Shilovsky1-0/+4
2019-05-02cifs: do not attempt cifs operation on smb2+ rename errorFrank Sorenson1-0/+4
2019-04-20cifs: fallback to older infolevels on findfirst queryinfo retrySteve French1-30/+37
2018-11-13smb3: do not attempt cifs operation in smb3 query info error pathSteve French1-1/+9
2018-11-04cifs: Use ULL suffix for 64-bit constantGeert Uytterhoeven1-1/+1
2018-09-19SMB3: Backup intent flag missing for directory opens with backupuid mountsSteve French1-0/+2
2018-09-05smb3: Do not send SMB3 SET_INFO if nothing changedSteve French1-0/+2
2018-04-24smb3: Fix root directory when server returns inode number of zeroSteve French1-0/+33
2017-09-23SMB3: handle new statx fieldsSteve French1-0/+15
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar1-0/+1
2017-05-13[CIFS] Minor cleanup of xattr query functionSteve French1-2/+1
2017-05-09fs: cifs: replace CURRENT_TIME by other appropriate apisDeepa Dinamani1-13/+15
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+3
2017-03-03statx: Add a system call to make enhanced file info availableDavid Howells1-2/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+2
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-2/+2
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-2/+2
2016-09-16cifs: don't use ->d_timeMiklos Szeredi1-1/+1
2016-07-28fs/cifs: make share unaccessible at root level mountableAurelien Aptel1-2/+20
2016-05-03Merge getxattr prototype change into work.lookupsAl Viro1-2/+1
2016-04-11don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-2/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-5/+5
2016-01-14cifs: Check uniqueid for SMB2+ and return -ESTALE if necessaryRoss Lagerwall1-2/+22
2015-12-14sched/wait: Fix the signal handling fixPeter Zijlstra1-3/+3
2015-10-02[SMB3] Do not fall back to SMBWriteX in set_file_size error casesSteve French1-34/+0
2015-05-20Fix to check Unique id and FileType when client refer file directly.Nakajima Akira1-0/+25
2015-05-11Fix that several functions handle incorrect value of mapcharsNakajima Akira1-4/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-16/+16
2015-04-01Fix warningSteve French1-0/+2
2015-01-21fs: remove mapping->backing_dev_infoChristoph Hellwig1-2/+0
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-1/+1
2014-10-17Workaround Mac server problemSteve French1-3/+10
2014-10-17Remap reserved posix characters by default (part 3/3)Steve French1-18/+11
2014-10-17Allow mknod and mkfifo on SMB2/SMB3 mountsSteve French1-4/+11
2014-10-09cifs: switch to use of %p[dD]Al Viro1-6/+6
2014-08-22CIFS: Fix directory rename errorPavel Shilovsky1-1/+4
2014-08-21Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+6
2014-08-17CIFS: Fix wrong directory attributes after renamePavel Shilovsky1-0/+6
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+12
2014-08-07cifs: support RENAME_NOREPLACEMiklos Szeredi1-2/+12
2014-07-16sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown1-1/+1
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-2/+2
2014-06-10Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-16/+55
2014-05-21cifs: fix potential races in cifs_revalidate_mappingJeff Layton1-9/+41
2014-05-21cifs: new helper function: cifs_revalidate_mappingJeff Layton1-6/+10