summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-051-0/+1
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-041-1/+1
* | fs/cifs/cifsfs.c: add __init to cifs_init_inodecache()Fabian Frederick2014-04-041-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-1/+1
|\
| * new helper: kfree_put_link()Al Viro2013-10-251-1/+1
* | cifs: Fix inability to write files >2GB to SMB2/3 sharesJan Klos2013-10-071-2/+4
|/
* CIFS: Respect epoch value from create lease context v2Pavel Shilovsky2013-09-101-0/+1
* CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky2013-09-091-16/+17
* cifs: display iocharset= option in /proc/mountsJeff Layton2013-09-081-0/+15
* cifs: set sb->s_d_op before calling d_make_root()Jeff Layton2013-07-311-6/+5Star
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-07-031-4/+7
|\
| * cifs: add new fields to cifs_ses to track requested security flavorJeff Layton2013-06-241-4/+7
* | locks: protect most of the file_lock handling with i_lockJeff Layton2013-06-291-1/+1
* | [readdir] convert cifsAl Viro2013-06-291-1/+1
|/
* cifs: stop printing the unc= option in /proc/mountsJeff Layton2013-05-241-3/+0Star
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-051-15/+21
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-03-221-0/+24
|\
| * cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik2013-03-131-0/+24
* | fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman2013-03-111-0/+1
|/
* cifs: ensure that cifs_get_root() only traverses directoriesJeff Layton2013-02-271-0/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-3/+3
|\
| * new helper: file_inode(file)Al Viro2013-02-231-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-261-4/+10
|\ \ | |/ |/|
| * cifs: Convert struct cifs_sb_info to use kuids and kgidsEric W. Biederman2013-02-131-4/+10
* | Revert "CIFS: Fix write after setting a read lock for read oplock files"Pavel Shilovsky2013-01-021-1/+0Star
|/
* cifs: eliminate cifsERROR variableJeff Layton2012-12-201-1/+0Star
* lseek: the "whence" argument is called "whence"Andrew Morton2012-12-181-4/+4
* CIFS: Fix write after setting a read lock for read oplock filesPavel Shilovsky2012-12-111-0/+1
* cifs: simplify id_to_sid and sid_to_id mapping codeJeff Layton2012-12-091-1/+0Star
* CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2Steve French2012-12-051-2/+2
* cifs: fix types on module parametersJeff Layton2012-12-051-6/+5Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-031-0/+5
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-031-0/+5
* | cifs: Mangle string used for unc in /proc/mountsSachin Prabhu2012-09-251-1/+2
* | CIFS: Request SMB2.1 leasesPavel Shilovsky2012-09-251-7/+21
* | CIFS: Turn lock mutex into rw semaphorePavel Shilovsky2012-09-251-1/+1
* | CIFS: Remove spinlock dependence in brlock processingPavel Shilovsky2012-09-251-0/+1
* | cifs: remove kmap lock and rsize limitJeff Layton2012-09-251-4/+0Star
* | CIFS: Move statfs to ops structPavel Shilovsky2012-09-251-25/+4Star
* | CIFS: Add SMB2 support for cifs_iovec_writePavel Shilovsky2012-09-251-0/+4
|/
* CIFS: Move building path to root to ops structPavel Shilovsky2012-07-241-2/+2
* CIFS: Respect SMB2 header/max header sizePavel Shilovsky2012-07-241-2/+12
* CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky2012-07-241-3/+3
* VFS: Pass mount flags to sget()David Howells2012-07-141-5/+4Star
* cifs: implement i_op->atomic_open()Miklos Szeredi2012-07-141-0/+1
* cifs: don't bother with ->i_dentry in ->destroy_inode()Al Viro2012-07-141-1/+0Star
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-05-291-7/+16
|\
| * cifs: Fix comment as d_alloc_root() is replaced by d_make_root()Sedat Dilek2012-05-231-1/+1
| * CIFS: Move locks to cifsFileInfo structurePavel Shilovsky2012-05-171-1/+0Star