1. cd40b7d [NET]: make netlink user -> kernel interface synchronious by Denis V. Lunev · 17 years ago
  2. 3969903 [FS] seq_file: Introduce the seq_open_private() by Pavel Emelyanov · 17 years ago
  3. 4665079 [NETNS]: Move some code into __init section when CONFIG_NET_NS=n by Pavel Emelyanov · 17 years ago
  4. 077130c [NET]: Fix race when opening a proc file while a network namespace is exiting. by Eric W. Biederman · 17 years ago
  5. 36ac313 [NETNS]: Fix export symbols. by Daniel Lezcano · 17 years ago
  6. 3c12afe [NET]: Fix missed addition of fs/proc/proc_net.c by David S. Miller · 17 years ago
  7. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  8. b4b5102 [NET]: Support multiple network namespaces with netlink by Eric W. Biederman · 17 years ago
  9. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  10. 32da477 [NET]: Don't implement dev_ifname32 inline by Eric W. Biederman · 17 years ago
  11. c36258b [DLM] block dlm_recv in recovery transition by David Teigland · 17 years ago
  12. b434eda [DLM] don't overwrite castparam if it's NULL by Patrick Caulfield · 17 years ago
  13. 5a60c53 [GFS2] Get superblock a different way by Steven Whitehouse · 17 years ago
  14. 891ba6d [GFS2] Don't try to remove buffers that don't exist by Steven Whitehouse · 17 years ago
  15. 7a9f53b [GFS2] Alternate gfs2_iget to avoid looking up inodes being freed by Benjamin Marzinski · 17 years ago
  16. de986e8 [GFS2] Data corruption fix by Wendy Cheng · 17 years ago
  17. 16615be [GFS2] Clean up journaled data writing by Steven Whitehouse · 17 years ago
  18. 55c0c4a [GFS2] GFS2: chmod hung - fix race in thread creation by Bob Peterson · 17 years ago
  19. d66f827 [DLM] Make dlm_sendd cond_resched more by Patrick Caulfield · 17 years ago
  20. 49e61f2 [GFS2] Move inode deletion out of blocking_cb by Wendy Cheng · 17 years ago
  21. b4c2016 [GFS2] flocks from same process trip kernel BUG at fs/gfs2/glock.c:1118! by Abhijith Das · 17 years ago
  22. 1ad38c4 [GFS2] Clean up gfs2_trans_add_revoke() by Steven Whitehouse · 17 years ago
  23. 0820ab5 [GFS2] Use slab operations for all gfs2_bufdata allocations by Steven Whitehouse · 17 years ago
  24. 82e8608 [GFS2] Replace revoke structure with bufdata structure by Steven Whitehouse · 17 years ago
  25. 8475487 [GFS2] Fix ordering of dirty/journal for ordered buffer unstuffing by Bob Peterson · 17 years ago
  26. d7b616e [GFS2] Clean up ordered write code by Steven Whitehouse · 17 years ago
  27. 9b9107a [GFS2] Move pin/unpin into lops.c, clean up locking by Steven Whitehouse · 17 years ago
  28. eaf9652 [GFS2] Don't mark jdata dirty in gfs2_unstuffer_page() by Steven Whitehouse · 17 years ago
  29. 1e1a3d0 [GFS2] Introduce gfs2_remove_from_ail by Steven Whitehouse · 17 years ago
  30. 8497a46 [GFS2] Correct lock ordering in unlink by Steven Whitehouse · 17 years ago
  31. e9bd2b3 [GFS2] fix inode meta data corruption by Wendy Cheng · 17 years ago
  32. c4f68a1 [GFS2] delay glock demote for a minimum hold time by Benjamin Marzinski · 17 years ago
  33. d1e2777 [GFS2] panic after can't parse mount arguments by Abhijith Das · 17 years ago
  34. ec217e0 [GFS2] Patch to protect sd_log_num_jdata by Bob Peterson · 17 years ago
  35. a947e03 [GFS2] Wendy's dump lockname in hex & fix glock dump by Abhijith Das · 17 years ago
  36. 61d96be [DLM] Fix lowcomms socket closing by Patrick Caulfield · 17 years ago
  37. a13b8c5 [GFS2] Reduce truncate IO traffic by Wendy Cheng · 17 years ago
  38. 9a5ad13 [GFS2] Add NULL entry to token table by Benjamin Marzinski · 17 years ago
  39. 382e6e2 [GFS2] Add a missing gfs2_trans_add_bh() by Steven Whitehouse · 17 years ago
  40. bb3b0e3 [GFS2] Clean up invalidatepage/releasepage by Steven Whitehouse · 17 years ago
  41. 2d9a4bb [GFS2] Fix quota do_list operation hang by Abhijith Das · 17 years ago
  42. 34eaae3 [GFS2] fixed a NULL pointer assignment BUG by Denis Cheng · 17 years ago
  43. 0fd5355 [GFS2] Force unstuff of hidden quota inode by Abhijith Das · 17 years ago
  44. 5d35e31 [GFS2] better code for translating characters by Denis Cheng · 17 years ago
  45. 2d3ba1e [GFS2] unneeded typecast by Denis Cheng · 17 years ago
  46. adb4ec1 [GFS2] use list_for_each_entry instead by Denis Cheng · 17 years ago
  47. 75be73a [GFS2] Ensure journal file cache is flushed after recovery by Bob Peterson · 17 years ago
  48. 5f3eae7 [GFS2] invalid metadata block - REVISED by Bob Peterson · 17 years ago
  49. 8fbbfd2 [GFS2] Reduce number of gfs2_scand processes to one by Steven Whitehouse · 17 years ago
  50. ca5a939 [GFS2] use the declaration of gfs2_dops in the header file instead by Denis Cheng · 17 years ago
  51. 4ef2900 [GFS2] mark struct *_operations const by Denis Cheng · 17 years ago
  52. 0f8468c [GFS2] Detach buf data during in-place writeback by Bob Peterson · 17 years ago
  53. cee23c7 [GFS2] use an temp variable to reduce a spin_unlock by Denis Cheng · 17 years ago
  54. 6760bdc [GFS2] Prevent infinite loop in try_rgrp_unlink() by Bob Peterson · 17 years ago
  55. 693ddea [GFS2] Revert part of earlier log.c changes by Bob Peterson · 17 years ago
  56. 905d2ae [GFS2] Move some code inside the log lock by Bob Peterson · 17 years ago
  57. 7b08fc6 [GFS2] Fix an oops in glock dumping by Steven Whitehouse · 17 years ago
  58. afd0942 [GFS2] GFS2 not checking pointer on create when running under nfsd by Steve French · 17 years ago
  59. aa0481e [GFS2] Clean up duplicate includes in fs/gfs2/ by Jesper Juhl · 17 years ago
  60. 26caee5 [GFS2] Fix calculation of demote state by Josef Whiter · 17 years ago
  61. 87124e5 [GFS2] Fix two races relating to glock callbacks by Steven Whitehouse · 17 years ago
  62. 1ca91cd compat_ioctl: move floppy handlers to block/compat_ioctl.c by Arnd Bergmann · 17 years ago
  63. b3087cc compat_ioctl: move cdrom handlers to block/compat_ioctl.c by Arnd Bergmann · 17 years ago
  64. 18cf7f8 compat_ioctl: move BLKPG handling to block/compat_ioctl.c by Arnd Bergmann · 17 years ago
  65. 9617db0 compat_ioctl: move hdio calls to block/compat_ioctl.c by Arnd Bergmann · 17 years ago
  66. 171044d4 compat_ioctl: handle blk_trace ioctls by Arnd Bergmann · 17 years ago
  67. 7199d4c compat_ioctl: add compat_blkdev_driver_ioctl() by Arnd Bergmann · 17 years ago
  68. f58c4c0 compat_ioctl: move common block ioctls to compat_blkdev_ioctl by Arnd Bergmann · 17 years ago
  69. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  70. 5bb23a6 Don't decrement bi_size in bio_endio by NeilBrown · 17 years ago
  71. 9cc54d4 Only call bi_end_io once for any bio by NeilBrown · 17 years ago
  72. f5ff842 Fix warnings with !CONFIG_BLOCK by Jens Axboe · 17 years ago
  73. 5e7fc43 nfsd: remove IS_ISMNDLCK macro by J. Bruce Fields · 17 years ago
  74. 7f8ada9 Rework /proc/locks via seq_files and seq_list helpers by Pavel Emelyanov · 17 years ago
  75. 094f282 fs/locks.c: use list_for_each_entry() instead of list_for_each() by Matthias Kaehlcke · 17 years ago
  76. dfad944 NFS: clean up explicit check for mandatory locks by Pavel Emelyanov · 17 years ago
  77. fc5846e AFS: clean up explicit check for mandatory locks by Pavel Emelyanov · 17 years ago
  78. 66abe5f 9PFS: clean up explicit check for mandatory locks by Pavel Emelyanov · 17 years ago
  79. 7afaac6 GFS2: clean up explicit check for mandatory locks by Pavel Emelyanov · 17 years ago
  80. a16877c Cleanup macros for distinguishing mandatory locks by Pavel Emelyanov · 17 years ago
  81. 85c5958 locks: Fix potential OOPS in generic_setlease() by Pavel Emelyanov · 17 years ago
  82. f0c1cd0 Use list_first_entry in locks_wake_up_blocks by Pavel Emelyanov · 17 years ago
  83. 02888f4 locks: fix flock_lock_file() comment by J. Bruce Fields · 17 years ago
  84. 84d535a Memory shortage can result in inconsistent flocks state by Pavel Emelyanov · 17 years ago
  85. 526985b locks: kill redundant local variable by J. Bruce Fields · 18 years ago
  86. b842e24 locks: reverse order of posix_locks_conflict() arguments by J. Bruce Fields · 17 years ago
  87. a16e92e knfsd: query filesystem for NFSv4 getattr of FATTR4_MAXNAME by J. Bruce Fields · 17 years ago
  88. cfdcad4 knfsd: nfsv4 delegation recall should take reference on client by J. Bruce Fields · 17 years ago
  89. 1b1a9b3 knfsd: don't shutdown callbacks until nfsv4 client is freed by J. Bruce Fields · 17 years ago
  90. 0272e1f knfsd: let nfsd manage timing out its own leases by J. Bruce Fields · 17 years ago
  91. 40ee5dc knfsd: 64 bit ino support for NFS server by Peter Staubach · 17 years ago
  92. c175b83 knfsd: remove code duplication in nfsd4_setclientid() by J. Bruce Fields · 17 years ago
  93. 246d95b nfsd warning fix by Andrew Morton · 17 years ago
  94. dd4877b knfsd: fix callback rpc cred by J. Bruce Fields · 18 years ago
  95. e8ff2a8 knfsd: move nfsv4 slab creation/destruction to module init/exit by J. Bruce Fields · 17 years ago
  96. 2b47eec knfsd: spawn kernel thread to probe callback channel by J. Bruce Fields · 17 years ago
  97. c9b6cbe knfsd: nfs4 name->id mapping not correctly parsing negative downcall by J. Bruce Fields · 17 years ago
  98. 2fdada0 knfsd: demote some printk()s to dprintk()s by J. Bruce Fields · 17 years ago
  99. 599e0a2 knfsd: cleanup of nfsd4 cmp_* functions by J. Bruce Fields · 17 years ago
  100. 3b398f0ef knfsd: delete code made redundant by map_new_errors by J. Bruce Fields · 17 years ago