summaryrefslogtreecommitdiff
path: root/fs/cifs/cifsfs.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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-07cifs: switch to ->write_iter()Al Viro1-16/+15
2014-05-07cifs: switch to ->read_iter()Al Viro1-8/+8
2014-05-07switch 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-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2014-04-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2014-04-04mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-04-04fs/cifs/cifsfs.c: add __init to cifs_init_inodecache()Fabian Frederick1-1/+1
2014-04-02cifs: ->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/vir...Linus Torvalds1-1/+1
2013-10-25new 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-10CIFS: Respect epoch value from create lease context v2Pavel Shilovsky1-0/+1
2013-09-09CIFS: 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-04Merge 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
2013-06-29[readdir] convert cifsAl Viro1-1/+1
2013-06-24cifs: add new fields to cifs_ses to track requested security flavorJeff Layton1-4/+7
2013-05-24cifs: stop printing the unc= option in /proc/mountsJeff Layton1-3/+0
2013-05-05[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches1-15/+21
2013-03-22Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+24
2013-03-13cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik1-0/+24
2013-03-11fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman1-0/+1
2013-02-28cifs: ensure that cifs_get_root() only traverses directoriesJeff Layton1-0/+5
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-4/+10
2013-02-23new helper: file_inode(file)Al Viro1-3/+3
2013-02-13cifs: Convert struct cifs_sb_info to use kuids and kgidsEric W. Biederman1-4/+10
2013-01-02Revert "CIFS: Fix write after setting a read lock for read oplock files"Pavel Shilovsky1-1/+0
2012-12-20cifs: eliminate cifsERROR variableJeff Layton1-1/+0
2012-12-18lseek: the "whence" argument is called "whence"Andrew Morton1-4/+4
2012-12-11CIFS: Fix write after setting a read lock for read oplock filesPavel Shilovsky1-0/+1
2012-12-09cifs: simplify id_to_sid and sid_to_id mapping codeJeff Layton1-1/+0
2012-12-05CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2Steve French1-2/+2
2012-12-05cifs: fix types on module parametersJeff Layton1-6/+5
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+5
2012-10-03fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-09-25cifs: Mangle string used for unc in /proc/mountsSachin Prabhu1-1/+2
2012-09-25CIFS: Request SMB2.1 leasesPavel Shilovsky1-7/+21
2012-09-25CIFS: Turn lock mutex into rw semaphorePavel Shilovsky1-1/+1
2012-09-25CIFS: Remove spinlock dependence in brlock processingPavel Shilovsky1-0/+1
2012-09-25cifs: remove kmap lock and rsize limitJeff Layton1-4/+0
2012-09-25CIFS: Move statfs to ops structPavel Shilovsky1-25/+4