summaryrefslogtreecommitdiff
path: root/fs/exportfs
AgeCommit message (Expand)Author
2023-10-28fs: fix build error with CONFIG_EXPORTFS=m or not definedAmir Goldstein
2023-10-28exportfs: support encoding non-decodeable file handles by defaultAmir Goldstein
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein
2023-10-24exportfs: add helpers to check if filesystem can encode/decode file handlesAmir Goldstein
2023-08-29exportfs: remove kernel-doc warnings in exportfsZhu Wang
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds
2023-05-22exportfs: add explicit flag to request non-decodeable file handlesAmir Goldstein
2023-05-22exportfs: change connectable argument to bit flagsAmir Goldstein
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2022-11-28exportfs: use pr_debug for unreachable debug statementsDavid Disseldorp
2022-08-17Change calling conventions for filldir_tAl Viro
2022-04-28exportfs: support idmapped mountsChristian Brauner
2020-12-09exportfs: Add a function to return the raw output from fh_to_dentry()Trond Myklebust
2019-11-10exportfs_decode_fh(): negative pinned may become positive without the parent ...Al Viro
2019-07-31docs: fs: convert docs without extension to ReSTMauro Carvalho Chehab
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2018-11-23exportfs: do not read dentry after freePan Bian
2018-11-18exportfs: fix 'passing zero to ERR_PTR()' warningYueHaibing
2018-04-12ovl: do not try to reconnect a disconnected origin dentryAmir Goldstein
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2016-10-06exportfs: be careful to only return expected errors.NeilBrown
2016-05-02introduce a parallel variant of ->iterate()Al Viro
2016-05-02reconnect_one(): use lookup_one_len_unlocked()Al Viro
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi
2014-06-04fs/exportfs/expfs.c: kernel-doc warning fixesFabian Frederick
2013-11-09exportfs: fix quadratic behavior in filehandle lookupJ. Bruce Fields
2013-11-09exportfs: better variable nameJ. Bruce Fields
2013-11-09exportfs: move most of reconnect_path to helper functionJ. Bruce Fields
2013-11-09exportfs: eliminate unused "noprogress" counterJ. Bruce Fields
2013-11-09exportfs: stop retrying once we race with rename/removeJ. Bruce Fields
2013-11-09exportfs: clear DISCONNECTED on all parents soonerJ. Bruce Fields
2013-11-09exportfs: more detailed comment for path_reconnectJ. Bruce Fields
2013-11-09exportfs: BUG_ON in crazy corner caseChristoph Hellwig
2013-11-09exportfs: fix 32-bit nfsd handling of 64-bit inode numbersJ. Bruce Fields
2013-09-07exportfs: don't assume that ->iterate() won't feed us too long entriesAl Viro
2013-06-29[readdir] constify ->actorAl Viro
2013-06-29[readdir] ->readdir() is goneAl Viro
2013-06-29[readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-12-20Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-12-17fs, exportfs: add exportfs_encode_inode_fh() helperCyrill Gorcunov
2012-12-17fs, exportfs: escape nil dereference if no s_export_op presentCyrill Gorcunov
2012-11-07exportfs: add FILEID_INVALID to indicate invalid fid_typeNamjae Jeon