1. 36ac313 [NETNS]: Fix export symbols. by Daniel Lezcano · 17 years ago
  2. 3c12afe [NET]: Fix missed addition of fs/proc/proc_net.c by David S. Miller · 17 years ago
  3. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  4. b4b5102 [NET]: Support multiple network namespaces with netlink by Eric W. Biederman · 17 years ago
  5. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  6. 32da477 [NET]: Don't implement dev_ifname32 inline by Eric W. Biederman · 17 years ago
  7. c36258b [DLM] block dlm_recv in recovery transition by David Teigland · 17 years ago
  8. b434eda [DLM] don't overwrite castparam if it's NULL by Patrick Caulfield · 17 years ago
  9. 5a60c53 [GFS2] Get superblock a different way by Steven Whitehouse · 17 years ago
  10. 891ba6d [GFS2] Don't try to remove buffers that don't exist by Steven Whitehouse · 17 years ago
  11. 7a9f53b [GFS2] Alternate gfs2_iget to avoid looking up inodes being freed by Benjamin Marzinski · 17 years ago
  12. de986e8 [GFS2] Data corruption fix by Wendy Cheng · 17 years ago
  13. 16615be [GFS2] Clean up journaled data writing by Steven Whitehouse · 17 years ago
  14. 55c0c4a [GFS2] GFS2: chmod hung - fix race in thread creation by Bob Peterson · 17 years ago
  15. d66f827 [DLM] Make dlm_sendd cond_resched more by Patrick Caulfield · 17 years ago
  16. 49e61f2 [GFS2] Move inode deletion out of blocking_cb by Wendy Cheng · 17 years ago
  17. b4c2016 [GFS2] flocks from same process trip kernel BUG at fs/gfs2/glock.c:1118! by Abhijith Das · 17 years ago
  18. 1ad38c4 [GFS2] Clean up gfs2_trans_add_revoke() by Steven Whitehouse · 17 years ago
  19. 0820ab5 [GFS2] Use slab operations for all gfs2_bufdata allocations by Steven Whitehouse · 17 years ago
  20. 82e8608 [GFS2] Replace revoke structure with bufdata structure by Steven Whitehouse · 17 years ago
  21. 8475487 [GFS2] Fix ordering of dirty/journal for ordered buffer unstuffing by Bob Peterson · 17 years ago
  22. d7b616e [GFS2] Clean up ordered write code by Steven Whitehouse · 17 years ago
  23. 9b9107a [GFS2] Move pin/unpin into lops.c, clean up locking by Steven Whitehouse · 17 years ago
  24. eaf9652 [GFS2] Don't mark jdata dirty in gfs2_unstuffer_page() by Steven Whitehouse · 17 years ago
  25. 1e1a3d0 [GFS2] Introduce gfs2_remove_from_ail by Steven Whitehouse · 17 years ago
  26. 8497a46 [GFS2] Correct lock ordering in unlink by Steven Whitehouse · 17 years ago
  27. e9bd2b3 [GFS2] fix inode meta data corruption by Wendy Cheng · 17 years ago
  28. c4f68a1 [GFS2] delay glock demote for a minimum hold time by Benjamin Marzinski · 17 years ago
  29. d1e2777 [GFS2] panic after can't parse mount arguments by Abhijith Das · 17 years ago
  30. ec217e0 [GFS2] Patch to protect sd_log_num_jdata by Bob Peterson · 17 years ago
  31. a947e03 [GFS2] Wendy's dump lockname in hex & fix glock dump by Abhijith Das · 17 years ago
  32. 61d96be [DLM] Fix lowcomms socket closing by Patrick Caulfield · 17 years ago
  33. a13b8c5 [GFS2] Reduce truncate IO traffic by Wendy Cheng · 17 years ago
  34. 9a5ad13 [GFS2] Add NULL entry to token table by Benjamin Marzinski · 17 years ago
  35. 382e6e2 [GFS2] Add a missing gfs2_trans_add_bh() by Steven Whitehouse · 17 years ago
  36. bb3b0e3 [GFS2] Clean up invalidatepage/releasepage by Steven Whitehouse · 17 years ago
  37. 2d9a4bb [GFS2] Fix quota do_list operation hang by Abhijith Das · 17 years ago
  38. 34eaae3 [GFS2] fixed a NULL pointer assignment BUG by Denis Cheng · 17 years ago
  39. 0fd5355 [GFS2] Force unstuff of hidden quota inode by Abhijith Das · 17 years ago
  40. 5d35e31 [GFS2] better code for translating characters by Denis Cheng · 17 years ago
  41. 2d3ba1e [GFS2] unneeded typecast by Denis Cheng · 17 years ago
  42. adb4ec1 [GFS2] use list_for_each_entry instead by Denis Cheng · 17 years ago
  43. 75be73a [GFS2] Ensure journal file cache is flushed after recovery by Bob Peterson · 17 years ago
  44. 5f3eae7 [GFS2] invalid metadata block - REVISED by Bob Peterson · 17 years ago
  45. 8fbbfd2 [GFS2] Reduce number of gfs2_scand processes to one by Steven Whitehouse · 17 years ago
  46. ca5a939 [GFS2] use the declaration of gfs2_dops in the header file instead by Denis Cheng · 17 years ago
  47. 4ef2900 [GFS2] mark struct *_operations const by Denis Cheng · 17 years ago
  48. 0f8468c [GFS2] Detach buf data during in-place writeback by Bob Peterson · 17 years ago
  49. cee23c7 [GFS2] use an temp variable to reduce a spin_unlock by Denis Cheng · 17 years ago
  50. 6760bdc [GFS2] Prevent infinite loop in try_rgrp_unlink() by Bob Peterson · 17 years ago
  51. 693ddea [GFS2] Revert part of earlier log.c changes by Bob Peterson · 17 years ago
  52. 905d2ae [GFS2] Move some code inside the log lock by Bob Peterson · 17 years ago
  53. 7b08fc6 [GFS2] Fix an oops in glock dumping by Steven Whitehouse · 17 years ago
  54. afd0942 [GFS2] GFS2 not checking pointer on create when running under nfsd by Steve French · 17 years ago
  55. aa0481e [GFS2] Clean up duplicate includes in fs/gfs2/ by Jesper Juhl · 17 years ago
  56. 26caee5 [GFS2] Fix calculation of demote state by Josef Whiter · 17 years ago
  57. 87124e5 [GFS2] Fix two races relating to glock callbacks by Steven Whitehouse · 17 years ago
  58. 1ca91cd0 compat_ioctl: move floppy handlers to block/compat_ioctl.c by Arnd Bergmann · 17 years ago
  59. b3087cc compat_ioctl: move cdrom handlers to block/compat_ioctl.c by Arnd Bergmann · 17 years ago
  60. 18cf7f8 compat_ioctl: move BLKPG handling to block/compat_ioctl.c by Arnd Bergmann · 17 years ago
  61. 9617db0 compat_ioctl: move hdio calls to block/compat_ioctl.c by Arnd Bergmann · 17 years ago
  62. 171044d4 compat_ioctl: handle blk_trace ioctls by Arnd Bergmann · 17 years ago
  63. 7199d4c compat_ioctl: add compat_blkdev_driver_ioctl() by Arnd Bergmann · 17 years ago
  64. f58c4c0 compat_ioctl: move common block ioctls to compat_blkdev_ioctl by Arnd Bergmann · 17 years ago
  65. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  66. 5bb23a6 Don't decrement bi_size in bio_endio by NeilBrown · 17 years ago
  67. 9cc54d4 Only call bi_end_io once for any bio by NeilBrown · 17 years ago
  68. f5ff842 Fix warnings with !CONFIG_BLOCK by Jens Axboe · 17 years ago
  69. a16e92e knfsd: query filesystem for NFSv4 getattr of FATTR4_MAXNAME by J. Bruce Fields · 17 years ago
  70. cfdcad4 knfsd: nfsv4 delegation recall should take reference on client by J. Bruce Fields · 17 years ago
  71. 1b1a9b3 knfsd: don't shutdown callbacks until nfsv4 client is freed by J. Bruce Fields · 17 years ago
  72. 0272e1f knfsd: let nfsd manage timing out its own leases by J. Bruce Fields · 17 years ago
  73. 40ee5dc knfsd: 64 bit ino support for NFS server by Peter Staubach · 17 years ago
  74. c175b83 knfsd: remove code duplication in nfsd4_setclientid() by J. Bruce Fields · 17 years ago
  75. 246d95b nfsd warning fix by Andrew Morton · 17 years ago
  76. dd4877b knfsd: fix callback rpc cred by J. Bruce Fields · 18 years ago
  77. e8ff2a8 knfsd: move nfsv4 slab creation/destruction to module init/exit by J. Bruce Fields · 17 years ago
  78. 2b47eec knfsd: spawn kernel thread to probe callback channel by J. Bruce Fields · 17 years ago
  79. c9b6cbe knfsd: nfs4 name->id mapping not correctly parsing negative downcall by J. Bruce Fields · 17 years ago
  80. 2fdada0 knfsd: demote some printk()s to dprintk()s by J. Bruce Fields · 17 years ago
  81. 599e0a2 knfsd: cleanup of nfsd4 cmp_* functions by J. Bruce Fields · 17 years ago
  82. 3b398f0ef knfsd: delete code made redundant by map_new_errors by J. Bruce Fields · 17 years ago
  83. 9c85fca nfsd: fix horrible indentation in nfsd_setattr by Christoph Hellwig · 17 years ago
  84. 45457e0 nfsd: tone down inaccurate dprintk by J. Bruce Fields · 17 years ago
  85. f43bf0b NFS: Add a boot parameter to disable 64 bit inode numbers by Trond Myklebust · 17 years ago
  86. 2a3f5fd NFS: nfs_refresh_inode should clear cache_validity flags on success by Trond Myklebust · 17 years ago
  87. 40d2470 NFS: Fix a connectathon regression in NFSv3 and NFSv4 by Trond Myklebust · 17 years ago
  88. 9e08a3c NFS: Use nfs_refresh_inode() in ops that aren't expected to change the inode by Trond Myklebust · 17 years ago
  89. c7c2097 NFS: Get rid of some obsolete macros by Trond Myklebust · 17 years ago
  90. 4f48af4 NFS: Simplify filehandle revalidation by Trond Myklebust · 17 years ago
  91. 9697d23 NFS: Ensure that nfs_link() returns a hashed dentry by Trond Myklebust · 17 years ago
  92. a12802c NFS: Be strict about dentry revalidation when doing exclusive create by Trond Myklebust · 17 years ago
  93. b050aa7 NFS: Don't zap the readdir caches upon error by Trond Myklebust · 17 years ago
  94. efbb06b NFS: Remove the redundant nfs_reval_fsid() by Trond Myklebust · 17 years ago
  95. 81c7688 NFSv3: Always use directory post-op attributes in nfs3_proc_lookup by Trond Myklebust · 17 years ago
  96. d75340c NFSv4: Fix nfs_atomic_open() to set the verifier on negative dentries too by Trond Myklebust · 17 years ago
  97. 216d5d0 NFSv4: Use NFSv2/v3 rules for negative dentries in nfs_open_revalidate by Trond Myklebust · 17 years ago
  98. 0a5ebc1 NFSv4: Don't revalidate the directory in nfs_atomic_lookup() by Trond Myklebust · 17 years ago
  99. f2c77f4 NFS: Optimise nfs_lookup_revalidate() by Trond Myklebust · 17 years ago
  100. 6d2b296 NFS: Reset nfsi->last_updated only if the attribute changed by Trond Myklebust · 17 years ago