Age | Commit message (Expand) | Author |
2023-10-28 | fs: fix build error with CONFIG_EXPORTFS=m or not defined | Amir Goldstein |
2023-10-28 | exportfs: support encoding non-decodeable file handles by default | Amir Goldstein |
2023-10-28 | exportfs: make ->encode_fh() a mandatory method for NFS export | Amir Goldstein |
2023-10-24 | exportfs: add helpers to check if filesystem can encode/decode file handles | Amir Goldstein |
2023-08-29 | exportfs: remove kernel-doc warnings in exportfs | Zhu Wang |
2023-08-06 | vfs: get rid of old '->iterate' directory operation | Linus Torvalds |
2023-05-22 | exportfs: add explicit flag to request non-decodeable file handles | Amir Goldstein |
2023-05-22 | exportfs: change connectable argument to bit flags | Amir Goldstein |
2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner |
2022-11-28 | exportfs: use pr_debug for unreachable debug statements | David Disseldorp |
2022-08-17 | Change calling conventions for filldir_t | Al Viro |
2022-04-28 | exportfs: support idmapped mounts | Christian Brauner |
2020-12-09 | exportfs: Add a function to return the raw output from fh_to_dentry() | Trond Myklebust |
2019-11-10 | exportfs_decode_fh(): negative pinned may become positive without the parent ... | Al Viro |
2019-07-31 | docs: fs: convert docs without extension to ReST | Mauro Carvalho Chehab |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner |
2018-11-23 | exportfs: do not read dentry after free | Pan Bian |
2018-11-18 | exportfs: fix 'passing zero to ERR_PTR()' warning | YueHaibing |
2018-04-12 | ovl: do not try to reconnect a disconnected origin dentry | Amir Goldstein |
2017-03-03 | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2017-03-02 | statx: Add a system call to make enhanced file info available | David Howells |
2017-03-02 | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar |
2016-10-06 | exportfs: be careful to only return expected errors. | NeilBrown |
2016-05-02 | introduce a parallel variant of ->iterate() | Al Viro |
2016-05-02 | reconnect_one(): use lookup_one_len_unlocked() | Al Viro |
2016-01-22 | wrappers for ->i_mutex access | Al Viro |
2015-02-22 | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) | David Howells |
2014-11-03 | move d_rcu from overlapping d_child to overlapping d_alias | Al Viro |
2014-10-31 | vfs: make first argument of dir_context.actor typed | Miklos Szeredi |
2014-06-04 | fs/exportfs/expfs.c: kernel-doc warning fixes | Fabian Frederick |
2013-11-09 | exportfs: fix quadratic behavior in filehandle lookup | J. Bruce Fields |
2013-11-09 | exportfs: better variable name | J. Bruce Fields |
2013-11-09 | exportfs: move most of reconnect_path to helper function | J. Bruce Fields |
2013-11-09 | exportfs: eliminate unused "noprogress" counter | J. Bruce Fields |
2013-11-09 | exportfs: stop retrying once we race with rename/remove | J. Bruce Fields |
2013-11-09 | exportfs: clear DISCONNECTED on all parents sooner | J. Bruce Fields |
2013-11-09 | exportfs: more detailed comment for path_reconnect | J. Bruce Fields |
2013-11-09 | exportfs: BUG_ON in crazy corner case | Christoph Hellwig |
2013-11-09 | exportfs: fix 32-bit nfsd handling of 64-bit inode numbers | J. Bruce Fields |
2013-09-07 | exportfs: don't assume that ->iterate() won't feed us too long entries | Al Viro |
2013-06-29 | [readdir] constify ->actor | Al Viro |
2013-06-29 | [readdir] ->readdir() is gone | Al Viro |
2013-06-29 | [readdir] introduce ->iterate(), ctx->pos, dir_emit() | Al Viro |
2013-06-29 | [readdir] introduce iterate_dir() and dir_context | Al Viro |
2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin |
2012-12-20 | Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2012-12-17 | fs, exportfs: add exportfs_encode_inode_fh() helper | Cyrill Gorcunov |
2012-12-17 | fs, exportfs: escape nil dereference if no s_export_op present | Cyrill Gorcunov |
2012-11-07 | exportfs: add FILEID_INVALID to indicate invalid fid_type | Namjae Jeon |