summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: get rid of ->f_path.dentry->d_sb uses, add a new helperAl Viro2014-11-191-2/+1
* Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-10-111-3/+4
|\
| * locks: plumb a "priv" pointer into the setlease routinesJeff Layton2014-10-071-3/+4
* | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-08-201-2/+22
|\ \ | |/ |/|
| * enable fallocate punch hole ("fallocate -p") for SMB3Steve French2014-08-171-0/+19
| * cifs: handle lease F_UNLCK requests properlyJeff Layton2014-08-151-2/+3
* | cifs: support RENAME_NOREPLACEMiklos Szeredi2014-08-071-1/+1
|/
* cifs: revalidate mapping prior to satisfying read_iter request with cache=looseJeff Layton2014-06-191-2/+15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-28/+27
|\
| * cifs: switch to ->write_iter()Al Viro2014-05-061-16/+15
| * cifs: switch to ->read_iter()Al Viro2014-05-061-8/+8
| * switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-4/+4
* | cifs: Set client guid on per connection basisSachin Prabhu2014-05-211-8/+0
* | fs/cifs/cifs.c: replace seq_printf by seq_putsFabian Frederick2014-05-211-40/+40
* | cifs: convert booleans in cifsInodeInfo to a flags fieldJeff Layton2014-05-211-5/+1
|/
* cifs: Wait for writebacks to complete before attempting write.Sachin Prabhu2014-04-161-1/+13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-1/+0
|\
| * cifs: ->rename() without ->lookup() makes no senseAl Viro2014-04-011-1/+0
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-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-031-1/+1
* | fs/cifs/cifsfs.c: add __init to cifs_init_inodecache()Fabian Frederick2014-04-031-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-241-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-091-0/+1
* CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky2013-09-081-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/+5
* 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/+0
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-041-15/+21
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-03-211-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-261-3/+3
|\
| * new helper: file_inode(file)Al Viro2013-02-221-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-251-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-011-1/+0
|/
* cifs: eliminate cifsERROR variableJeff Layton2012-12-201-1/+0
* lseek: the "whence" argument is called "whence"Andrew Morton2012-12-171-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-081-1/+0
* 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/+5
OpenPOWER on IntegriCloud