| Commit message (Expand) | Author | Age | Files | Lines |
* | exportfs: do not read dentry after free | Pan Bian | 2018-11-23 | 1 | -1/+1 |
* | exportfs: fix 'passing zero to ERR_PTR()' warning | YueHaibing | 2018-11-19 | 1 | -0/+1 |
* | ovl: do not try to reconnect a disconnected origin dentry | Amir Goldstein | 2018-04-12 | 1 | -0/+9 |
* | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-03-03 | 1 | -1/+2 |
|\ |
|
| * | statx: Add a system call to make enhanced file info available | David Howells | 2017-03-03 | 1 | -1/+2 |
* | | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
|/ |
|
* | exportfs: be careful to only return expected errors. | NeilBrown | 2016-10-06 | 1 | -4/+6 |
* | introduce a parallel variant of ->iterate() | Al Viro | 2016-05-03 | 1 | -1/+1 |
* | reconnect_one(): use lookup_one_len_unlocked() | Al Viro | 2016-05-03 | 1 | -3/+7 |
* | wrappers for ->i_mutex access | Al Viro | 2016-01-23 | 1 | -6/+6 |
* | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) | David Howells | 2015-02-22 | 1 | -1/+1 |
* | move d_rcu from overlapping d_child to overlapping d_alias | Al Viro | 2014-11-03 | 1 | -1/+1 |
* | vfs: make first argument of dir_context.actor typed | Miklos Szeredi | 2014-10-31 | 1 | -2/+3 |
* | fs/exportfs/expfs.c: kernel-doc warning fixes | Fabian Frederick | 2014-06-05 | 1 | -2/+2 |
* | exportfs: fix quadratic behavior in filehandle lookup | J. Bruce Fields | 2013-11-09 | 1 | -53/+13 |
* | exportfs: better variable name | J. Bruce Fields | 2013-11-09 | 1 | -6/+6 |
* | exportfs: move most of reconnect_path to helper function | J. Bruce Fields | 2013-11-09 | 1 | -78/+86 |
* | exportfs: eliminate unused "noprogress" counter | J. Bruce Fields | 2013-11-09 | 1 | -13/+2 |
* | exportfs: stop retrying once we race with rename/remove | J. Bruce Fields | 2013-11-09 | 1 | -5/+40 |
* | exportfs: clear DISCONNECTED on all parents sooner | J. Bruce Fields | 2013-11-09 | 1 | -4/+21 |
* | exportfs: more detailed comment for path_reconnect | J. Bruce Fields | 2013-11-09 | 1 | -1/+13 |
* | exportfs: BUG_ON in crazy corner case | Christoph Hellwig | 2013-11-09 | 1 | -6/+2 |
* | exportfs: fix 32-bit nfsd handling of 64-bit inode numbers | J. Bruce Fields | 2013-11-09 | 1 | -2/+16 |
* | exportfs: don't assume that ->iterate() won't feed us too long entries | Al Viro | 2013-09-08 | 1 | -1/+1 |
* | [readdir] constify ->actor | Al Viro | 2013-06-29 | 1 | -5/+5 |
* | [readdir] ->readdir() is gone | Al Viro | 2013-06-29 | 1 | -1/+1 |
* | [readdir] introduce ->iterate(), ctx->pos, dir_emit() | Al Viro | 2013-06-29 | 1 | -1/+1 |
* | [readdir] introduce iterate_dir() and dir_context | Al Viro | 2013-06-29 | 1 | -1/+3 |
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-28 | 1 | -2/+1 |
* | Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2012-12-20 | 1 | -2/+2 |
|\ |
|
| * | exportfs: add FILEID_INVALID to indicate invalid fid_type | Namjae Jeon | 2012-11-08 | 1 | -2/+2 |
* | | fs, exportfs: add exportfs_encode_inode_fh() helper | Cyrill Gorcunov | 2012-12-18 | 1 | -5/+14 |
* | | fs, exportfs: escape nil dereference if no s_export_op present | Cyrill Gorcunov | 2012-12-18 | 1 | -1/+1 |
|/ |
|
* | switch dentry_open() to struct path, make it grab references itself | Al Viro | 2012-07-22 | 1 | -7/+6 |
* | vfs: switch i_dentry/d_alias to hlist | Al Viro | 2012-07-14 | 1 | -1/+2 |
* | ->encode_fh() API change | Al Viro | 2012-05-30 | 1 | -14/+19 |
* | vfs: Add open by file handle support | Aneesh Kumar K.V | 2011-03-15 | 1 | -0/+2 |
* | exportfs: Return the minimum required handle size | Aneesh Kumar K.V | 2011-03-14 | 1 | -2/+7 |
* | fs: dcache per-inode inode alias locking | Nick Piggin | 2011-01-07 | 1 | -5/+7 |
* | fs: dcache rationalise dget variants | Nick Piggin | 2011-01-07 | 1 | -1/+1 |
* | fs: dcache remove dcache_lock | Nick Piggin | 2011-01-07 | 1 | -4/+0 |
* | fs: scale inode alias list | Nick Piggin | 2011-01-07 | 1 | -0/+4 |
* | exportfs: use dget_parent | Christoph Hellwig | 2010-10-26 | 1 | -9/+8 |
* | nfs: new subdir Documentation/filesystems/nfs | J. Bruce Fields | 2009-10-28 | 1 | -1/+1 |
* | Merge branch 'next' into for-linus | James Morris | 2008-12-25 | 1 | -1/+3 |
|\ |
|
| * | CRED: Pass credentials through dentry_open() | David Howells | 2008-11-14 | 1 | -1/+3 |
* | | EXPORTFS: handle NULL returns from fh_to_dentry()/fh_to_parent() | J. Bruce Fields | 2008-12-09 | 1 | -0/+4 |
|/ |
|
* | [PATCH] prepare vfs_readdir() callers to returning filldir result | Al Viro | 2008-10-23 | 1 | -3/+4 |
* | [PATCH] reduce the stack footprint of exportfs_decode_fh() | Al Viro | 2008-10-23 | 1 | -5/+4 |
* | [PATCH] switch all filesystems over to d_obtain_alias | Christoph Hellwig | 2008-10-23 | 1 | -4/+0 |