summaryrefslogtreecommitdiff
path: root/fs/exportfs
AgeCommit message (Expand)AuthorFilesLines
2024-01-23fs: Create a generic is_dot_dotdot() utilityChuck Lever1-10/+0
2024-01-23exportfs: fix the fallback implementation of the get_name export operationTrond Myklebust1-1/+11
2023-10-28fs: fix build error with CONFIG_EXPORTFS=m or not definedAmir Goldstein1-41/+0
2023-10-28exportfs: support encoding non-decodeable file handles by defaultAmir Goldstein1-3/+29
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein1-7/+9
2023-10-24exportfs: add helpers to check if filesystem can encode/decode file handlesAmir Goldstein1-6/+2
2023-08-30exportfs: remove kernel-doc warnings in exportfsZhu Wang1-0/+1
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds1-1/+1
2023-05-22exportfs: add explicit flag to request non-decodeable file handlesAmir Goldstein1-2/+18
2023-05-22exportfs: change connectable argument to bit flagsAmir Goldstein1-2/+11
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-2/+2
2022-11-28exportfs: use pr_debug for unreachable debug statementsDavid Disseldorp1-4/+4
2022-08-18Change calling conventions for filldir_tAl Viro1-4/+3
2022-04-28exportfs: support idmapped mountsChristian Brauner1-2/+3
2020-12-09exportfs: Add a function to return the raw output from fh_to_dentry()Trond Myklebust1-8/+24
2019-11-10exportfs_decode_fh(): negative pinned may become positive without the parent ...Al Viro1-12/+19
2019-07-31docs: fs: convert docs without extension to ReSTMauro Carvalho Chehab1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-11-23exportfs: do not read dentry after freePan Bian1-1/+1
2018-11-19exportfs: fix 'passing zero to ERR_PTR()' warningYueHaibing1-0/+1
2018-04-12ovl: do not try to reconnect a disconnected origin dentryAmir Goldstein1-0/+9
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2017-03-03statx: Add a system call to make enhanced file info availableDavid Howells1-1/+2
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2016-10-06exportfs: be careful to only return expected errors.NeilBrown1-4/+6
2016-05-03introduce a parallel variant of ->iterate()Al Viro1-1/+1
2016-05-03reconnect_one(): use lookup_one_len_unlocked()Al Viro1-3/+7
2016-01-23wrappers for ->i_mutex accessAl Viro1-6/+6
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-1/+1
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-1/+1
2014-11-01vfs: make first argument of dir_context.actor typedMiklos Szeredi1-2/+3
2014-06-05fs/exportfs/expfs.c: kernel-doc warning fixesFabian Frederick1-2/+2
2013-11-09exportfs: fix quadratic behavior in filehandle lookupJ. Bruce Fields1-53/+13
2013-11-09exportfs: better variable nameJ. Bruce Fields1-6/+6
2013-11-09exportfs: move most of reconnect_path to helper functionJ. Bruce Fields1-78/+86
2013-11-09exportfs: eliminate unused "noprogress" counterJ. Bruce Fields1-13/+2
2013-11-09exportfs: stop retrying once we race with rename/removeJ. Bruce Fields1-5/+40
2013-11-09exportfs: clear DISCONNECTED on all parents soonerJ. Bruce Fields1-4/+21
2013-11-09exportfs: more detailed comment for path_reconnectJ. Bruce Fields1-1/+13
2013-11-09exportfs: BUG_ON in crazy corner caseChristoph Hellwig1-6/+2
2013-11-09exportfs: fix 32-bit nfsd handling of 64-bit inode numbersJ. Bruce Fields1-2/+16
2013-09-08exportfs: don't assume that ->iterate() won't feed us too long entriesAl Viro1-1/+1
2013-06-29[readdir] constify ->actorAl Viro1-5/+5
2013-06-29[readdir] ->readdir() is goneAl Viro1-1/+1
2013-06-29[readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro1-1/+1
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro1-1/+3
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2012-12-21Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+2
2012-12-18fs, exportfs: add exportfs_encode_inode_fh() helperCyrill Gorcunov1-5/+14