1. 9fe4854 [JFFS2] Remove flash offset argument from various functions. by David Woodhouse · 18 years ago
  2. 5fa4339 [MTD] Introduce MTD_BIT_WRITEABLE by Joern Engel · 18 years ago
  3. c8b229d [MTD] Merge STMicro NOR_ECC code with Intel Sibley code by Joern Engel · 18 years ago
  4. 2831877 [MTD] Introduce writesize by Joern Engel · 18 years ago
  5. 987d47b [JFFS2] Put list of nodes in common part of ic/x_ref/x_datum structure by David Woodhouse · 18 years ago
  6. 0eac940 [JFFS2] Add some preemptive BUG checks for XATTR code by David Woodhouse · 18 years ago
  7. fcb7578 [JFFS2] Extend jffs2_link_node_ref() to link into per-inode list too. by David Woodhouse · 18 years ago
  8. a1b563d [JFFS2] Initialise ref->next_in_ino when marking dirty space in wbuf flush by David Woodhouse · 18 years ago
  9. 3b79673 [JFFS2] Fix accounting error in jffs2_link_node_ref() by David Woodhouse · 18 years ago
  10. 06c6764 [JFFS2] Fix dummy jffs2_sum_scan_sumnode() macro for !SUMMARY case. by David Woodhouse · 18 years ago
  11. ca89a51 [JFFS2] Finally eliminate __totlen field from struct jffs2_raw_node_ref by David Woodhouse · 18 years ago
  12. 010b06d [JFFS2] Locking issues in summary write code. by David Woodhouse · 18 years ago
  13. 9167e0f [JFFS2] Remove stray kfree of summary info in XATTR code. by David Woodhouse · 18 years ago
  14. 0bcc099 [JFFS2] File node reference for wasted space when flushing wbuf by David Woodhouse · 18 years ago
  15. b64335f [JFFS2] Add length argument to jffs2_add_physical_node_ref() by David Woodhouse · 18 years ago
  16. 49f11d4 [JFFS2] Mark gaps in summary list as dirty space by David Woodhouse · 18 years ago
  17. 25090a6 [JFFS2] Discard remaining free space when filing a dirty block in scan. by David Woodhouse · 18 years ago
  18. 6827099 [JFFS2] Introduce jffs2_scan_dirty_space() function. by David Woodhouse · 18 years ago
  19. 7807ef7 [JFFS2] Fix summary handling of unknown but compatible nodes. by David Woodhouse · 18 years ago
  20. 3560160 [JFFS2] Fix memory leak in scan code; improve comments. by David Woodhouse · 18 years ago
  21. 6171586 [JFFS2] Correct handling of JFFS2_FEATURE_RWCOMPAT_COPY nodes. by David Woodhouse · 18 years ago
  22. fb9fbbc [JFFS2] Correct accounting of erroneous cleanmarkers and failed summaries. by David Woodhouse · 18 years ago
  23. f1f9671 [JFFS2] Introduce jffs2_link_node_ref() function to reduce code duplication by David Woodhouse · 18 years ago
  24. 0cfc7da Merge git://git.infradead.org/jffs2-xattr-2.6 by David Woodhouse · 18 years ago
  25. 1417fc4 [JFFS2] Reduce calls to ref_totlen() in jffs2_mark_node_obsolete() by David Woodhouse · 18 years ago
  26. 9641b78 [JFFS2] Optimise reading of eraseblock summary nodes by David Woodhouse · 18 years ago
  27. 8e4482f [JFFS2] Remove forgotten summary code by Ferenc Havasi · 18 years ago
  28. aef9ab4 [JFFS2] Support new device nodes by David Woodhouse · 18 years ago
  29. 20a92fc Merge git://git.infradead.org/mtd-2.6 by KaiGai Kohei · 18 years ago
  30. c41ff6e [JFFS2] Fix printk format in jffs2_sum_write_data() error message. by David Woodhouse · 18 years ago
  31. 7d2beb1 [JFFS2] Fix section mismatch warnings in JFFS2. by David Brownell · 18 years ago
  32. 1859482 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  33. 5b5ffbc [PATCH] jffs2: memory leak in jffs2_scan_medium() by Florin Malita · 18 years ago
  34. 194a61b [PATCH] jffs2 warning fixes by Andrew Morton · 18 years ago
  35. eee391a [PATCH] revert "vfs: propagate mnt_flags into do_loopback/vfsmount" by Andrew Morton · 18 years ago
  36. 3835a9b [PATCH] fs/compat.c: fix 'if (a |= b )' typo by Alexey Dobriyan · 18 years ago
  37. 41e5a6a [PATCH] v9fs: signal handling fixes by Latchesar Ionkov · 18 years ago
  38. 343f1fe [PATCH] v9fs: Twalk memory leak by Latchesar Ionkov · 18 years ago
  39. 48564e6 [PATCH] smbfs: Fix slab corruption in samba error path by Jan Niehusmann · 18 years ago
  40. 3b7c810 [PATCH] smbfs chroot issue (CVE-2006-1864) by Olaf Kirch · 18 years ago
  41. a537055 [PATCH] autofs4: NFY_NONE wait race fix by Ian Kent · 18 years ago
  42. 6aff5cb [PATCH] fs/open.c: unexport sys_openat by Adrian Bunk · 18 years ago
  43. 184f565 [JFFS2] Fix printk format in some error messages. by Andrew Morton · 18 years ago
  44. 3e68fbb [JFFS2] Don't pack on-medium structures, because GCC emits crappy code by David Woodhouse · 18 years ago
  45. cf5eba5 [JFFS2] Reduce excessive node count for syslog files. by David Woodhouse · 18 years ago
  46. 21b9879 [JFFS2][XATTR] Fix obvious typo by KaiGai Kohei · 18 years ago
  47. c8708a9 [JFFS2][XATTR] Handling the duplicate JFFS2_NODETYPE_XATTR node cases. by KaiGai Kohei · 18 years ago
  48. dea8013 [JFFS2][XATTR] remove redundant pointer cast in acl.c by KaiGai Kohei · 18 years ago
  49. 5a14959 [JFFS2][XATTR] remove '__KERNEL__' from acl.h by KaiGai Kohei · 18 years ago
  50. ee886b5 [JFFS2][XATTR] remove senseless comment by KaiGai Kohei · 18 years ago
  51. 652ecc2 [JFFS2][XATTR] Unify each file header part with any jffs2 file. by KaiGai Kohei · 18 years ago
  52. 4470d04 [JFFS2][XATTR] '#include <linux/list.h>' was added into xattr.h. by KaiGai Kohei · 18 years ago
  53. 084702e [JFFS2][XATTR] Remove jffs2_garbage_collect_xattr(c, ic) by KaiGai Kohei · 18 years ago
  54. 8f2b6f4 [JFFS2][XATTR] Remove 'struct list_head ilist' from jffs2_inode_cache. by KaiGai Kohei · 18 years ago
  55. 8b0b339 [JFFS2][XATTR] Add a description about c->xattr_sem by KaiGai Kohei · 18 years ago
  56. de1f72f [JFFS2][XATTR] remove typedef from posix_acl related definition. by KaiGai Kohei · 18 years ago
  57. aa98d7c [JFFS2][XATTR] XATTR support on JFFS2 (version. 5) by KaiGai Kohei · 18 years ago
  58. 032ebf2 Alternative fix for MMC oops on unmount after removal by Linus Torvalds · 18 years ago
  59. 20ffdcb [JFFS2] Remove number of pointer dereferences in fs/jffs2/summary.c by Jesper Juhl · 18 years ago
  60. 7e59f2c [JFFS2] Remove obsolete histo.h by Domen Puncer · 18 years ago
  61. e515f04 Merge git://oss.sgi.com:8090/xfs-2.6 by Linus Torvalds · 18 years ago
  62. 75dff55 [PATCH] fs/locks.c: Fix lease_init by Trond Myklebust · 18 years ago
  63. e63a369 [XFS] Fix a possible metadata buffer (AGFL) refcount leak when fixing an by Nathan Scott · 18 years ago
  64. b1ecdda [XFS] Fix a project quota space accounting leak on rename. by Nathan Scott · 18 years ago
  65. d08d389 [XFS] Fix a possible forced shutdown due to mishandling write barriers by Nathan Scott · 18 years ago
  66. 422138d [JFFS2] Fix race in setting file attributes by Dmitry Bazhenov · 18 years ago
  67. 98232d5 [PATCH] compat_sys_vmsplice: one-off in UIO_MAXIOV check by Jens Axboe · 18 years ago
  68. a054887 [PATCH] splice: redo page lookup if add_to_page_cache() returns -EEXIST by Jens Axboe · 18 years ago
  69. 76ad4d1 [PATCH] splice: rename remaining info variables to pipe by Jens Axboe · 18 years ago
  70. 1432873 [PATCH] splice: LRU fixups by Jens Axboe · 18 years ago
  71. bfc4ee3 [PATCH] splice: fix unlocking of page on error ->prepare_write() by Jens Axboe · 18 years ago
  72. 5dea517 [PATCH] ext3: multile block allocate little endian fixes by Mingming Cao · 18 years ago
  73. edc4ff7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  74. cbb9a56 Move jffs2_fs_i.h and jffs2_fs_sb.h from include/linux/ to fs/jffs2/ by David Woodhouse · 18 years ago
  75. 330ab71 [PATCH] vmsplice: restrict stealing a little more by Jens Axboe · 18 years ago
  76. a893b99 [PATCH] splice: fix page LRU accounting by Jens Axboe · 18 years ago
  77. 7591489 [PATCH] vmsplice: fix badly placed end paranthesis by Jens Axboe · 18 years ago
  78. 9817d20 Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago
  79. d261020 [PATCH] x86_64: Add compat_sys_vmsplice and use it in x86-64 by Andi Kleen · 18 years ago
  80. 7afa6fd [PATCH] vmsplice: allow user to pass in gift pages by Jens Axboe · 18 years ago
  81. f6762b7 [PATCH] pipe: enable atomic copying of pipe data to/from user space by Jens Axboe · 18 years ago
  82. e27dedd [PATCH] splice: call handle_ra_miss() on failure to lookup page by Jens Axboe · 18 years ago
  83. 7f9c51f [PATCH] Add ->splice_read/splice_write to def_blk_fops by Jens Axboe · 18 years ago
  84. f84d751 [PATCH] pipe: introduce ->pin() buffer operation by Jens Axboe · 18 years ago
  85. 0568b40 [PATCH] splice: fix bugs in pipe_to_file() by Jens Axboe · 18 years ago
  86. 46e678c [PATCH] splice: fix bugs with stealing regular pipe pages by Jens Axboe · 18 years ago
  87. 2833c28 [PATCH] powerpc: Wire up *at syscalls by Andreas Schwab · 18 years ago
  88. eb20796 [PATCH] splice: make the read-side do batched page lookups by Jens Axboe · 18 years ago
  89. eb645a2 [PATCH] splice: switch to using page_cache_readahead() by Jens Axboe · 18 years ago
  90. e7edf9c [PATCH] LSM: add missing hook to do_compat_readv_writev() by James Morris · 18 years ago
  91. a090d91 [PATCH] protect ext3 ioctl modifying append_only, immutable, etc. with i_mutex by Al Viro · 18 years ago
  92. de0bb97 [PATCH] forgotten ->b_data in memcpy() call in ext3/resize.c (oopsable) by Al Viro · 18 years ago
  93. 7b97ebf Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago
  94. 00522fb [PATCH] splice: rearrange moving to/from pipe helpers by Jens Axboe · 18 years ago
  95. 912d35f [PATCH] Add support for the sys_vmsplice syscall by Jens Axboe · 18 years ago
  96. 8aa09a5 [fuse] fix race between checking and setting file->private_data by Miklos Szeredi · 18 years ago
  97. 6dbbcb1 [fuse] fix deadlock between fuse_put_super() and request_end(), try #2 by Miklos Szeredi · 18 years ago
  98. 5a5fb1e Revert "[fuse] fix deadlock between fuse_put_super() and request_end()" by Miklos Szeredi · 18 years ago
  99. 016b661 [PATCH] splice: fix offset problems by Jens Axboe · 18 years ago
  100. ba5f5d9 [PATCH] splice: fix min() warning by Andrew Morton · 18 years ago