1. c3765016 fs: add sync_inode_metadata by Christoph Hellwig · 14 years ago
  2. f6360ef nfsd: fix NULL dereference in nfsd_statfs() by Takashi Iwai · 14 years ago
  3. 8c8946f Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 14 years ago
  4. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  5. ebabe9a pass a struct path to vfs_statfs by Christoph Hellwig · 14 years ago
  6. 0d9f9e1 Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  7. 039a87c nfsd: minor nfsd read api cleanup by J. Bruce Fields · 14 years ago
  8. 6904996 gcc-4.6: nfsd: fix initialized but not read warnings by Andi Kleen · 14 years ago
  9. 2a12a9d fsnotify: pass a file instead of an inode to open, read, and write by Eric Paris · 15 years ago
  10. fa0a212 nfsd: bypass readahead cache when have struct file by J. Bruce Fields · 14 years ago
  11. 55b1335 nfsd: remove unused assignment from nfsd_link by J. Bruce Fields · 14 years ago
  12. 6a85d6c nfsd4: comment nitpick by J. Bruce Fields · 14 years ago
  13. b95a568 Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  14. 44b5660 Merge branch 'for-2.6.34-incoming' into for-2.6.35-incoming by J. Bruce Fields · 14 years ago
  15. b160fda nfsd: nfsd_setattr needs to call commit_metadata by Christoph Hellwig · 14 years ago
  16. 8018ab0 sanitize vfs_fsync calling conventions by Christoph Hellwig · 14 years ago
  17. 5306293 Merge commit 'v2.6.34-rc6' by J. Bruce Fields · 14 years ago
  18. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  19. 9188525 nfsd: don't break lease while servicing a COMMIT by Jeff Layton · 14 years ago
  20. 05c5cb3 Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  21. e213e26 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  22. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 14 years ago
  23. 4ea41e2d Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incoming by J. Bruce Fields · 14 years ago
  24. 8737c93 Switch may_open() and break_lease() to passing O_... by Al Viro · 15 years ago
  25. f501912 commit_metadata export operation replacing nfsd_sync_dir by Ben Myers · 14 years ago
  26. aeaa5cc vfs: don't call ima_file_check() unconditionally in nfsd_open() by Chuck Ebbert · 14 years ago
  27. 9bbb6ca ima: rename ima_path_check to ima_file_check by Mimi Zohar · 15 years ago
  28. 8eb988c fix ima breakage by Mimi Zohar · 15 years ago
  29. 1e41568 Take ima_path_check() in nfsd past dentry_open() in nfsd_open() by Al Viro · 15 years ago
  30. aa696a6 nfsd: Use vfs_fsync_range() in nfsd_commit by Trond Myklebust · 15 years ago
  31. 6a68f89 nfsd: use vfs_fsync for non-directories by Christoph Hellwig · 15 years ago
  32. 93939f4 Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  33. 7211a4e nfsd: make sure data is on disk before calling ->fsync by Christoph Hellwig · 15 years ago
  34. bac5e54 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  35. 1429b3e Untangling ima mess, part 3: kill dead code in ima by Al Viro · 15 years ago
  36. b65a9cf Untangling ima mess, part 2: deal with counters by Al Viro · 15 years ago
  37. 7663dac nfsd: remove pointless paths in file headers by J. Bruce Fields · 15 years ago
  38. 03a816b nfsd: restrict filehandles accepted in V4ROOT case by Steve Dickson · 15 years ago
  39. 3227fa4 nfsd: filter readdir results in V4ROOT case by J. Bruce Fields · 15 years ago
  40. 82ead7f nfsd: filter lookup results in V4ROOT case by J. Bruce Fields · 15 years ago
  41. 3b6cee7bc nfsd4: don't continue "under" mounts in V4ROOT case by J. Bruce Fields · 15 years ago
  42. 9a74af2 nfsd: Move private headers to source directory by Boaz Harrosh · 15 years ago
  43. 341eb18 nfsd: Source files #include cleanups by Boaz Harrosh · 15 years ago
  44. 0a3adad nfsd: make fs/nfsd/vfs.h for common includes by J. Bruce Fields · 15 years ago
  45. 289ede4 nfsd: minor nfsd_lookup cleanup by J. Bruce Fields · 15 years ago
  46. fed8381 nfsd4: cross mountpoints when looking up parents by J. Bruce Fields · 15 years ago
  47. a87e84b Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  48. 3c394dd nfsd4: nfsv4 clients should cross mountpoints by Steve Dickson · 15 years ago
  49. e0e8173 CRED: Add some configurable debugging [try #6] by David Howells · 15 years ago
  50. 033a666 NFSD: Don't hold unrefcounted creds over call to nfsd_setuser() by David Howells · 15 years ago
  51. 7e0338c Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsd by Linus Torvalds · 15 years ago
  52. e4636d5 nfsd: minor nfsd_vfs_write cleanup by J. Bruce Fields · 15 years ago
  53. d911df7 nfsd: Pull write-gathering code out of nfsd_vfs_write by J. Bruce Fields · 15 years ago
  54. 9d2a3f3 nfsd: track last inode only in use_wgather case by J. Bruce Fields · 15 years ago
  55. 48e03bc nfsd: Use write gathering only with NFSv2 by Trond Myklebust · 15 years ago
  56. 9393bd0 switch follow_down() by Al Viro · 15 years ago
  57. bab77eb switch follow_up() to struct path by Al Viro · 15 years ago
  58. e64c390 switch rqst_exp_parent() by Al Viro · 15 years ago
  59. 91c9fa8 switch rqst_exp_get_by_name() by Al Viro · 15 years ago
  60. 0b4ec6e Merge branch 'master' into next by James Morris · 15 years ago
  61. 14dba53 integrity: nfsd imbalance bug fix by Mimi Zohar · 15 years ago
  62. a0d24b2 nfsd: fix hung up of nfs client while sync write data to nfs server by Wei Yongjun · 15 years ago
  63. 2f9092e Fix i_mutex vs. readdir handling in nfsd by David Woodhouse · 15 years ago
  64. 1644ccc Safer nfsd_cross_mnt() by Al Viro · 15 years ago
  65. a638562 Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  66. 2c9e15a Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-quota-2.6 by Linus Torvalds · 15 years ago
  67. 90c0af0 nfsd: Use lowercase names of quota functions by Jan Kara · 15 years ago
  68. 0953e62 Inconsistent setattr behaviour by Sachin S. Prabhu · 15 years ago
  69. 31dec25 Short write in nfsd becomes a full write to the client by David Shaw · 15 years ago
  70. 4ac35c2 nfsd(v2/v3): fix the failure of creation from HPUX client by wengang wang · 15 years ago
  71. db1dd4d Use f_lock to protect f_flags by Jonathan Corbet · 15 years ago
  72. 9a8d248 nfsd: fix double-locks of directory mutex by J. Bruce Fields · 16 years ago
  73. 4c728ef add a vfs_fsync helper by Christoph Hellwig · 16 years ago
  74. acfa438 inode->i_op is never NULL by Al Viro · 16 years ago
  75. 2b82892 Merge branch 'master' into next by James Morris · 16 years ago
  76. 745ca24 CRED: Pass credentials through dentry_open() by David Howells · 16 years ago
  77. 5cc0a84 CRED: Wrap task credential accesses in the NFS daemon by David Howells · 16 years ago
  78. b726e92 Fix nfsd truncation of readdir results by Doug Nazar · 16 years ago
  79. 8d7c420 nfsd: fix failure to set eof in readdir in some situations by J. Bruce Fields · 16 years ago
  80. 5ed487b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  81. c002a6c [PATCH] Optimise NFS readdir hack slightly. by David Woodhouse · 16 years ago
  82. 53c9c5c [PATCH] prepare vfs_readdir() callers to returning filldir result by Al Viro · 16 years ago
  83. 14f7dd6 [PATCH] Copy XFS readdir hack into nfsd code. by David Woodhouse · 16 years ago
  84. 2628b76 [PATCH] Factor out nfsd_do_readdir() into its own function by David Woodhouse · 16 years ago
  85. 6c6a426 nfsd: Fix memory leak in nfsd_getxattr by Krishna Kumar · 16 years ago
  86. 54a66e5 knfsd: allocate readahead cache in individual chunks by Jeff Layton · 16 years ago
  87. 04716e6 nfsd: permit unauthenticated stat of export root by J. Bruce Fields · 16 years ago
  88. f419a2e [PATCH] kill nameidata passing to permission(), rename to inode_permission() by Al Viro · 16 years ago
  89. db2e747 [patch 5/5] vfs: remove mode parameter from vfs_symlink() by Miklos Szeredi · 16 years ago
  90. 07cad1d nfsd: clean up mnt_want_write calls by Miklos Szeredi · 16 years ago
  91. 8837abc nfsd: rename MAY_ flags by Miklos Szeredi · 16 years ago
  92. ca45625 knfsd: clear both setuid and setgid whenever a chown is done by Jeff Layton · 16 years ago
  93. dee3209 knfsd: get rid of imode variable in nfsd_setattr by Jeff Layton · 16 years ago
  94. 3ba1514 nfsd: fix sparse warning in vfs.c by Harvey Harrison · 16 years ago
  95. f2b0dee make nfsd_create_setattr() static by Adrian Bunk · 16 years ago
  96. 2c463e9 [PATCH] r/o bind mounts: check mnt instead of superblock directly by Dave Hansen · 16 years ago
  97. 18f335a [PATCH] r/o bind mounts: elevate write count for xattr_permission() callers by Dave Hansen · 16 years ago
  98. 9079b1e [PATCH] r/o bind mounts: get write access for vfs_rename() callers by Dave Hansen · 16 years ago
  99. 75c3f29 [PATCH] r/o bind mounts: write counts for link/symlink by Dave Hansen · 16 years ago
  100. 463c319 [PATCH] r/o bind mounts: get callers of vfs_mknod/create/mkdir() by Dave Hansen · 16 years ago