aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Gravatar Ingo Molnar 1-0/+1
2017-05-12[CIFS] Minor cleanup of xattr query functionGravatar Steve French 1-2/+1
2017-05-08fs: cifs: replace CURRENT_TIME by other appropriate apisGravatar Deepa Dinamani 1-13/+15
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+3
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 1-2/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-0/+2
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscGravatar Al Viro 1-2/+2
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-2/+2
2016-09-16cifs: don't use ->d_timeGravatar Miklos Szeredi 1-1/+1
2016-07-27fs/cifs: make share unaccessible at root level mountableGravatar Aurelien Aptel 1-2/+20
2016-05-02Merge getxattr prototype change into work.lookupsGravatar Al Viro 1-2/+1
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbGravatar Al Viro 1-2/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-5/+5
2016-01-14cifs: Check uniqueid for SMB2+ and return -ESTALE if necessaryGravatar Ross Lagerwall 1-2/+22
2015-12-13sched/wait: Fix the signal handling fixGravatar Peter Zijlstra 1-3/+3
2015-10-01[SMB3] Do not fall back to SMBWriteX in set_file_size error casesGravatar Steve French 1-34/+0
2015-05-20Fix to check Unique id and FileType when client refer file directly.Gravatar Nakajima Akira 1-0/+25
2015-05-10Fix that several functions handle incorrect value of mapcharsGravatar Nakajima Akira 1-4/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-16/+16
2015-04-01Fix warningGravatar Steve French 1-0/+2
2015-01-20fs: remove mapping->backing_dev_infoGravatar Christoph Hellwig 1-2/+0
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasGravatar Al Viro 1-1/+1
2014-10-16Workaround Mac server problemGravatar Steve French 1-3/+10
2014-10-16Remap reserved posix characters by default (part 3/3)Gravatar Steve French 1-18/+11
2014-10-16Allow mknod and mkfifo on SMB2/SMB3 mountsGravatar Steve French 1-4/+11
2014-10-09cifs: switch to use of %p[dD]Gravatar Al Viro 1-6/+6
2014-08-22CIFS: Fix directory rename errorGravatar Pavel Shilovsky 1-1/+4
2014-08-20Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-0/+6
2014-08-17CIFS: Fix wrong directory attributes after renameGravatar Pavel Shilovsky 1-0/+6
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+12
2014-08-07cifs: support RENAME_NOREPLACEGravatar Miklos Szeredi 1-2/+12
2014-07-16sched: Allow wait_on_bit_action() functions to support a timeoutGravatar NeilBrown 1-1/+1
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsGravatar NeilBrown 1-2/+2
2014-06-09Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-16/+55
2014-05-21cifs: fix potential races in cifs_revalidate_mappingGravatar Jeff Layton 1-9/+41
2014-05-21cifs: new helper function: cifs_revalidate_mappingGravatar Jeff Layton 1-6/+10
2014-05-21cifs: convert booleans in cifsInodeInfo to a flags fieldGravatar Jeff Layton 1-8/+11
2014-04-24cifs: fix actimeo=0 corner case when cifs_i->time == jiffiesGravatar Jeff Layton 1-0/+3
2014-02-10[CIFS] Fix cifsacl mounts over smb2 to not call cifsGravatar Steve French 1-1/+1
2014-02-07Add protocol specific operation for CIFS xattrsGravatar Steve French 1-4/+9
2014-01-20CIFS: Cleanup cifs open codepathGravatar Pavel Shilovsky 1-26/+47
2014-01-20CIFS: Remove extra indentation in cifs_sfu_typeGravatar Pavel Shilovsky 1-47/+50
2014-01-20cifs: Rename MF symlink function namesGravatar Sachin Prabhu 1-6/+6
2013-12-27cifs: We do not drop reference to tlink in CIFSCheckMFSymlink()Gravatar Sachin Prabhu 1-2/+4
2013-11-11CIFS: Fix symbolic links usageGravatar Pavel Shilovsky 1-10/+13
2013-09-21[CIFS] Provide sane values for nlinkGravatar Jim McDonough 1-6/+39
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Gravatar Linus Torvalds 1-4/+1
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterGravatar Kirill A. Shutemov 1-4/+1
2013-09-08CIFS: Replace clientCanCache* bools with an integerGravatar Pavel Shilovsky 1-4/+4
2013-09-08CIFS: Implement follow_link for SMB2Gravatar Pavel Shilovsky 1-0/+4