1. 620c266 fhandle: relax open_by_handle_at() permission checks by Christian Brauner · 9 months ago
  2. 42c3732 fs: Create a generic is_dot_dotdot() utility by Chuck Lever · 1 year, 2 months ago
  3. 9473c44 exportfs: fix the fallback implementation of the get_name export operation by Trond Myklebust · 1 year, 2 months ago
  4. d9e5d92 fs: fix build error with CONFIG_EXPORTFS=m or not defined by Amir Goldstein · 1 year, 4 months ago
  5. 6434311 exportfs: support encoding non-decodeable file handles by default by Amir Goldstein · 1 year, 4 months ago
  6. e21fc20 exportfs: make ->encode_fh() a mandatory method for NFS export by Amir Goldstein · 1 year, 4 months ago
  7. 66c6276 exportfs: add helpers to check if filesystem can encode/decode file handles by Amir Goldstein · 1 year, 4 months ago
  8. 7afdc0c exportfs: remove kernel-doc warnings in exportfs by Zhu Wang · 1 year, 7 months ago
  9. 3e32715 vfs: get rid of old '->iterate' directory operation by Linus Torvalds · 1 year, 7 months ago
  10. 304e9c8 exportfs: add explicit flag to request non-decodeable file handles by Amir Goldstein · 1 year, 10 months ago
  11. b528782 exportfs: change connectable argument to bit flags by Amir Goldstein · 1 year, 10 months ago
  12. 4609e1f fs: port ->permission() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
  13. 427505f exportfs: use pr_debug for unreachable debug statements by David Disseldorp · 2 years, 4 months ago
  14. 25885a3 Change calling conventions for filldir_t by Al Viro · 2 years, 7 months ago
  15. 3a761d7 exportfs: support idmapped mounts by Christian Brauner · 2 years, 11 months ago
  16. d045465 exportfs: Add a function to return the raw output from fh_to_dentry() by Trond Myklebust · 4 years, 3 months ago
  17. a2ece08 exportfs_decode_fh(): negative pinned may become positive without the parent locked by Al Viro · 5 years ago
  18. ec23eb5 docs: fs: convert docs without extension to ReST by Mauro Carvalho Chehab · 6 years ago
  19. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  20. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  21. 2084ac6 exportfs: do not read dentry after free by Pan Bian · 6 years ago
  22. 909e22e exportfs: fix 'passing zero to ERR_PTR()' warning by YueHaibing · 6 years ago
  23. 8a22efa ovl: do not try to reconnect a disconnected origin dentry by Amir Goldstein · 7 years ago
  24. 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  25. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  26. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  27. 09bb8bf exportfs: be careful to only return expected errors. by NeilBrown · 9 years ago
  28. 6192269 introduce a parallel variant of ->iterate() by Al Viro · 9 years ago
  29. 383d4e8 reconnect_one(): use lookup_one_len_unlocked() by Al Viro · 9 years ago
  30. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  31. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
  32. 946e51f move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 10 years ago
  33. ac7576f vfs: make first argument of dir_context.actor typed by Miklos Szeredi · 10 years ago
  34. 00f0179 fs/exportfs/expfs.c: kernel-doc warning fixes by Fabian Frederick · 11 years ago
  35. f27c929 exportfs: fix quadratic behavior in filehandle lookup by J. Bruce Fields · 11 years ago
  36. efbf201 exportfs: better variable name by J. Bruce Fields · 11 years ago
  37. bbf7a8a exportfs: move most of reconnect_path to helper function by J. Bruce Fields · 11 years ago
  38. e4b70eb exportfs: eliminate unused "noprogress" counter by J. Bruce Fields · 11 years ago
  39. a056cc8 exportfs: stop retrying once we race with rename/remove by J. Bruce Fields · 11 years ago
  40. 0dbc018 exportfs: clear DISCONNECTED on all parents sooner by J. Bruce Fields · 11 years ago
  41. 78cee9a exportfs: more detailed comment for path_reconnect by J. Bruce Fields · 11 years ago
  42. 854ff5c exportfs: BUG_ON in crazy corner case by Christoph Hellwig · 11 years ago
  43. 950ee95 exportfs: fix 32-bit nfsd handling of 64-bit inode numbers by J. Bruce Fields · 11 years ago
  44. dfc59e2c exportfs: don't assume that ->iterate() won't feed us too long entries by Al Viro · 11 years ago
  45. ac6614b [readdir] constify ->actor by Al Viro · 12 years ago
  46. 2233f31 [readdir] ->readdir() is gone by Al Viro · 12 years ago
  47. bb6f619 [readdir] introduce ->iterate(), ctx->pos, dir_emit() by Al Viro · 12 years ago
  48. 5c0ba4e [readdir] introduce iterate_dir() and dir_context by Al Viro · 12 years ago
  49. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  50. 9821972 Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  51. 711c7bf fs, exportfs: add exportfs_encode_inode_fh() helper by Cyrill Gorcunov · 12 years ago
  52. ab49bde fs, exportfs: escape nil dereference if no s_export_op present by Cyrill Gorcunov · 12 years ago
  53. 216b6cb exportfs: add FILEID_INVALID to indicate invalid fid_type by Namjae Jeon · 13 years ago
  54. 765927b switch dentry_open() to struct path, make it grab references itself by Al Viro · 13 years ago
  55. b3d9b7a vfs: switch i_dentry/d_alias to hlist by Al Viro · 13 years ago
  56. b0b0382 ->encode_fh() API change by Al Viro · 13 years ago
  57. becfd1f vfs: Add open by file handle support by Aneesh Kumar K.V · 14 years ago
  58. 5fe0c23 exportfs: Return the minimum required handle size by Aneesh Kumar K.V · 14 years ago
  59. 873feea fs: dcache per-inode inode alias locking by Nick Piggin · 14 years ago
  60. dc0474b fs: dcache rationalise dget variants by Nick Piggin · 14 years ago
  61. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 14 years ago
  62. b23fb0a fs: scale inode alias list by Nick Piggin · 14 years ago
  63. 0461ee2 exportfs: use dget_parent by Christoph Hellwig · 14 years ago
  64. dc7a081 nfs: new subdir Documentation/filesystems/nfs by J. Bruce Fields · 15 years ago
  65. cbacc2c Merge branch 'next' into for-linus by James Morris · 16 years ago
  66. a4f4d6d EXPORTFS: handle NULL returns from fh_to_dentry()/fh_to_parent() by J. Bruce Fields · 16 years ago
  67. 745ca24 CRED: Pass credentials through dentry_open() by David Howells · 16 years ago
  68. 53c9c5c [PATCH] prepare vfs_readdir() callers to returning filldir result by Al Viro · 17 years ago
  69. f3f8e175 [PATCH] reduce the stack footprint of exportfs_decode_fh() by Al Viro · 17 years ago
  70. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 17 years ago
  71. 8e24eea fs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  72. e38f981 exportfs: update documentation by Christoph Hellwig · 17 years ago
  73. 3965516 exportfs: make struct export_operations const by Christoph Hellwig · 17 years ago
  74. cfaea78 exportfs: remove old methods by Christoph Hellwig · 17 years ago
  75. 2596110 exportfs: add new methods by Christoph Hellwig · 17 years ago
  76. 6e91ea2 exportfs: add fid type by Christoph Hellwig · 17 years ago
  77. 019ab80 knfsd: exportfs: split out reconnecting a dentry from find_exported_dentry by Christoph Hellwig · 18 years ago
  78. dd90b50 knfsd: exportfs: add find_disconnected_root helper by Christoph Hellwig · 18 years ago
  79. fb66a19 knfsd: exportfs: move acceptable check into find_acceptable_alias by Christoph Hellwig · 18 years ago
  80. d7dd618 knfsd: exportfs: untangle ISDIR logic in find_exported_dentry by Christoph Hellwig · 18 years ago
  81. 10f11c3 knfsd: exportfs: remove CALL macro by Christoph Hellwig · 18 years ago
  82. d37065c knfsd: exportfs: add procedural interface for NFSD by Christoph Hellwig · 18 years ago
  83. 5ca2960 knfsd: exportfs: remove iget abuse by Christoph Hellwig · 18 years ago
  84. a569425 knfsd: exportfs: add exportfs.h header by Christoph Hellwig · 18 years ago
  85. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  86. afefdbb [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers by David Howells · 18 years ago
  87. 8c7b389 [PATCH] NFS server subtree_check returns dubious value by Peter Staubach · 19 years ago
  88. e2f9901 [PATCH] exportfs: add find_acceptable_alias helper by Christoph Hellwig · 19 years ago
  89. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  90. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago v2.6.12-rc2