aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/inode.c
AgeCommit message (Expand)Author
2019-05-15cifs: do not attempt cifs operation on smb2+ rename errorFrank Sorenson
2019-05-05cifs: fallback to older infolevels on findfirst queryinfo retrySteve French
2018-11-13smb3: do not attempt cifs operation in smb3 query info error pathSteve French
2018-09-19SMB3: Backup intent flag missing for directory opens with backupuid mountsSteve French
2018-09-05smb3: Do not send SMB3 SET_INFO if nothing changedSteve French
2018-06-15smb3: Fix mode on mkdir on smb311 mountsSteve French
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-05-30cifs: invalidate cache when we truncate a fileRonnie Sahlberg
2018-04-11cifs: Use ULL suffix for 64-bit constantGeert Uytterhoeven
2018-04-02smb3: Fix root directory when server returns inode number of zeroSteve French
2018-04-01fs: cifs: Replace _free_xid call in cifs_root_iget functionPhillip Potter
2018-01-26CIFS: make IPC a regular tconAurelien Aptel
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-09-22SMB3: handle new statx fieldsSteve French
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar
2017-05-12[CIFS] Minor cleanup of xattr query functionSteve French
2017-05-08fs: cifs: replace CURRENT_TIME by other appropriate apisDeepa Dinamani
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-09-16cifs: don't use ->d_timeMiklos Szeredi
2016-07-27fs/cifs: make share unaccessible at root level mountableAurelien Aptel
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-14cifs: Check uniqueid for SMB2+ and return -ESTALE if necessaryRoss Lagerwall
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