1. 9960396 [PATCH] coverity: udf/balloc.c null deref fix by KAMBAROV, ZAUR · 18 years ago
  2. 7656f32 [PATCH] debugfs: hard link count wrong by Vincent Hanquez · 18 years ago
  3. 3b64140 [PATCH] fat: Fix truncate() write ordering by OGAWA Hirofumi · 18 years ago
  4. e60e5c5 [PATCH] Trivial optimization of ll_rw_block() by OGAWA Hirofumi · 18 years ago
  5. 5b00226 [PATCH] fat: Replace an own implementation with ll_rw_block(SWRITE,) by OGAWA Hirofumi · 18 years ago
  6. 9d9c053 [PATCH] quota: fix error code for ext2_new_inode() by Herbert Poetzl · 18 years ago
  7. 7d95c8f [PATCH] fcntl F_SETFL and read-only IS_APPEND files by dean gaudet · 18 years ago
  8. 35dc816 [PATCH] fix O_DIRECT read of last block in a sparse file by Jeff Moyer · 18 years ago
  9. 8354179 [PATCH] ext2: print xip mount option in ext2_show_options by Carsten Otte · 18 years ago
  10. a185461 [PATCH] disable per cpu intr in /proc/stat by schwab@suse.de · 18 years ago
  11. 034b91a [PATCH] v9fs: fix corner cases when flushing request by Latchesar Ionkov · 18 years ago
  12. 05818a0 [PATCH] v9fs: v9fs_put_str fix by Latchesar Ionkov · 18 years ago
  13. 93c615f [PATCH] v9fs: symlink support fixes by Latchesar Ionkov · 18 years ago
  14. bd3bfeb [PATCH] fs/jffs/intrep.c: 255 is unsigned char by Felix Oxley · 18 years ago
  15. dfa0859 [PATCH] Fix two ext[23] uninitialized warnings by Andreas Gruenbacher · 18 years ago
  16. 47ba87e [PATCH] make "struct d_cookie" depend on CONFIG_PROFILING by Marcelo Tosatti · 18 years ago
  17. 09114eb [PATCH] ufs: fix hang during `rm' by Evgeniy Dushistov · 18 years ago
  18. e295cfc [PATCH] ufs: fix oops with `ufs1' type by Evgeniy Dushistov · 18 years ago
  19. 8c17e1e [PATCH] quota_v2: printk warning fixes by Andrew Morton · 18 years ago
  20. d35c602 [PATCH] someone broke reiserfs V3 mount options, this fixes it by Vitaly Fertman · 18 years ago
  21. 3305205 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Trond Myklebust · 18 years ago
  22. 9ad11ab [PATCH] compat: fix compat_sys_openat and friends by Stephen Rothwell · 18 years ago
  23. e6da74e Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Steve French · 18 years ago
  24. 1935245 NFSv3: fix sync_retry in direct i/o NFS by Dirk Mueller · 18 years ago
  25. aaaa994 NLM: Ensure that nlmclnt_cancel_callback() doesn't loop forever by Trond Myklebust · 18 years ago
  26. 16fb242 NLM: Fix arguments to NLM_CANCEL call by Trond Myklebust · 18 years ago
  27. 7045f37 [PATCH] DocBook: fix some kernel-doc comments in fs and block by Martin Waitz · 18 years ago
  28. fa385be [PATCH] reiserfs: reiserfs: check for files > 2GB on 3.5.x disks by Jeff Mahoney · 18 years ago
  29. 6ae1ea4 [PATCH] reiserfs: reiserfs fix journal accounting in journal_transaction_should_end by Chris Mason · 18 years ago
  30. 3d4492f [PATCH] reiserfs: reiserfs write_ordered_buffers should not oops on dirty non-uptodate bh by Chris Mason · 18 years ago
  31. e0e851c [PATCH] reiserfs: reiserfs hang and performance fix for data=journal mode by Chris Mason · 18 years ago
  32. fc5cd58 [PATCH] reiserfs: zero b_private when allocating buffer heads by Chris Mason · 18 years ago
  33. d62b1b8 [PATCH] resierfs: fix reiserfs_invalidatepage race against data=ordered by Chris Mason · 18 years ago
  34. ec19157 [PATCH] reiserfs: use generic_permission by Christoph Hellwig · 18 years ago
  35. c87d0c0 [PATCH] reiserfs: remove reiserfs_permission_locked by Christoph Hellwig · 18 years ago
  36. e5dd259 [PATCH] reiserfs: missing kmalloc failure check by Diego Calleja · 18 years ago
  37. 8c777cc [PATCH] reiserfs: use __GFP_NOFAIL instead of yield and retry loop for allocation by Pekka Enberg · 18 years ago
  38. d739b42 [PATCH] reiserfs: remove kmalloc wrapper by Pekka Enberg · 18 years ago
  39. e965f96 [PATCH] Direct Migration V9: Avoid writeback / page_migrate() method by Christoph Lameter · 18 years ago
  40. 4e6a510 [PATCH] mm: hugepage accounting fix by Hugh Dickins · 18 years ago
  41. 537421b [PATCH] Mark CONFIG_UFS_FS_WRITE as BROKEN by Alexey Dobriyan · 18 years ago
  42. cb82a6c [PATCH] compat_sys_pselect7() fix by Andrew Morton · 18 years ago
  43. 9cd6845 [PATCH] fuse: fix async read for legacy filesystems by Miklos Szeredi · 18 years ago
  44. caf7360 [PATCH] smbfs readdir vs signal fix by Andrew Morton · 18 years ago
  45. 3fb803a [PATCH] knfsd: Restore recently broken ACL functionality to NFS server by Andreas Gruenbacher · 18 years ago
  46. fa3c791 Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 by Linus Torvalds · 18 years ago
  47. fad3aa1 [XFS] Fix regression in xfs_buf_rele dealing with non-hashed buffers, as by Nathan Scott · 18 years ago
  48. 3a69c7d [XFS] Interim solution for attribute insertion failure during file by Yingping Lu · 18 years ago
  49. fddfdea [BLOCK] A few kerneldoc fixups by Jens Axboe · 18 years ago
  50. 1877c9e [CIFS] Remove compiler warning by Steve French · 18 years ago
  51. eb9bdaa Signed-off-by: Steve French <sfrench@us.ibm.com> by Steve French · 18 years ago
  52. 17cbbaf [CIFS] Make cifs default wsize match what we actually want to send (52K by Steve French · 18 years ago
  53. 4c8af52 Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Steve French · 18 years ago
  54. 0820e15 [CIFS] Do not zero non-existent iovec in SendReceive response processing. by Steve French · 18 years ago
  55. 7e732bf [PATCH] Fix regression added by ppoll/pselect code. by David S. Miller · 18 years ago
  56. 0f36b01 Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 18 years ago
  57. 715b49e [PATCH] EDAC: atomic scrub operations by Alan Cox · 18 years ago
  58. 9f72949 [PATCH] Add pselect/ppoll system call implementation by David Woodhouse · 18 years ago
  59. 5590ff0 [PATCH] vfs: *at functions: core by Ulrich Drepper · 18 years ago
  60. e2f9901 [PATCH] exportfs: add find_acceptable_alias helper by Christoph Hellwig · 18 years ago
  61. 846f2fc [PATCH] knfsd: Provide missing NFSv2 part of patch for checking vfs_getattr. by David Shaw · 18 years ago
  62. 45bd3b3 [PATCH] knfsd: Fix some more errno/nfserr confusion in vfs.c by NeilBrown · 18 years ago
  63. 7fcd5330 [PATCH] nfsd4_lock() returns bogus values to clients by Al Viro · 18 years ago
  64. de1ae28 [PATCH] NFSERR_SERVERFAULT returned host-endian by Al Viro · 18 years ago
  65. 9246585 [PATCH] nfsd4_truncate() bogus return value by Al Viro · 18 years ago
  66. d75f2b9 [PATCH] nfsd/vfs.c: endianness fixes by Al Viro · 18 years ago
  67. 5274881 [PATCH] nfsd4: clean up settattr code by Fred Isaman · 18 years ago
  68. 34081ef [PATCH] nfsd4: Fix bug in rdattr_error return by Fred Isaman · 18 years ago
  69. 6c26d08 [PATCH] nfsd4: fix open_downgrade by J. Bruce Fields · 18 years ago
  70. fb553c0 [PATCH] nfsd4: don't create on open that fails due to ERR_GRACE by J. Bruce Fields · 18 years ago
  71. 0f442aa [PATCH] nfsd4: simplify process-open1 logic by J. Bruce Fields · 18 years ago
  72. 375c554 [PATCH] nfsd4: nfs4state.c miscellaneous goto removals by J. Bruce Fields · 18 years ago
  73. ae8b625 [PATCH] nfsd4: no replays on unconfirmed owners by J. Bruce Fields · 18 years ago
  74. a525825 [PATCH] nfsd4: handle replays of failed open reclaims by J. Bruce Fields · 18 years ago
  75. c2642ab [PATCH] nfsd4: recovery lookup dir check by J. Bruce Fields · 18 years ago
  76. d22749b [PATCH] nfsd4: fix open of recovery directory by J. Bruce Fields · 18 years ago
  77. fd44527 [PATCH] nfsd4: operation debugging by J. Bruce Fields · 18 years ago
  78. 796dadf [PATCH] nfsd4: fix check_for_locks by J. Bruce Fields · 18 years ago
  79. 04ef595 [PATCH] nfsd4: remove release_state_owner() by J. Bruce Fields · 18 years ago
  80. 3a65588 [PATCH] nfsd4: rename lk_stateowner by J. Bruce Fields · 18 years ago
  81. 8a28051 [PATCH] nfsd4: fix nfsd4_lock cleanup on failure by J. Bruce Fields · 18 years ago
  82. a6f6ef2 [PATCH] nfsd4: misc lock fixes by Andy Adamson · 18 years ago
  83. 7e8f059 [PATCH] nfsd: remove inline from a couple of large NFS functions by NeilBrown · 18 years ago
  84. f193fba [PATCH] nfsd: check error status from nfsd_sync_dir by YAMAMOTO Takashi · 18 years ago
  85. 6b192832 [PATCH] hfs: set type/creator for symlinks by Roman Zippel · 18 years ago
  86. af8c85b [PATCH] hfs: set correct create date for links by Roman Zippel · 18 years ago
  87. 9a4cad9 [PATCH] hfs: set correct ctime by Roman Zippel · 18 years ago
  88. 2179d37 [PATCH] hfs: add HFSX support by David Elliott · 18 years ago
  89. 7cf3cc3 [PATCH] hfs: cleanup HFS prints by Roman Zippel · 18 years ago
  90. 634725a [PATCH] hfs: cleanup HFS+ prints by Roman Zippel · 18 years ago
  91. 5131cf1 [PATCH] add missing syscall declarations by Arnd Bergmann · 18 years ago
  92. 147b31c [PATCH] v9fs: add readpage support by Eric Van Hensbergen · 18 years ago
  93. 43c3e6f [PATCH] jbd: remove_transaction fix by Jan Kara · 18 years ago
  94. 8d3c7fc [PATCH] jbd: log_do_checkpoint fix by Jan Kara · 18 years ago
  95. 47c886b [CIFS] Fix oops in cifs_readpages caused by not checking buf_type in an by Steve French · 18 years ago
  96. d65177c Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Steve French · 18 years ago
  97. d41f084 [CIFS] Remove compiler warning by Steve French · 18 years ago
  98. d88992f [XFS] Fix a race in xfs_submit_ioend() where we can be completing I/O for by David Chinner · 18 years ago
  99. 095da6c [PATCH] fuse: fix bitfield race by Miklos Szeredi · 18 years ago
  100. c1aa96a [PATCH] fuse: use asynchronous READ requests for readpages by Miklos Szeredi · 18 years ago