aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifsfs.c
AgeCommit message (Expand)Author
2014-08-20Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2014-08-17enable fallocate punch hole ("fallocate -p") for SMB3Steve French
2014-08-15cifs: handle lease F_UNLCK requests properlyJeff Layton
2014-08-07cifs: support RENAME_NOREPLACEMiklos Szeredi
2014-06-19cifs: revalidate mapping prior to satisfying read_iter request with cache=looseJeff Layton
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-05-21cifs: Set client guid on per connection basisSachin Prabhu
2014-05-21fs/cifs/cifs.c: replace seq_printf by seq_putsFabian Frederick
2014-05-21cifs: convert booleans in cifsInodeInfo to a flags fieldJeff Layton
2014-05-06cifs: switch to ->write_iter()Al Viro
2014-05-06cifs: switch to ->read_iter()Al Viro
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro
2014-04-16cifs: Wait for writebacks to complete before attempting write.Sachin Prabhu
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-04-03fs/cifs/cifsfs.c: add __init to cifs_init_inodecache()Fabian Frederick
2014-04-01cifs: ->rename() without ->lookup() makes no senseAl Viro
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-10-24new helper: kfree_put_link()Al Viro
2013-10-07cifs: Fix inability to write files >2GB to SMB2/3 sharesJan Klos
2013-09-09CIFS: Respect epoch value from create lease context v2Pavel Shilovsky
2013-09-08CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky
2013-09-08cifs: display iocharset= option in /proc/mountsJeff Layton
2013-07-31cifs: set sb->s_d_op before calling d_make_root()Jeff Layton
2013-07-03Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton
2013-06-29[readdir] convert cifsAl Viro
2013-06-24cifs: add new fields to cifs_ses to track requested security flavorJeff Layton
2013-05-24cifs: stop printing the unc= option in /proc/mountsJeff Layton
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches
2013-03-21Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2013-03-13cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik
2013-03-11fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman
2013-02-27cifs: ensure that cifs_get_root() only traverses directoriesJeff Layton
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-13cifs: Convert struct cifs_sb_info to use kuids and kgidsEric W. Biederman
2013-01-01Revert "CIFS: Fix write after setting a read lock for read oplock files"Pavel Shilovsky
2012-12-20cifs: eliminate cifsERROR variableJeff Layton
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton
2012-12-11CIFS: Fix write after setting a read lock for read oplock filesPavel Shilovsky
2012-12-08cifs: simplify id_to_sid and sid_to_id mapping codeJeff Layton
2012-12-05CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2Steve French
2012-12-05cifs: fix types on module parametersJeff Layton
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-09-24cifs: Mangle string used for unc in /proc/mountsSachin Prabhu