1. b43f3cb headers: mnt_namespace.h redux by Alexey Dobriyan · 15 years ago
  2. f7c2df9 AFS: Fix lock imbalance by Jiri Slaby · 15 years ago
  3. 005411c AFS: Correctly translate auth error aborts and don't failover in such cases by David Howells · 15 years ago
  4. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  5. 9393bd0 switch follow_down() by Al Viro · 15 years ago
  6. 2a32ceb Fix races around the access to ->s_options by Al Viro · 15 years ago
  7. 6f5bbff Convert obvious places to deactivate_locked_super() by Al Viro · 15 years ago
  8. 6566abd AFS: Guard afs_file_readpage_read_complete() definition with CONFIG_AFS_FSCACHE by Matt Kraai · 15 years ago
  9. 11ff5f6 afs: BUG to BUG_ON changes by Stoyan Gaydarov · 15 years ago
  10. 9b3f26c FS-Cache: Make kAFS use FS-Cache by David Howells · 15 years ago
  11. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 15 years ago
  12. 79be57c constify dentry_operations: AFS by Al Viro · 15 years ago
  13. b2480c7 fs/Kconfig: move afs out by Alexey Dobriyan · 16 years ago
  14. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 16 years ago
  15. be85940 fs: replace NIPQUAD() by Harvey Harrison · 16 years ago
  16. 3222a3e [PATCH] fix ->llseek for more directories by Christoph Hellwig · 16 years ago
  17. 15b4650 afs: convert to new aops by Nick Piggin · 16 years ago
  18. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  19. 529ae9a mm: rename page trylock by Nick Piggin · 16 years ago
  20. 8d66bf5 [PATCH] pass struct path * to do_add_mount() by Al Viro · 16 years ago
  21. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  22. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  23. 44d1b98 Fix various old email addresses for dwmw2 by David Woodhouse · 16 years ago
  24. 530b641 afs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  25. 9396d49 afs: support the CB.ProbeUuid RPC op by David Howells · 16 years ago
  26. 7c80bcc afs: the AFS RPC op CBGetCapabilities is actually CBTellMeAboutYourself by David Howells · 16 years ago
  27. 0ae52d6 afs: use the shorter LIST_HEAD for brevity by Robert P. J. Day · 16 years ago
  28. 21ac295 afs: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  29. 424b00e AFS: Do not describe debug parameters with their value by Paul Bolle · 16 years ago
  30. ad16df8 afs: remove smp_prcessor_id() from debug macro by Sven Schnelle · 16 years ago
  31. a5f37c3 afs: add missing up_write() on return by Sven Schnelle · 16 years ago
  32. af8be4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  33. 5214b72 afs: prevent double cell registration by Sven Schnelle · 16 years ago
  34. c35038b [PATCH] do shrink_submounts() for all fs types by Al Viro · 16 years ago
  35. 09da5916 Use path_put() in a few places instead of {mnt,d}put() by Jan Blunck · 16 years ago
  36. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  37. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  38. 969729d mount options: fix afs by Miklos Szeredi · 16 years ago
  39. 6975945 fs/afs/security.c: fix uninitialized var warning by Andrew Morton · 16 years ago
  40. aa7fa24 iget: use iget_failed() in AFS by David Howells · 16 years ago
  41. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 16 years ago
  42. 7a22422 vfs: Add 64 bit i_version support by Jean Noel Cordenner · 16 years ago
  43. 6551198 fs/afs/vlocation.c: fix off-by-one by Adrian Bunk · 17 years ago
  44. 76181c1 KEYS: Make request_key() and co fundamentally asynchronous by David Howells · 17 years ago
  45. 4af3c9c Drop some headers from mm.h by Alexey Dobriyan · 17 years ago
  46. c1206a2 fs/afs/: possible cleanups by Adrian Bunk · 17 years ago
  47. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  48. 541010e Merge branch 'locks' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  49. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  50. fc5846e AFS: clean up explicit check for mandatory locks by Pavel Emelyanov · 17 years ago
  51. 1a1a1a7 afs: mntput called before dput by Andreas Gruenbacher · 17 years ago
  52. ff8e210 AFS: fix file locking by David Howells · 17 years ago
  53. bd6dc74 AFS: Use patched rxrpc_kernel_send_data() correctly by David Howells · 17 years ago
  54. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  55. 275afca afs build fix by Andrew Morton · 17 years ago
  56. 03a9c30 AFS: drop explicit extern by Randy Dunlap · 17 years ago
  57. e8d6c55 AFS: implement file locking by David Howells · 17 years ago
  58. a6a8bd6 Make AFS use seq_list_xxx helpers by Pavel Emelianov · 17 years ago
  59. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  60. 00c541e afs: needs sched.h by Andrew Morton · 17 years ago
  61. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  62. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  63. bb33ed6 AFS: Fix afs_prepare_write() by David Howells · 17 years ago
  64. faab83b AFS: write back dirty data on unmount by David Howells · 17 years ago
  65. 45222b9 AFS: implement statfs by David Howells · 17 years ago
  66. 0f300ca AFS: fix a couple of problems with unlinking AFS files by David Howells · 17 years ago
  67. 9d577b6 AFS: fix interminable loop in afs_write_back_from_locked_page() by David Howells · 17 years ago
  68. 5bbf5d3 AFS: further write support fixes by David Howells · 17 years ago
  69. b9b1f8d AFS: write support fixes by David Howells · 17 years ago
  70. 31143d5 AFS: implement basic file write support by David Howells · 17 years ago
  71. 416351f AFS: AFS fixups by David Howells · 17 years ago
  72. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  73. 6fe6900 mm: make read_cache_page synchronous by Nick Piggin · 17 years ago
  74. 7562f87 [NET]: Rework dev_base via list_head (v3) by Pavel Emelianov · 17 years ago
  75. ec9c948 [AFS]: Adjust the new netdevice scanning code by David Howells · 17 years ago
  76. dc1f6bf [AFS]: Replace rtnetlink client by direct dev_base walking by Patrick McHardy · 17 years ago
  77. 5b35fad [AFS]: Fix memory leak in SRXAFSCB_GetCapabilities by Patrick McHardy · 17 years ago
  78. fbb3fcb [AFS]: Fix use of __exit functions from __init path by David Howells · 17 years ago
  79. 80c72fe [AFS/AF_RXRPC]: Miscellaneous fixes. by David Howells · 17 years ago
  80. b1bdb69 [AF_RXRPC/AFS]: Arch-specific fixes. by David Howells · 17 years ago
  81. 47051a2 [AFS]: Fix VLocation record update wakeup by David Howells · 17 years ago
  82. 39bf094 [AFS]: Eliminate cmpxchg() usage in vlocation code. by David S. Miller · 17 years ago
  83. ba3e0e1 [AFS]: Fix u64 printing in debug logging. by David S. Miller · 17 years ago
  84. 260a980 [AFS]: Add "directory write" support. by David Howells · 17 years ago
  85. c35eccb [AFS]: Implement the CB.InitCallBackState3 operation. by David Howells · 17 years ago
  86. b908fe6 [AFS]: Add support for the CB.GetCapabilities operation. by David Howells · 17 years ago
  87. 00d3b7a [AFS]: Add security support. by David Howells · 17 years ago
  88. 436058a [AFS]: Handle multiple mounts of an AFS superblock correctly. by David Howells · 17 years ago
  89. 08e0e7c [AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC. by David Howells · 17 years ago
  90. ec26815 [AFS]: Clean up the AFS sources by David Howells · 17 years ago
  91. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  92. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  93. 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 17 years ago
  94. 6b3286e [PATCH] rename struct namespace to struct mnt_namespace by Kirill Korotaev · 18 years ago
  95. 1d56a96 [PATCH] struct path: convert afs by Josef Sipek · 18 years ago
  96. b593e48 [PATCH] affs: replace kmalloc+memset with kzalloc by Yan Burman · 18 years ago
  97. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  98. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  99. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  100. 2ecd05a [PATCH] fs/*: use BUILD_BUG_ON by Alexey Dobriyan · 18 years ago