aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-01CIFS: Fix duplicate line introduced by clone_file_range patchSteve French1-1/+0
2016-01-24Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+17
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2016-01-14cifs: Allow using O_DIRECT with cache=looseRoss Lagerwall1-0/+15
2016-01-14cifs: Make echo interval tunableSteve French1-0/+2
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+61
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-1/+0
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-1/+1
2015-12-08cifs: avoid unused variable and labelArnd Bergmann1-2/+0
2015-12-07vfs: pull btrfs clone API to vfs layerChristoph Hellwig1-0/+63
2015-11-09Allow copy offload (CopyChunk) across sharesSteve French1-12/+0
2015-11-03Add resilienthandles mount parmSteve French1-0/+2
2015-11-03[SMB3] Display persistenthandles in /proc/mounts for SMB3 shares if enabledSteve French1-0/+2
2015-09-11[CIFS] mount option sec=none not displayed properly in /proc/mountsSteve French1-1/+4
2015-09-04fs: create and use seq_show_option for escapingKees Cook1-3/+3
2015-05-10Fix that several functions handle incorrect value of mapcharsNakajima Akira1-0/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2015-04-11make new_sync_{read,write}() staticAl Viro1-12/+0
2014-11-19cifs: get rid of ->f_path.dentry->d_sb uses, add a new helperAl Viro1-2/+1
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-3/+4
2014-10-07locks: plumb a "priv" pointer into the setlease routinesJeff Layton1-3/+4
2014-08-20Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-2/+22
2014-08-17enable fallocate punch hole ("fallocate -p") for SMB3Steve French1-0/+19
2014-08-15cifs: handle lease F_UNLCK requests properlyJeff Layton1-2/+3
2014-08-07cifs: support RENAME_NOREPLACEMiklos Szeredi1-1/+1
2014-06-19cifs: revalidate mapping prior to satisfying read_iter request with cache=looseJeff Layton1-2/+15
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-28/+27
2014-05-21cifs: Set client guid on per connection basisSachin Prabhu1-8/+0
2014-05-21fs/cifs/cifs.c: replace seq_printf by seq_putsFabian Frederick1-40/+40
2014-05-21cifs: convert booleans in cifsInodeInfo to a flags fieldJeff Layton1-5/+1
2014-05-06cifs: switch to ->write_iter()Al Viro1-16/+15
2014-05-06cifs: switch to ->read_iter()Al Viro1-8/+8
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-4/+4
2014-04-16cifs: Wait for writebacks to complete before attempting write.Sachin Prabhu1-1/+13
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-04-03fs/cifs/cifsfs.c: add __init to cifs_init_inodecache()Fabian Frederick1-1/+1
2014-04-01cifs: ->rename() without ->lookup() makes no senseAl Viro1-1/+0
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-10-24new helper: kfree_put_link()Al Viro1-1/+1
2013-10-07cifs: Fix inability to write files >2GB to SMB2/3 sharesJan Klos1-2/+4
2013-09-09CIFS: Respect epoch value from create lease context v2Pavel Shilovsky1-0/+1
2013-09-08CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky1-16/+17
2013-09-08cifs: display iocharset= option in /proc/mountsJeff Layton1-0/+15
2013-07-31cifs: set sb->s_d_op before calling d_make_root()Jeff Layton1-6/+5
2013-07-03Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-4/+7
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton1-1/+1