1. f4d43bd fix compat console unimap regression by Hugh Dickins · 18 years ago
  2. d9b08b9 [PATCH] ocfs2: use generic_segment_checks by Christoph Hellwig · 18 years ago
  3. 8fccfc8 ocfs2: fix inode leak by Mark Fasheh · 18 years ago
  4. 5c3c6bb [PATCH] ocfs2: use zero_user_page by Nate Diller · 18 years ago
  5. 1024c90 ocfs2: unmap_mapping_range() in ocfs2_truncate() by Mark Fasheh · 18 years ago
  6. e9dfc0b ocfs2: trylock in ocfs2_readpage() by Mark Fasheh · 18 years ago
  7. d333fc8d Merge branch 'fixes' of git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 18 years ago
  8. d4a8f36 NFS: Fix nfs_direct_dirty_pages() by Trond Myklebust · 18 years ago
  9. 749e146 NFS: Fix handful of compiler warnings in direct.c by Chuck Lever · 18 years ago
  10. 7fe7f84 NFS: Avoid a deadlock situation on write by Trond Myklebust · 18 years ago
  11. 53a2731 eCryptfs: delay writing 0's after llseek until write by Michael Halcrow · 18 years ago
  12. b3762bf signalfd: retrieve multiple signals with one read() call by Davi Arnaut · 18 years ago
  13. ead5f0b fuse: delete inode on drop by Miklos Szeredi · 18 years ago
  14. 889f784 fuse: generic_write_checks() for direct_io by Miklos Szeredi · 18 years ago
  15. 492c8b3 uselib: add missing MNT_NOEXEC check by Christoph Hellwig · 18 years ago
  16. 5a1b639 Missing 'const' from reiserfs MIN_KEY declaration. by David Woodhouse · 18 years ago
  17. 6087b2d optimize compat_core_sys_select() by a using stack space for small fd sets by Badari Pulavarty · 18 years ago
  18. b9ba347 fuse: fix mknod of regular file by Miklos Szeredi · 18 years ago
  19. cdb7532f Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 18 years ago
  20. 72dd9ca partitions/LDM: build fix by Jeff Garzik · 18 years ago
  21. dde3334 LDM: Fix for Windows Vista dynamic disks by Anton Altaparmakov · 18 years ago
  22. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 18 years ago
  23. ff1be9a Fix "fs: convert core functions to zero_user_page" by OGAWA Hirofumi · 18 years ago
  24. 1d4be74 fs: Kill sh dependency for binfmt_flat. by Paul Mundt · 18 years ago
  25. 18963c0 timerfd use waitqueue lock ... by Davide Libenzi · 18 years ago
  26. d48eb23 eventfd use waitqueue lock ... by Davide Libenzi · 18 years ago
  27. dd504ea Merge branch 'master' of /home/trondmy/repositories/git/linux-2.6/ by Trond Myklebust · 18 years ago
  28. ea12589 Fix page allocation flags in grow_dev_page() by Christoph Lameter · 18 years ago
  29. 7925409 circular locking dependency found in QUOTA OFF by Jan Kara · 18 years ago
  30. c9f2875 ecryptfs: use zero_user_page by Nate Diller · 18 years ago
  31. 71ce92f make sysctl/kernel/core_pattern and fs/exec.c agree on maximum core filename size by Dan Aloni · 18 years ago
  32. 5cf4cf6 Merge branch 'master' of /home/trondmy/repositories/git/linux-2.6/ by Trond Myklebust · 18 years ago
  33. 8317f14 simplify compat_sys_timerfd by Heiko Carstens · 18 years ago
  34. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 18 years ago
  35. bb33ed6 AFS: Fix afs_prepare_write() by David Howells · 18 years ago
  36. faab83b AFS: write back dirty data on unmount by David Howells · 18 years ago
  37. 6684e32 Merge branch 'origin' by Trond Myklebust · 18 years ago
  38. f0ee9aa epoll: move kfree inside ep_free by Davide Libenzi · 18 years ago
  39. 67647d0 epoll: fix some comments by Davide Libenzi · 18 years ago
  40. c7ea763 epoll locks changes and cleanups by Davide Libenzi · 18 years ago
  41. d47de16 fix epoll single pass code and add wait-exclusive flag by Davide Libenzi · 18 years ago
  42. d48c5f4 NLM: Fix sparse warnings by Trond Myklebust · 18 years ago
  43. 2e42c3e NFS: Fix more sparse warnings by Trond Myklebust · 18 years ago
  44. 10afec9 NFS: Fix some 'sparse' warnings... by Trond Myklebust · 18 years ago
  45. 8ae20ab NFS4: Fix incorrect use of sizeof() in fs/nfs/nfs4xdr.c by Trond Myklebust · 18 years ago
  46. 60945cb NFS: use zero_user_page by Nate Diller · 18 years ago
  47. 550facd NLM: don't use CLONE_SIGHAND in nlmclnt_recovery by Oleg Nesterov · 18 years ago
  48. 21051ba NLM: Fix locking client timeouts... by Trond Myklebust · 18 years ago
  49. e3bf460 ntfs: use zero_user_page by Nate Diller · 18 years ago
  50. 853da00 Merge branch 'audit.b38' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 18 years ago
  51. 7699acd epoll cleanups: epoll remove static pre-declarations and akpm-ize the code by Davide Libenzi · 18 years ago
  52. cea6924 epoll cleanups: epoll no module by Davide Libenzi · 18 years ago
  53. da66f7c epoll: use anonymous inodes by Davide Libenzi · 18 years ago
  54. 9c3060b signal/timer/event: KAIO eventfd support example by Davide Libenzi · 18 years ago
  55. e1ad746 signal/timer/event: eventfd core by Davide Libenzi · 18 years ago
  56. 83f5d12 signal/timer/event: timerfd compat code by Davide Libenzi · 18 years ago
  57. b215e28 signal/timer/event: timerfd core by Davide Libenzi · 18 years ago
  58. 6d18c92 signal/timer/event: signalfd compat code by Davide Libenzi · 18 years ago
  59. fba2afa signal/timer/event: signalfd core by Davide Libenzi · 18 years ago
  60. 5dc8bf8 signal/timer/event fds: anonymous inode source by Davide Libenzi · 18 years ago
  61. fa0334f Replace pid_t in autofs with struct pid reference by Sukadev Bhattiprolu · 18 years ago
  62. d78e53c Fix some coding-style errors in autofs by Sukadev Bhattiprolu · 18 years ago
  63. e713d0d attach_pid() with struct pid parameter by Sukadev Bhattiprolu · 18 years ago
  64. 0ea9718 consolidate generic_writepages and mpage_writepages by Miklos Szeredi · 18 years ago
  65. 4c64c30 small cleanup in gpt partition handling by Olaf Hering · 18 years ago
  66. 22258d4 Let SYSV68_PARTITION default to yes on VME only by Geert Uytterhoeven · 18 years ago
  67. 45222b9 AFS: implement statfs by David Howells · 18 years ago
  68. 0f300ca AFS: fix a couple of problems with unlinking AFS files by David Howells · 18 years ago
  69. 9d577b6 AFS: fix interminable loop in afs_write_back_from_locked_page() by David Howells · 18 years ago
  70. 0a4ff8c [PATCH] Abnormal End of Processes by Steve Grubb · 18 years ago
  71. 4fc03b9 [PATCH] complete message queue auditing by Amy Griffis · 18 years ago
  72. 510f400 [PATCH] audit inode for all xattr syscalls by Amy Griffis · 18 years ago
  73. 129a84d locks: fix F_GETLK regression (failure to find conflicts) by J. Bruce Fields · 18 years ago
  74. d9de262 Allow compat_ioctl.c to compile without CONFIG_NET by Simon Horman · 18 years ago
  75. c4a7f5e ocfs2: kobject/kset foobar by Randy Dunlap · 18 years ago
  76. 5bbf5d3 AFS: further write support fixes by David Howells · 18 years ago
  77. b9b1f8d AFS: write support fixes by David Howells · 18 years ago
  78. 7a13e93 NFS: Kill the obsolete NFS_PARANOIA by Jesper Juhl · 18 years ago
  79. fee7f23 NFS: use __set_current_state() by Milind Arun Choudhary · 18 years ago
  80. e4cc6ee NFS: Clean up NFSv4 XDR error message by Chuck Lever · 18 years ago
  81. 6ce7dc9 NFS: NFS client underestimates how large an NFSv4 SETATTR reply can be by Chuck Lever · 18 years ago
  82. e70c490 NFS: Remove redundant check in nfs_check_verifier() by Trond Myklebust · 18 years ago
  83. e62c2bb NFS: Fix a jiffie wraparound issue by Trond Myklebust · 18 years ago
  84. ba7cc09 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 18 years ago
  85. 9a9136e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  86. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 18 years ago
  87. f2fff59 reiserfs: use zero_user_page by Nate Diller · 18 years ago
  88. 0c11d7a ext3: use zero_user_page by Nate Diller · 18 years ago
  89. f36dca9 affs: use zero_user_page by Nate Diller · 18 years ago
  90. 01f2705 fs: convert core functions to zero_user_page by Nate Diller · 18 years ago
  91. b41eeef knfsd: avoid Oops if buggy userspace performs confusing filehandle->dentry mapping by NeilBrown · 18 years ago
  92. 072f62e knfsd: various nfsd xdr cleanups by NeilBrown · 18 years ago
  93. f725b21 knfsd: trivial makefile cleanup by Christoph Hellwig · 18 years ago
  94. 402acd2 knfsd: avoid use of unitialised variables on error path when nfs exports by NeilBrown · 18 years ago
  95. cd12301 RPC: add wrapper for svc_reserve to account for checksum by Jeff Layton · 18 years ago
  96. 6697164 nfsd/nfs4state: remove unnecessary daemonize call by Eric W. Biederman · 18 years ago
  97. f34b956 The NFSv2/NFSv3 server does not handle zero length WRITE requests correctly by Peter Staubach · 18 years ago
  98. 8842c96 remove nfs4_acl_add_ace() by Adrian Bunk · 18 years ago
  99. 28e53bd unify flush_work/flush_work_keventd and rename it to cancel_work_sync by Oleg Nesterov · 18 years ago
  100. a9df62c aio: use flush_work() by Andrew Morton · 18 years ago