summaryrefslogtreecommitdiff
path: root/include/linux/exportfs.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-3/+47
2023-10-31Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-0/+6
2023-10-28fs: fix build error with CONFIG_EXPORTFS=m or not definedAmir Goldstein1-7/+2
2023-10-28exportfs: support encoding non-decodeable file handles by defaultAmir Goldstein1-3/+7
2023-10-28exportfs: define FILEID_INO64_GEN* file handle typesAmir Goldstein1-0/+11
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein1-1/+8
2023-10-26exportfs: Change bcachefs fid_type enum to avoid conflictsKent Overstreet1-6/+6
2023-10-24exportfs: add helpers to check if filesystem can encode/decode file handlesAmir Goldstein1-0/+27
2023-10-23bcachefs: Update export_operations for snapshotsKent Overstreet1-0/+6
2023-10-16lockd: introduce safe async lock opAlexander Aring1-0/+14
2023-05-22exportfs: add explicit flag to request non-decodeable file handlesAmir Goldstein1-1/+11
2023-05-22exportfs: change connectable argument to bit flagsAmir Goldstein1-2/+4
2023-04-26nfsd: allow reaping files still under writebackJeff Layton1-0/+1
2023-02-25Merge tag 'flex-array-transformations-6.3-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds1-1/+1
2023-01-26nfsd: remove fetch_iversion export operationJeff Layton1-1/+0
2023-01-06exportfs: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+1
2022-01-08nfs: block notification on fs with its own ->lockJ. Bruce Fields1-2/+0
2021-08-26nfs: don't atempt blocking locks on nfs reexportsJ. Bruce Fields1-0/+2
2021-01-30nfs: use change attribute for NFS re-exportsJ. Bruce Fields1-0/+1
2020-12-09nfsd: Record NFSv4 pre/post-op attributes as non-atomicTrond Myklebust1-0/+3
2020-12-09nfsd: Set PF_LOCAL_THROTTLE on local filesystems onlyTrond Myklebust1-0/+1
2020-12-09exportfs: Add a function to return the raw output from fh_to_dentry()Trond Myklebust1-0/+5
2020-12-09nfsd: close cached files prior to a REMOVE or RENAME that would replace targetJeff Layton1-2/+3
2020-12-09nfsd: allow filesystems to opt out of subtree checkingJeff Layton1-0/+1
2020-12-09nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operationsJeff Layton1-0/+2
2020-08-12include/linux/exportfs.h: drop duplicated word in a commentRandy Dunlap1-1/+1
2019-11-12kernfs: implement custom exportfs ops and fid typeTejun Heo1-0/+5
2019-07-31docs: fs: convert docs without extension to ReSTMauro Carvalho Chehab1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-10-06exportfs: be careful to only return expected errors.NeilBrown1-6/+7
2016-06-21fs: move struct iomap from exportfs.h to a separate headerChristoph Hellwig1-15/+1
2016-02-26staging/lustre: proper support of NFS anonymous dentriesDmitry Eremin1-0/+6
2015-02-05exportfs: add methods for block layout exportsChristoph Hellwig1-0/+23
2013-04-30fat: restructure export_operationsNamjae Jeon1-0/+11
2012-12-21Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+5
2012-12-18fs, exportfs: add exportfs_encode_inode_fh() helperCyrill Gorcunov1-0/+2
2012-11-08exportfs: add FILEID_INVALID to indicate invalid fid_typeNamjae Jeon1-0/+5
2012-05-30->encode_fh() API changeAl Viro1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-15vfs: Add name to file handle conversion supportAneesh Kumar K.V1-0/+3
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V1-2/+4
2010-10-23nilfs2: make snapshots in checkpoint tree exportableRyusuke Konishi1-0/+13
2010-02-21commit_metadata export operation replacing nfsd_sync_dirBen Myers1-0/+5
2009-10-28nfs: new subdir Documentation/filesystems/nfsJ. Bruce Fields1-1/+1
2008-08-21Reserve NFS fileid values for btrfsDavid Woodhouse1-0/+21
2008-05-07udf: Make udf exportableRasmus Rohde1-0/+21
2008-04-24Use a zero sized array for raw field in struct fidSteven Whitehouse1-1/+1
2008-03-14struct export_operations: adjust comments to match current membersMarc Dionne1-2/+2
2007-10-22exportfs: update documentationChristoph Hellwig1-24/+2
2007-10-22exportfs: remove old methodsChristoph Hellwig1-41/+0