summaryrefslogtreecommitdiff
path: root/fs/cifs/cifs_fs_sb.h
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix use-after-free bug in refresh_cache_worker()Paulo Alcantara2023-03-141-2/+0
* cifs: support nested dfs links over reconnectPaulo Alcantara2021-11-101-5/+0
* cifs: remove pathname for file from SPDX headerSteve French2021-09-131-1/+0
* cifs: use SPDX-Licence-IdentifierSteve French2021-06-201-10/+1
* cifs: handle different charsets in dfs cachePaulo Alcantara2021-06-201-3/+2
* cifs: keep referral server sessions alivePaulo Alcantara2021-06-201-0/+2
* cifs: add shutdown supportSteve French2021-05-031-0/+1
* cifs: store a pointer to the root dentry in cifs_sb_info once we have complet...Ronnie Sahlberg2021-04-251-0/+4
* cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg2020-12-141-3/+0
* cifs: remove actimeo from cifs_sbRonnie Sahlberg2020-12-141-1/+0
* cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg2020-12-141-6/+0
* cifs: get rid of cifs_sb->mountdataRonnie Sahlberg2020-12-131-1/+0
* cifs: add an smb3_fs_context to cifs_sbRonnie Sahlberg2020-12-131-0/+1
* smb3: add mount option to allow RW caching of share accessed by only 1 clientSteve French2019-09-161-0/+1
* smb3: add mount option to allow forced caching of read only shareSteve French2019-09-161-0/+1
* smb3: add new mount option to retrieve mode from special ACESteve French2019-07-071-0/+1
* cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)2019-07-071-0/+5
* smb3: make default i/o size for smb3 mounts largerSteve French2019-03-041-0/+1
* cifs: Add support for failover in cifs_reconnect()Paulo Alcantara2018-12-281-0/+9
* CIFS: make 'nodfs' mount opt a superblock flagAurelien Aptel2018-10-231-0/+1
* smb3: fix redundant opens on rootSteve French2018-05-271-0/+1
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
* cifs: Convert to separately allocated bdiJan Kara2017-04-201-1/+0
* CIFS: Add new mount option to set owner uid and gid from special sids in aclSteve French2016-10-141-0/+1
* fs/cifs: make share unaccessible at root level mountableAurelien Aptel2016-07-271-0/+4
* Allow conversion of characters in Mac remap range. Part 1Steve French2014-10-161-0/+1
* cifs: rcu-delay unload_nls() and freeing sbiAl Viro2013-10-241-0/+1
* cifs: Convert struct cifs_sb_info to use kuids and kgidsEric W. Biederman2013-02-131-4/+4
* cifs: propagate umode_tAl Viro2012-01-031-2/+2
* cifs: Add mount options for backup intent (try #6)Shirish Pargaonkar2011-10-121-0/+4
* cifs: don't pass superblock to cifs_mount()Al Viro2011-06-241-0/+1
* CIFS: Add rwpidforward mount optionPavel Shilovsky2011-05-271-0/+1
* [CIFS] Migrate from prefixpath logicSteve French2011-05-271-2/+0
* cifs: Unconditionally copy mount options to superblock infoSean Finney2011-05-191-3/+1
* CIFS: Make cifsFileInfo_put work with strict cache modePavel Shilovsky2011-01-201-0/+1
* cifs: add attribute cache timeout (actimeo) tunableSuresh Jayaraman2010-12-021-0/+1
* cifs: convert tlink_tree to a rbtreeJeff Layton2010-11-021-2/+2
* cifs: store pointer to master tlink in superblock (try #2)Jeff Layton2010-11-021-1/+1
* cifs: don't use vfsmount to pin superblock for oplock breaksJeff Layton2010-10-121-0/+1
* cifs: implement recurring workqueue job to prune old tconsJeff Layton2010-10-081-0/+1
* cifs: add routines to build sessions and tcons on the flyJeff Layton2010-10-071-2/+5
* cifs: have find_readable/writable_file filter by fsuidJeff Layton2010-10-061-1/+2
* cifs: temporarily rename cifs_sb->tcon to ptcon to catch stragglersJeff Layton2010-09-291-1/+1
* cifs: use Minshall+French symlink functionsStefan Metzmacher2010-09-291-0/+1
* cifs: add mount option to enable local cachingSuresh Jayaraman2010-08-021-0/+1
* cifs: add bdi backing to mount sessionJens Axboe2010-04-221-0/+3
* [CIFS] fix build errorSteve French2009-03-121-1/+1
* [CIFS] Add new nostrictsync cifs mount option to avoid slow SMB flushSteve French2009-03-121-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-12-281-2/+3
|\
| * [CIFS] add mount option to send mandatory rather than advisory locksSteve French2008-12-261-2/+3