aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/exportfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-17exportfs: add permission methodChristian Brauner1-1/+16
2024-12-14exportfs: add open methodChristian Brauner1-0/+5
2024-11-26Merge tag 'vfs-6.13.exportfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+13
2024-11-15fs: open_by_handle_at() support for decoding "explicit connectable" file handlesAmir Goldstein1-1/+1
2024-11-15fs: name_to_handle_at() support for "explicit connectable" file handlesAmir Goldstein1-0/+2
2024-11-15fs: prepare for "explicit connectable" file handlesAmir Goldstein1-0/+11
2024-10-01exportfs: Remove EXPORT_OP_ASYNC_LOCKBenjamin Coddington1-13/+0
2024-05-28fhandle: relax open_by_handle_at() permission checksChristian Brauner1-0/+2
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-3/+47
2023-10-30Merge 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-22bcachefs: 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/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-1/+1
2023-01-26nfsd: remove fetch_iversion export operationJeff Layton1-1/+0
2023-01-05exportfs: 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-25staging/lustre: proper support of NFS anonymous dentriesDmitry Eremin1-0/+6
2015-02-05exportfs: add methods for block layout exportsChristoph Hellwig1-0/+23
2013-04-29fat: restructure export_operationsNamjae Jeon1-0/+11
2012-12-20Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+5
2012-12-17fs, exportfs: add exportfs_encode_inode_fh() helperCyrill Gorcunov1-0/+2
2012-11-07exportfs: add FILEID_INVALID to indicate invalid fid_typeNamjae Jeon1-0/+5
2012-05-29->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