1. 02676e5 splice: only check do_wakeup in splice_to_pipe() for a real pipe by Jens Axboe · 17 years ago
  2. 00de00b splice: fix leak of pages on short splice to pipe by Jens Axboe · 17 years ago
  3. 17ee4f4 splice: adjust balance_dirty_pages_ratelimited() call by Jens Axboe · 17 years ago
  4. dd14cbc sysfs: fix race condition around sd->s_dentry, take#2 by Tejun Heo · 17 years ago
  5. 6aa054a sysfs: fix condition check in sysfs_drop_dentry() by Tejun Heo · 17 years ago
  6. dc35125 sysfs: store sysfs inode nrs in s_ino to avoid readdir oopses by Eric Sandeen · 17 years ago
  7. 3e2ce4da Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 17 years ago
  8. 5212c55 Merge branch 'splice-2.6.22' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 17 years ago
  9. 845a2fd Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 17 years ago
  10. c287ef1 nommu: report correct errno in message by Greg Ungerer · 17 years ago
  11. 3ce53fc [CIFS] CIFS should honour umask by Steve French · 17 years ago
  12. 620a324 splice: __generic_file_splice_read: fix read/truncate race by Jens Axboe · 17 years ago
  13. 475ecad splice: __generic_file_splice_read: fix i_size_read() length checks by Hugh Dickins · 17 years ago
  14. 20d698d splice: move balance_dirty_pages_ratelimited() outside of splice actor by Jens Axboe · 17 years ago
  15. 267adc3 splice: remove do_splice_direct() symbol export by Jens Axboe · 17 years ago
  16. d366d398 splice: move inode size check into generic_file_splice_read() by Jens Axboe · 17 years ago
  17. 85f6038 RAMFS NOMMU: missed POSIX UID/GID inode attribute checking by Bryan Wu · 17 years ago
  18. eeb47d1 ocfs2: Fix invalid assertion during write on 64k pages by Mark Fasheh · 17 years ago
  19. 59be7dc ocfs2: Fix masklog breakage by Tiger Yang · 17 years ago
  20. 100c1dd [CIFS] Missing flag on negprot needed for some servers to force packet signing by Yehuda Sadeh Weinraub · 17 years ago
  21. 221601c [CIFS] whitespace cleanup part 2 by Steve French · 17 years ago
  22. 5fdae1f [CIFS] whitespace cleanup by Steve French · 17 years ago
  23. ec4883b Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 17 years ago
  24. 78ae87c vanishing ioctl handler debugging by Andrew Morton · 17 years ago
  25. e6985c7 [CIFS] fix mempool destroy done in wrong order in cifs error path by Akinobu Mita · 17 years ago
  26. 0477d24 [JFFS2] Fix obsoletion of metadata nodes in jffs2_add_tn_to_tree() by David Woodhouse · 17 years ago
  27. f834368 parse errors in ifdefs by Yoann Padioleau · 17 years ago
  28. 85d7124 Fix possible UDF data corruption by Jan Kara · 17 years ago
  29. ea55d30 [JFFS2] Fix buffer length calculations in jffs2_get_inode_nodes() by Artem Bityutskiy · 17 years ago
  30. 315054f When ext4_ext_insert_extent() fails to insert new blocks by Alex Tomas · 17 years ago
  31. 25d14f9 ext4: Extent overlap bugfix by Amit Arora · 17 years ago
  32. 8a9dc94 Remove unnecessary exported symbols. by Mingming Cao · 17 years ago
  33. 8c55e20 EXT4: Fix whitespace by Dave Kleikamp · 17 years ago
  34. 00c541e afs: needs sched.h by Andrew Morton · 17 years ago
  35. 1fc799e ntfs_init_locked_inode(): fix array indexing by Andrew Morton · 17 years ago
  36. 3f0a676 a bug in ramfs_nommu_resize function, passing old size to vmtruncate by Bryan Wu · 17 years ago
  37. b4946ff NFS: Fix a refcount leakage in O_DIRECT by Trond Myklebust · 17 years ago
  38. df3c724 [XFS] Write at EOF may not update filesize correctly. by David Chinner · 17 years ago
  39. f4d43bd fix compat console unimap regression by Hugh Dickins · 17 years ago
  40. d9b08b9 [PATCH] ocfs2: use generic_segment_checks by Christoph Hellwig · 17 years ago
  41. 8fccfc8 ocfs2: fix inode leak by Mark Fasheh · 17 years ago
  42. 5c3c6bb [PATCH] ocfs2: use zero_user_page by Nate Diller · 17 years ago
  43. 1024c90 ocfs2: unmap_mapping_range() in ocfs2_truncate() by Mark Fasheh · 17 years ago
  44. e9dfc0b ocfs2: trylock in ocfs2_readpage() by Mark Fasheh · 17 years ago
  45. d333fc8 Merge branch 'fixes' of git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 17 years ago
  46. d4a8f36 NFS: Fix nfs_direct_dirty_pages() by Trond Myklebust · 17 years ago
  47. 749e146 NFS: Fix handful of compiler warnings in direct.c by Chuck Lever · 17 years ago
  48. 7fe7f84 NFS: Avoid a deadlock situation on write by Trond Myklebust · 17 years ago
  49. 53a2731 eCryptfs: delay writing 0's after llseek until write by Michael Halcrow · 17 years ago
  50. b3762bf signalfd: retrieve multiple signals with one read() call by Davi Arnaut · 17 years ago
  51. ead5f0b fuse: delete inode on drop by Miklos Szeredi · 17 years ago
  52. 889f784 fuse: generic_write_checks() for direct_io by Miklos Szeredi · 17 years ago
  53. 492c8b3 uselib: add missing MNT_NOEXEC check by Christoph Hellwig · 17 years ago
  54. 5a1b639 Missing 'const' from reiserfs MIN_KEY declaration. by David Woodhouse · 17 years ago
  55. 6087b2d optimize compat_core_sys_select() by a using stack space for small fd sets by Badari Pulavarty · 17 years ago
  56. b9ba347 fuse: fix mknod of regular file by Miklos Szeredi · 17 years ago
  57. f7f7c31 [CIFS] typo in previous patch by Steve French · 17 years ago
  58. 28356a1 [CIFS] Fix oops on failed cifs mount (in kthread_stop) by Steve French · 17 years ago
  59. cdb7532 Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 17 years ago
  60. 72dd9ca partitions/LDM: build fix by Jeff Garzik · 17 years ago
  61. dde3334 LDM: Fix for Windows Vista dynamic disks by Anton Altaparmakov · 17 years ago
  62. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  63. ff1be9a Fix "fs: convert core functions to zero_user_page" by OGAWA Hirofumi · 17 years ago
  64. 1d4be74 fs: Kill sh dependency for binfmt_flat. by Paul Mundt · 17 years ago
  65. 2ad8ee7 [JFFS2] Fix potential memory leak of dead xattrs on unmount. by David Woodhouse · 17 years ago
  66. 8ae5d31 [JFFS2] Fix BUG() caused by failing to discard xattrs on deleted files. by David Woodhouse · 17 years ago
  67. 18963c0 timerfd use waitqueue lock ... by Davide Libenzi · 17 years ago
  68. d48eb23 eventfd use waitqueue lock ... by Davide Libenzi · 17 years ago
  69. dd504ea Merge branch 'master' of /home/trondmy/repositories/git/linux-2.6/ by Trond Myklebust · 17 years ago
  70. ea12589 Fix page allocation flags in grow_dev_page() by Christoph Lameter · 17 years ago
  71. 7925409 circular locking dependency found in QUOTA OFF by Jan Kara · 17 years ago
  72. c9f2875 ecryptfs: use zero_user_page by Nate Diller · 17 years ago
  73. 71ce92f make sysctl/kernel/core_pattern and fs/exec.c agree on maximum core filename size by Dan Aloni · 17 years ago
  74. 5cf4cf6 Merge branch 'master' of /home/trondmy/repositories/git/linux-2.6/ by Trond Myklebust · 17 years ago
  75. 8317f14 simplify compat_sys_timerfd by Heiko Carstens · 17 years ago
  76. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  77. bb33ed6 AFS: Fix afs_prepare_write() by David Howells · 17 years ago
  78. faab83b AFS: write back dirty data on unmount by David Howells · 17 years ago
  79. 6684e32 Merge branch 'origin' by Trond Myklebust · 17 years ago
  80. f0ee9aa epoll: move kfree inside ep_free by Davide Libenzi · 17 years ago
  81. 67647d0 epoll: fix some comments by Davide Libenzi · 17 years ago
  82. c7ea763 epoll locks changes and cleanups by Davide Libenzi · 17 years ago
  83. d47de16 fix epoll single pass code and add wait-exclusive flag by Davide Libenzi · 17 years ago
  84. d48c5f4 NLM: Fix sparse warnings by Trond Myklebust · 17 years ago
  85. 2e42c3e NFS: Fix more sparse warnings by Trond Myklebust · 17 years ago
  86. 10afec9 NFS: Fix some 'sparse' warnings... by Trond Myklebust · 17 years ago
  87. 8ae20ab NFS4: Fix incorrect use of sizeof() in fs/nfs/nfs4xdr.c by Trond Myklebust · 17 years ago
  88. 60945cb NFS: use zero_user_page by Nate Diller · 17 years ago
  89. 550facd NLM: don't use CLONE_SIGHAND in nlmclnt_recovery by Oleg Nesterov · 17 years ago
  90. 21051ba NLM: Fix locking client timeouts... by Trond Myklebust · 17 years ago
  91. e3bf460 ntfs: use zero_user_page by Nate Diller · 17 years ago
  92. 853da00 Merge branch 'audit.b38' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 17 years ago
  93. 7699acd epoll cleanups: epoll remove static pre-declarations and akpm-ize the code by Davide Libenzi · 17 years ago
  94. cea6924 epoll cleanups: epoll no module by Davide Libenzi · 17 years ago
  95. da66f7c epoll: use anonymous inodes by Davide Libenzi · 17 years ago
  96. 9c3060b signal/timer/event: KAIO eventfd support example by Davide Libenzi · 17 years ago
  97. e1ad746 signal/timer/event: eventfd core by Davide Libenzi · 17 years ago
  98. 83f5d12 signal/timer/event: timerfd compat code by Davide Libenzi · 17 years ago
  99. b215e28 signal/timer/event: timerfd core by Davide Libenzi · 17 years ago
  100. 6d18c92 signal/timer/event: signalfd compat code by Davide Libenzi · 17 years ago