summaryrefslogtreecommitdiffstats
path: root/fs/exportfs
Commit message (Expand)AuthorAgeFilesLines
* fs: Create a generic is_dot_dotdot() utilityChuck Lever2024-01-231-10/+0
* exportfs: fix the fallback implementation of the get_name export operationTrond Myklebust2024-01-231-1/+11
* fs: fix build error with CONFIG_EXPORTFS=m or not definedAmir Goldstein2023-10-281-41/+0
* exportfs: support encoding non-decodeable file handles by defaultAmir Goldstein2023-10-281-3/+29
* exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein2023-10-281-7/+9
* exportfs: add helpers to check if filesystem can encode/decode file handlesAmir Goldstein2023-10-241-6/+2
* exportfs: remove kernel-doc warnings in exportfsZhu Wang2023-08-291-0/+1
* vfs: get rid of old '->iterate' directory operationLinus Torvalds2023-08-061-1/+1
* exportfs: add explicit flag to request non-decodeable file handlesAmir Goldstein2023-05-221-2/+18
* exportfs: change connectable argument to bit flagsAmir Goldstein2023-05-221-2/+11
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* exportfs: use pr_debug for unreachable debug statementsDavid Disseldorp2022-11-281-4/+4
* Change calling conventions for filldir_tAl Viro2022-08-171-4/+3
* exportfs: support idmapped mountsChristian Brauner2022-04-281-2/+3
* exportfs: Add a function to return the raw output from fh_to_dentry()Trond Myklebust2020-12-091-8/+24
* exportfs_decode_fh(): negative pinned may become positive without the parent ...Al Viro2019-11-101-12/+19
* docs: fs: convert docs without extension to ReSTMauro Carvalho Chehab2019-07-311-1/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* exportfs: do not read dentry after freePan Bian2018-11-231-1/+1
* exportfs: fix 'passing zero to ERR_PTR()' warningYueHaibing2018-11-181-0/+1
* ovl: do not try to reconnect a disconnected origin dentryAmir Goldstein2018-04-121-0/+9
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-031-1/+2
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-1/+2
* | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
|/
* exportfs: be careful to only return expected errors.NeilBrown2016-10-061-4/+6
* introduce a parallel variant of ->iterate()Al Viro2016-05-021-1/+1
* reconnect_one(): use lookup_one_len_unlocked()Al Viro2016-05-021-3/+7
* wrappers for ->i_mutex accessAl Viro2016-01-221-6/+6
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-1/+1
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-031-1/+1
* vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-311-2/+3
* fs/exportfs/expfs.c: kernel-doc warning fixesFabian Frederick2014-06-041-2/+2
* exportfs: fix quadratic behavior in filehandle lookupJ. Bruce Fields2013-11-091-53/+13
* exportfs: better variable nameJ. Bruce Fields2013-11-091-6/+6
* exportfs: move most of reconnect_path to helper functionJ. Bruce Fields2013-11-091-78/+86
* exportfs: eliminate unused "noprogress" counterJ. Bruce Fields2013-11-091-13/+2
* exportfs: stop retrying once we race with rename/removeJ. Bruce Fields2013-11-091-5/+40
* exportfs: clear DISCONNECTED on all parents soonerJ. Bruce Fields2013-11-091-4/+21
* exportfs: more detailed comment for path_reconnectJ. Bruce Fields2013-11-091-1/+13
* exportfs: BUG_ON in crazy corner caseChristoph Hellwig2013-11-091-6/+2
* exportfs: fix 32-bit nfsd handling of 64-bit inode numbersJ. Bruce Fields2013-11-091-2/+16
* exportfs: don't assume that ->iterate() won't feed us too long entriesAl Viro2013-09-071-1/+1
* [readdir] constify ->actorAl Viro2013-06-291-5/+5
* [readdir] ->readdir() is goneAl Viro2013-06-291-1/+1
* [readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro2013-06-291-1/+1
* [readdir] introduce iterate_dir() and dir_contextAl Viro2013-06-291-1/+3
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
* Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-12-201-2/+2
|\
| * exportfs: add FILEID_INVALID to indicate invalid fid_typeNamjae Jeon2012-11-071-2/+2