1. 8d66bf5 [PATCH] pass struct path * to do_add_mount() by Al Viro · 16 years ago
  2. 744d18d NFS: Ensure we call nfs_sb_deactive() after releasing the directory inode by Trond Myklebust · 16 years ago
  3. 31c9446 nfs_remount oops when rebooting + possible fix by Marc Zyngier · 16 years ago
  4. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  5. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  6. fb2e405 fix fs/nfs/nfsroot.c compilation by Adrian Bunk · 16 years ago
  7. cadc723 Merge branch 'bkl-removal' into next by Trond Myklebust · 16 years ago
  8. e89e896 Merge branch 'devel' into next by Trond Myklebust · 16 years ago
  9. f839c4c NFSv4: Remove BKL from the nfsv4 state recovery by Trond Myklebust · 16 years ago
  10. c3cc8c0 NFS: Remove BKL from the readdir code by Trond Myklebust · 16 years ago
  11. 7656699 NFS: Remove BKL from the symlink code by Trond Myklebust · 16 years ago
  12. 52e2e8d NFS: Remove BKL from the sillydelete operations by Trond Myklebust · 16 years ago
  13. bd9bb45 NFS: Remove the BKL from the rename, rmdir and unlink operations by Trond Myklebust · 16 years ago
  14. fc0f684 NFS: Remove BKL from NFS lookup code by Trond Myklebust · 16 years ago
  15. fc81af5 NFS: Remove the BKL from nfs_link() by Trond Myklebust · 16 years ago
  16. f1e2eda NFS: Remove the BKL from the inode creation operations by Trond Myklebust · 16 years ago
  17. bba67e0 NFS: Remove BKL usage from open() by Trond Myklebust · 16 years ago
  18. b6a2e56 NFS: Remove BKL usage from the write path by Trond Myklebust · 16 years ago
  19. 4d80f2e NFS: Remove the BKL from the permission checking code by Trond Myklebust · 16 years ago
  20. fa6dc9d NFS: Remove attribute update related BKL references by Trond Myklebust · 16 years ago
  21. a3d0145 NFS: Remove BKL requirement from attribute updates by Trond Myklebust · 16 years ago
  22. 1b83d70 NFS: Protect inode->i_nlink updates using inode->i_lock by Trond Myklebust · 16 years ago
  23. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  24. f45663c NFS: Allow either strict or sloppy mount option parsing by Chuck Lever · 16 years ago
  25. 6738b25 NFS4: Set security flavor default for NFSv4 mounts like other defaults by Chuck Lever · 16 years ago
  26. dd07c94 NFS: Set security flavor default for NFSv2/3 mounts like other defaults by Chuck Lever · 16 years ago
  27. 01060c8 NFS: Refactor logic for parsing NFS security flavor mount options by Chuck Lever · 16 years ago
  28. 0e0cab7 NFS: use documenting macro constants for initializing ac{reg, dir}{min, max} by Chuck Lever · 16 years ago
  29. ed596a8 NFS: Move the nfs_set_port() call out of nfs_parse_mount_options() by Chuck Lever · 16 years ago
  30. 259875e NFS: set transport defaults after mount option parsing is finished by Trond Myklebust · 16 years ago
  31. 5afc597 nfs4: fix potential race with rapid nfs_callback_up/down cycle by Jeff Layton · 16 years ago
  32. ee84dfc nfs4: remove BKL from nfs_callback_up and nfs_callback_down by Jeff Layton · 16 years ago
  33. 77e0367 nfs: initialize timeout variable in nfs4_proc_setclientid_confirm by Benny Halevy · 16 years ago
  34. d8e7748 NFS: handle interface identifiers in incoming IPv6 addresses by Chuck Lever · 16 years ago
  35. ce3b7e1 NFS: Add string length argument to nfs_parse_server_address by Chuck Lever · 16 years ago
  36. d1aa082 NFS: Support raw IPv6 address hostnames during NFS mount operation by Chuck Lever · 16 years ago
  37. dc04589 NFS: Use common device name parsing logic for NFSv4 and NFSv2/v3 by Chuck Lever · 16 years ago
  38. cd10072 NFS: Fix a dependency on CONFIG_NFS_V4 in nfs_remount by Trond Myklebust · 16 years ago
  39. e468bae NFS: Allow redirtying of a completed unstable write. by Trond Myklebust · 16 years ago
  40. e7d3906 NFS: Clean up nfs_update_request() by Trond Myklebust · 16 years ago
  41. 396cee97 NFS: missing newline in NFS mount debugging message by Chuck Lever · 16 years ago
  42. d33e4df NFS: Treat "intr" and "nointr" options as deprecated by Chuck Lever · 16 years ago
  43. ecbb384 NFS: Allow any value for the "retry" option by Chuck Lever · 16 years ago
  44. f41f741 NFS: Ensure we zap only the access and acl caches when setting new acls by Trond Myklebust · 16 years ago
  45. 2e96d28 NFS: Fix a warning in nfs4_async_handle_error by Trond Myklebust · 16 years ago
  46. 34e8f92 NFS: Move fs/nfs/iostat.h to include/linux by Chuck Lever · 16 years ago
  47. 46cb650 NFS: Remove the redundant file_open entry from struct nfs_rpc_ops by Trond Myklebust · 16 years ago
  48. 659bfcd NFS: Fix the ftruncate() credential problem by Trond Myklebust · 16 years ago
  49. 48b605f NFS: implement option checking when remounting NFS filesystems (resend) by Jeff Layton · 16 years ago
  50. c2d946e5 fs/nfs/nfsroot.c: remove CVS keyword by Adrian Bunk · 16 years ago
  51. 48186c7 NFS: Fix trace debugging nits in write.c by Chuck Lever · 16 years ago
  52. 6da24bc NFS: Use NFSDBG_FILE for all fops by Chuck Lever · 16 years ago
  53. b7eaefa NFS: Add debugging facility for NFS aops by Chuck Lever · 16 years ago
  54. cc0dd2d NFS: Make nfs_open methods consistent by Chuck Lever · 16 years ago
  55. b84e06c NFS: Make nfs_llseek methods consistent by Chuck Lever · 16 years ago
  56. 5491778 NFS: Make nfs_fsync methods consistent by Chuck Lever · 16 years ago
  57. b541838 NFS: do_setlk(): don't flush caches when we have a delegation by Trond Myklebust · 16 years ago
  58. 7e5f614 NFS: Revert commit 44dd151d by Trond Myklebust · 16 years ago
  59. efc91ed NFS: Optimise append writes with holes by Trond Myklebust · 16 years ago
  60. 2116271 NFS: Add correct bounds checking to NFSv2 locks by Trond Myklebust · 16 years ago
  61. f3d47a3 NFS: Fix a preemption count leak in nfs_update_request by Trond Myklebust · 16 years ago
  62. 0b4aae7 NFS: Reduce the stack usage in NFSv3 create operations by Trond Myklebust · 16 years ago
  63. 57dc9a5 NFS: Reduce the stack usage in NFSv4 create operations by Trond Myklebust · 16 years ago
  64. 2aac05a NFS: Fix readdir cache invalidation by Trond Myklebust · 16 years ago
  65. 9465efc Remove BKL from remote_llseek v2 by Andi Kleen · 16 years ago
  66. 03fa9e8 NFS: nfs_updatepage(): don't mark page as dirty if an error occurred by Trond Myklebust · 16 years ago
  67. b7e2445 NFS: Fix filehandle size comparisons in the mount code by Trond Myklebust · 16 years ago
  68. 33852a1 NFS: Reduce the NFS mount code stack usage. by Trond Myklebust · 16 years ago
  69. 1d2e88e nfs: make nfs4_drop_state_owner() static by Adrian Bunk · 16 years ago
  70. 31f31db1 nfs: path_{get,put}() cleanups by Jan Blunck · 16 years ago
  71. 3110ff8 nfs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  72. 46c8ac7 nfs/lsm: make NFSv4 set LSM mount options by Eric Paris · 16 years ago
  73. 3a6258e NFSv4: Check the return value of decode_compound_hdr_arg() by Trond Myklebust · 16 years ago
  74. 38def50 nfs: fix race in nfs_dirty_request by Fred Isaman · 16 years ago
  75. b0b5397 NFS: Ensure that 'noac' and/or 'actimeo=0' turn off attribute caching by Trond Myklebust · 16 years ago
  76. fa79975 mm: bdi: expose the BDI object in sysfs for NFS by Miklos Szeredi · 16 years ago
  77. 34b3723 nfs: use proc_create to setup de->proc_fops by Denis V. Lunev · 16 years ago
  78. 36a5aeb proc: remove proc_root_fs by Alexey Dobriyan · 16 years ago
  79. 42faad9 [PATCH] restore sane ->umount_begin() API by Al Viro · 16 years ago
  80. 563307b Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 16 years ago
  81. 233607d Merge branch 'devel' by Trond Myklebust · 16 years ago
  82. 06e02d6 NFS: don't let nfs_callback_svc exit on unexpected svc_recv errors (try #2) by Jeff Layton · 16 years ago
  83. e1ba1ab nfsd: fix comment by J. Bruce Fields · 16 years ago
  84. a277e33 NFS: convert nfs4 callback thread to kthread API by Jeff Layton · 16 years ago
  85. 065f30e nfs: remove unnecessary NFS_NEED_* defines by J. Bruce Fields · 16 years ago
  86. a3dab29 make nfs_automount_list static by Adrian Bunk · 16 years ago
  87. daa7da5 NFS: remove duplicate flags assignment from nfs_validate_mount_data by Jeff Layton · 16 years ago
  88. 63649bd NFS - fix potential NULL pointer dereference v2 by Cyrill Gorcunov · 16 years ago
  89. a2b2bb8 NFSv4: Attempt to use machine credentials in SETCLIENTID calls by Trond Myklebust · 16 years ago
  90. 7c67db3 NFSv4: Reintroduce machine creds by Trond Myklebust · 16 years ago
  91. 78ea323 NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid() by Trond Myklebust · 16 years ago
  92. 4410924 nfs: fix printout of multiword bitfields by Fred Isaman · 16 years ago
  93. 856dff3 nfs: return negative error value from nfs{,4}_stat_to_errno by Benny Halevy · 16 years ago
  94. c4d7c40 NFS: Remove the buggy lock-if-signalled case from do_setlk() by Trond Myklebust · 16 years ago
  95. 536ff0f NFSv4: Ensure we don't corrupt fl->fl_flags in nfs4_proc_unlck by Trond Myklebust · 16 years ago
  96. c1d5193 NFSv4: Only increment the sequence id if the server saw it by Trond Myklebust · 16 years ago
  97. 35d0577 NFSv4: Remove bogus call to nfs4_drop_state_owner() in _nfs4_open_expired() by Trond Myklebust · 16 years ago
  98. dbae4c7 NFS: Ensure that rpc_run_task() errors are propagated back to the caller by Trond Myklebust · 16 years ago
  99. c9d8f89 NFS: Ensure that the write code cleans up properly when rpc_run_task() fails by Trond Myklebust · 16 years ago
  100. fdd1e74 NFS: Ensure that the read code cleans up properly when rpc_run_task() fails by Trond Myklebust · 16 years ago