aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifsfs.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-12/+0
2014-11-19cifs: get rid of ->f_path.dentry->d_sb uses, add a new helperGravatar Al Viro 1-2/+1
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxGravatar Linus Torvalds 1-3/+4
2014-10-07locks: plumb a "priv" pointer into the setlease routinesGravatar Jeff Layton 1-3/+4
2014-08-20Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-2/+22
2014-08-17enable fallocate punch hole ("fallocate -p") for SMB3Gravatar Steve French 1-0/+19
2014-08-15cifs: handle lease F_UNLCK requests properlyGravatar Jeff Layton 1-2/+3
2014-08-07cifs: support RENAME_NOREPLACEGravatar Miklos Szeredi 1-1/+1
2014-06-19cifs: revalidate mapping prior to satisfying read_iter request with cache=looseGravatar Jeff Layton 1-2/+15
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-28/+27
2014-05-21cifs: Set client guid on per connection basisGravatar Sachin Prabhu 1-8/+0
2014-05-21fs/cifs/cifs.c: replace seq_printf by seq_putsGravatar Fabian Frederick 1-40/+40
2014-05-21cifs: convert booleans in cifsInodeInfo to a flags fieldGravatar Jeff Layton 1-5/+1
2014-05-06cifs: switch to ->write_iter()Gravatar Al Viro 1-16/+15
2014-05-06cifs: switch to ->read_iter()Gravatar Al Viro 1-8/+8
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Gravatar Al Viro 1-4/+4
2014-04-16cifs: Wait for writebacks to complete before attempting write.Gravatar Sachin Prabhu 1-1/+13
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+0
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+1
2014-04-03mm + fs: store shadow entries in page cacheGravatar Johannes Weiner 1-1/+1
2014-04-03fs/cifs/cifsfs.c: add __init to cifs_init_inodecache()Gravatar Fabian Frederick 1-1/+1
2014-04-01cifs: ->rename() without ->lookup() makes no senseGravatar Al Viro 1-1/+0
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Gravatar Theodore Ts'o 1-0/+1
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-10-24new helper: kfree_put_link()Gravatar Al Viro 1-1/+1
2013-10-07cifs: Fix inability to write files >2GB to SMB2/3 sharesGravatar Jan Klos 1-2/+4
2013-09-09CIFS: Respect epoch value from create lease context v2Gravatar Pavel Shilovsky 1-0/+1
2013-09-08CIFS: Replace clientCanCache* bools with an integerGravatar Pavel Shilovsky 1-16/+17
2013-09-08cifs: display iocharset= option in /proc/mountsGravatar Jeff Layton 1-0/+15
2013-07-31cifs: set sb->s_d_op before calling d_make_root()Gravatar Jeff Layton 1-6/+5
2013-07-03Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-4/+7
2013-06-29locks: protect most of the file_lock handling with i_lockGravatar Jeff Layton 1-1/+1
2013-06-29[readdir] convert cifsGravatar Al Viro 1-1/+1
2013-06-24cifs: add new fields to cifs_ses to track requested security flavorGravatar Jeff Layton 1-4/+7
2013-05-24cifs: stop printing the unc= option in /proc/mountsGravatar Jeff Layton 1-3/+0
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgGravatar Joe Perches 1-15/+21
2013-03-21Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-0/+24
2013-03-13cifs: delay super block destruction until all cifsFileInfo objects are goneGravatar Mateusz Guzik 1-0/+24
2013-03-11fs: Limit sys_mount to only request filesystem modules. (Part 3)Gravatar Eric W. Biederman 1-0/+1
2013-02-27cifs: ensure that cifs_get_root() only traverses directoriesGravatar Jeff Layton 1-0/+5
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+3
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-4/+10
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-3/+3
2013-02-13cifs: Convert struct cifs_sb_info to use kuids and kgidsGravatar Eric W. Biederman 1-4/+10
2013-01-01Revert "CIFS: Fix write after setting a read lock for read oplock files"Gravatar Pavel Shilovsky 1-1/+0
2012-12-20cifs: eliminate cifsERROR variableGravatar Jeff Layton 1-1/+0
2012-12-17lseek: the "whence" argument is called "whence"Gravatar Andrew Morton 1-4/+4
2012-12-11CIFS: Fix write after setting a read lock for read oplock filesGravatar Pavel Shilovsky 1-0/+1
2012-12-08cifs: simplify id_to_sid and sid_to_id mapping codeGravatar Jeff Layton 1-1/+0