1. a2eb0c1 [PATCH] md: Make sure bi_max_vecs is set properly in bio_split by NeilBrown · 18 years ago
  2. f2d3958 [PATCH] knfsd: Fix two problems that can cause rmmod nfsd to die by NeilBrown · 18 years ago
  3. d66fd90 [PATCH] fix NULL dereference in inotify_ignore by Amy Griffis · 18 years ago
  4. 66055a4 [PATCH] fix race in inotify_release by Amy Griffis · 18 years ago
  5. df88912 [PATCH] binfmt_flat: don't check for EMFILE by Andrew Morton · 18 years ago
  6. 9ccfc29 [PATCH] nfsd: sign conversion obscuring errors in nfsd_set_posix_acl() by Florin Malita · 18 years ago
  7. 8c7b389 [PATCH] NFS server subtree_check returns dubious value by Peter Staubach · 18 years ago
  8. d64b1c8 [PATCH] NFS: fix error handling on access_ok in compat_sys_nfsservctl by Lin Feng Shen · 18 years ago
  9. cef0893 configfs: Make sure configfs_init() is called before consumers. by Joel Becker · 18 years ago
  10. eed7a0d configfs: configfs_mkdir() failed to cleanup linkage. by Joel Becker · 18 years ago
  11. 84efad1 configfs: Fix a reference leak in configfs_mkdir(). by Joel Becker · 18 years ago
  12. afae00ab ocfs2: fix gfp mask in some file system paths by Sunil Mushran · 18 years ago
  13. dd4a2c2 ocfs2: Don't populate uptodate cache in ocfs2_force_read_journal() by Mark Fasheh · 18 years ago
  14. c4374f8 ocfs2: take meta data lock in ocfs2_file_aio_read() by Mark Fasheh · 18 years ago
  15. 53013cb ocfs2: take data locks around extend by Mark Fasheh · 18 years ago
  16. 194a61b [PATCH] jffs2 warning fixes by Andrew Morton · 18 years ago
  17. eee391a [PATCH] revert "vfs: propagate mnt_flags into do_loopback/vfsmount" by Andrew Morton · 18 years ago
  18. 3835a9b [PATCH] fs/compat.c: fix 'if (a |= b )' typo by Alexey Dobriyan · 18 years ago
  19. 41e5a6a [PATCH] v9fs: signal handling fixes by Latchesar Ionkov · 18 years ago
  20. 343f1fe [PATCH] v9fs: Twalk memory leak by Latchesar Ionkov · 18 years ago
  21. 48564e6 [PATCH] smbfs: Fix slab corruption in samba error path by Jan Niehusmann · 18 years ago
  22. 3b7c810 [PATCH] smbfs chroot issue (CVE-2006-1864) by Olaf Kirch · 18 years ago
  23. a537055 [PATCH] autofs4: NFY_NONE wait race fix by Ian Kent · 18 years ago
  24. 6aff5cb [PATCH] fs/open.c: unexport sys_openat by Adrian Bunk · 18 years ago
  25. 032ebf2 Alternative fix for MMC oops on unmount after removal by Linus Torvalds · 18 years ago
  26. e515f04 Merge git://oss.sgi.com:8090/xfs-2.6 by Linus Torvalds · 18 years ago
  27. 75dff55 [PATCH] fs/locks.c: Fix lease_init by Trond Myklebust · 18 years ago
  28. e63a369 [XFS] Fix a possible metadata buffer (AGFL) refcount leak when fixing an by Nathan Scott · 18 years ago
  29. b1ecdda [XFS] Fix a project quota space accounting leak on rename. by Nathan Scott · 18 years ago
  30. d08d389 [XFS] Fix a possible forced shutdown due to mishandling write barriers by Nathan Scott · 18 years ago
  31. 98232d5 [PATCH] compat_sys_vmsplice: one-off in UIO_MAXIOV check by Jens Axboe · 18 years ago
  32. a054887 [PATCH] splice: redo page lookup if add_to_page_cache() returns -EEXIST by Jens Axboe · 18 years ago
  33. 76ad4d1 [PATCH] splice: rename remaining info variables to pipe by Jens Axboe · 18 years ago
  34. 1432873 [PATCH] splice: LRU fixups by Jens Axboe · 18 years ago
  35. bfc4ee3 [PATCH] splice: fix unlocking of page on error ->prepare_write() by Jens Axboe · 18 years ago
  36. 5dea517 [PATCH] ext3: multile block allocate little endian fixes by Mingming Cao · 18 years ago
  37. 330ab71 [PATCH] vmsplice: restrict stealing a little more by Jens Axboe · 18 years ago
  38. a893b99 [PATCH] splice: fix page LRU accounting by Jens Axboe · 18 years ago
  39. 7591489 [PATCH] vmsplice: fix badly placed end paranthesis by Jens Axboe · 18 years ago
  40. 9817d20 Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago
  41. d261020 [PATCH] x86_64: Add compat_sys_vmsplice and use it in x86-64 by Andi Kleen · 18 years ago
  42. 7afa6fd [PATCH] vmsplice: allow user to pass in gift pages by Jens Axboe · 18 years ago
  43. f6762b7 [PATCH] pipe: enable atomic copying of pipe data to/from user space by Jens Axboe · 18 years ago
  44. e27dedd [PATCH] splice: call handle_ra_miss() on failure to lookup page by Jens Axboe · 18 years ago
  45. 7f9c51f [PATCH] Add ->splice_read/splice_write to def_blk_fops by Jens Axboe · 18 years ago
  46. f84d751 [PATCH] pipe: introduce ->pin() buffer operation by Jens Axboe · 18 years ago
  47. 0568b40 [PATCH] splice: fix bugs in pipe_to_file() by Jens Axboe · 18 years ago
  48. 46e678c [PATCH] splice: fix bugs with stealing regular pipe pages by Jens Axboe · 18 years ago
  49. 2833c28 [PATCH] powerpc: Wire up *at syscalls by Andreas Schwab · 18 years ago
  50. eb20796 [PATCH] splice: make the read-side do batched page lookups by Jens Axboe · 18 years ago
  51. eb645a2 [PATCH] splice: switch to using page_cache_readahead() by Jens Axboe · 18 years ago
  52. e7edf9c [PATCH] LSM: add missing hook to do_compat_readv_writev() by James Morris · 18 years ago
  53. a090d91 [PATCH] protect ext3 ioctl modifying append_only, immutable, etc. with i_mutex by Al Viro · 18 years ago
  54. de0bb97 [PATCH] forgotten ->b_data in memcpy() call in ext3/resize.c (oopsable) by Al Viro · 18 years ago
  55. 7b97ebf Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago
  56. 00522fb [PATCH] splice: rearrange moving to/from pipe helpers by Jens Axboe · 18 years ago
  57. 912d35f [PATCH] Add support for the sys_vmsplice syscall by Jens Axboe · 18 years ago
  58. 8aa09a5 [fuse] fix race between checking and setting file->private_data by Miklos Szeredi · 18 years ago
  59. 6dbbcb1 [fuse] fix deadlock between fuse_put_super() and request_end(), try #2 by Miklos Szeredi · 18 years ago
  60. 5a5fb1e Revert "[fuse] fix deadlock between fuse_put_super() and request_end()" by Miklos Szeredi · 18 years ago
  61. 016b661 [PATCH] splice: fix offset problems by Jens Axboe · 18 years ago
  62. ba5f5d9 [PATCH] splice: fix min() warning by Andrew Morton · 18 years ago
  63. 301dc3e [CIFS] Fix compile error when CONFIG_CIFS_EXPERIMENTAL is undefined by Steve French · 18 years ago
  64. 41bc398 Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6-stable by Linus Torvalds · 18 years ago
  65. b66ac3e [CIFS] Fix typo in previous by Steve French · 18 years ago
  66. b9251b8 [PATCH] Fix reiserfs deadlock by Jan Kara · 18 years ago
  67. 6080823 [CIFS] Readdir fixes to allow search to start at arbitrary position in directory by Steve French · 18 years ago
  68. 45af7a0 [CIFS] Use the kthread_ API instead of opencoding lots of hairy code for kernel by Steve French · 18 years ago
  69. 296034f [CIFS] Don't allow a backslash in a path component by Steve French · 18 years ago
  70. 0bd4fa9 [CIFS] [CIFS] Do not take rename sem on most path based calls (during by Steve French · 18 years ago
  71. 82aa5d6 [PATCH] splice: fix smaller sized splice reads by Jens Axboe · 18 years ago
  72. 949b211 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 18 years ago
  73. 7451c4f NFS: remove needless check in nfs_opendir() by Carsten Otte · 18 years ago
  74. b9d9506 NFS: nfs_show_stats; for_each_possible_cpu(), not NR_CPUS by John Hawkes · 18 years ago
  75. ec535ce15 NFS: make 2 functions static by Adrian Bunk · 18 years ago
  76. e99170f NFS,SUNRPC: Fix compiler warnings if CONFIG_PROC_FS & CONFIG_SYSCTL are unset by Trond Myklebust · 18 years ago
  77. 95cf959 VFS: Fix another open intent Oops by Trond Myklebust · 18 years ago
  78. 0efd932 Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago
  79. ca99c1d [PATCH] Fix file lookup without ref by Dipankar Sarma · 18 years ago
  80. dda27d1 [PATCH] hugetlbfs: add Kconfig help text by Arthur Othieno · 18 years ago
  81. 5e85d4a [PATCH] task: Make task list manipulations RCU safe by Eric W. Biederman · 18 years ago
  82. 9e0267c [PATCH] splice: fixup writeout path after ->map changes by Jens Axboe · 18 years ago
  83. a4514eb [PATCH] splice: offset fixes by Jens Axboe · 18 years ago
  84. 2a27250e [PATCH] tee: link_pipe() must be careful when dropping one of the pipe locks by Jens Axboe · 18 years ago
  85. c4f895c [PATCH] splice: cleanup the SPLICE_F_NONBLOCK handling by Jens Axboe · 18 years ago
  86. 91ad66e [PATCH] splice: close i_size truncate races on read by Jens Axboe · 18 years ago
  87. 385910f x86: be careful about tailcall breakage for sys_open[at] too by Linus Torvalds · 18 years ago
  88. 0a489cb x86: don't allow tail-calls in sys_ftruncate[64]() by Linus Torvalds · 18 years ago
  89. 75616cf [PATCH] ext3: Fix missed mutex unlock by Ananiev, Leonid I · 18 years ago
  90. 2436f03 [PATCH] Fix block device symlink name by Stephen Rothwell · 18 years ago
  91. d4d7e5d [PATCH] BLOCK: delay all uevents until partition table is scanned by Kay Sievers · 18 years ago
  92. 4508a7a [PATCH] sysfs: Allow sysfs attribute files to be pollable by NeilBrown · 18 years ago
  93. 9a7e9f1 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 18 years ago
  94. 9ca6866 Merge branch 'tee' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago
  95. c06511d [PATCH] de_thread: Don't change our parents and ptrace flags. by Eric W. Biederman · 18 years ago
  96. 56cf34f [fuse] Direct I/O should not use fuse_reset_request by Miklos Szeredi · 18 years ago
  97. 4858cae [fuse] Don't init request twice by Miklos Szeredi · 18 years ago
  98. 9bc5ddd [fuse] Fix accounting the number of waiting requests by Miklos Szeredi · 18 years ago
  99. 73ce835 [fuse] fix deadlock between fuse_put_super() and request_end() by Miklos Szeredi · 18 years ago
  100. 7052449 [PATCH] splice: add support for sys_tee() by Jens Axboe · 18 years ago