1. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  2. 1a028dd BKL: Remove BKL from jffs2 by Arnd Bergmann · 14 years ago
  3. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  4. e8a89ce Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 14 years ago
  5. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  6. 41cce64 jffs2: don't open-code iget_failed() by Al Viro · 14 years ago
  7. 2c27c65 check ATTR_SIZE contraints in inode_change_ok by Christoph Hellwig · 14 years ago
  8. 6ae0185 mtd: Remove obsolete <mtd/compatmac.h> include by David Woodhouse · 14 years ago
  9. 6088c05 jffs2: Update copyright notices by David Woodhouse · 14 years ago
  10. a4ce96a Fix up trivial spelling errors ('taht' -> 'that') by Linus Torvalds · 14 years ago
  11. 3975d16 Merge git://git.infradead.org/~dwmw2/mtd-2.6.35 by Linus Torvalds · 14 years ago
  12. 1c24d06 jffs2: update ctime when changing the file's permission by setfacl by Jan Kara · 14 years ago
  13. e72e649 jffs2: Fix NFS race by using insert_inode_locked() by David Woodhouse · 14 years ago
  14. f324e4c jffs2: Fix in-core inode leaks on error paths by David Woodhouse · 14 years ago
  15. 15c6fd9 kill spurious reference to vmtruncate by npiggin@suse.de · 14 years ago
  16. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  17. 365f0cb jffs2: constify xattr_handler by Stephen Hemminger · 14 years ago
  18. 9723152 jffs2: Stop triggering block erases from jffs2_write_super() by Joakim Tjernlund · 14 years ago
  19. 64a5c2e jffs2: Rename jffs2_erase_pending_trigger() to jffs2_dirty_trigger() by Joakim Tjernlund · 14 years ago
  20. ae3b6ba jffs2: Use jffs2_garbage_collect_trigger() to trigger pending erases by David Woodhouse · 14 years ago
  21. acb64a4 jffs2: Require jffs2_garbage_collect_trigger() to be called with lock held by David Woodhouse · 14 years ago
  22. d6ce171 jffs2: Wake GC thread when there are blocks to be erased by Joakim Tjernlund · 14 years ago
  23. 0717bf8 jffs2: Erase pending blocks in GC pass, avoid invalid -EIO return by David Woodhouse · 14 years ago
  24. 9957abe jffs2: Add 'work_done' return value from jffs2_erase_pending_blocks() by Joakim Tjernlund · 14 years ago
  25. 0ae28a3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 14 years ago
  26. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  27. 329f905 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 14 years ago
  28. bcc54e2a jffs2: fix up rb_root initializations to use RB_ROOT by Venkatesh Pallipadi · 14 years ago
  29. a779053 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 14 years ago
  30. 91f8026 JFFS2: avoid using C++ keyword `new' in userspace-visible header by Andrew Morton · 14 years ago
  31. bac5e54 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  32. 60d9aa7 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  33. 431547b sanitize xattr handler prototypes by Christoph Hellwig · 15 years ago
  34. 2e16cfc jffs2: Fix long-standing bug with symlink garbage collection. by David Woodhouse · 15 years ago
  35. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  36. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  37. 199bc9f jffs2: Fix memory corruption in jffs2_read_inode_range() by David Woodhouse · 15 years ago
  38. 0fed784 JFFS2: fix min/max confusion by Roel Kluin · 15 years ago
  39. e670e41 jffs2: Fix error return in jffs2_do_read_inode_internal() by Roel Kluin · 15 years ago
  40. a7c367b Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  41. ac4cfdd const: mark remaining export_operations const by Alexey Dobriyan · 15 years ago
  42. 6469f54 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 15 years ago
  43. dd79998 jffs2: Use SLAB_HWCACHE_ALIGN for jffs2_raw_{dirent,inode} slabs by David Woodhouse · 15 years ago
  44. 18f4c64 jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()' by Linus Torvalds · 15 years ago
  45. 91e0955 jffs2: move jffs2_gcd_mtd threads to the new kthread API by Gerard Lledo · 15 years ago
  46. bc8cec0 JFFS2: add missing verify buffer allocation/deallocation by Massimo Cirillo · 15 years ago
  47. 57ca7de jffs2: Fix return value from jffs2_do_readpage_nolock() by Anders Grafström · 15 years ago
  48. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  49. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 15 years ago
  50. 5c5d4e8 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  51. 72c0490 Get "no acls for this inode" right, fix shmem breakage by Al Viro · 15 years ago
  52. 073aaa1 helpers for acl caching + switch to those by Al Viro · 15 years ago
  53. 290c263 switch jffs2 to inode->i_acl by Al Viro · 15 years ago
  54. 4839641 jffs2: fix another potential leak on error path in scan.c by David Woodhouse · 15 years ago
  55. ac1b7c3 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  56. a2ab0ce jffs2: leaking jffs2_summary in function jffs2_scan_medium by Christian Engelmayer · 15 years ago
  57. d579ed0 jffs2: call jffs2_write_super from jffs2_sync_fs by Christoph Hellwig · 15 years ago
  58. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  59. ebc1ac1 ->write_super lock_super pushdown by Christoph Hellwig · 15 years ago
  60. 01ba687 jffs2: move jffs2_write_super to super.c by Christoph Hellwig · 15 years ago
  61. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  62. 8c85e12 remove ->write_super call in generic_shutdown_super by Christoph Hellwig · 15 years ago
  63. 81e2962 jffs2: Fix corruption when flash erase/write failure by Joakim Tjernlund · 15 years ago
  64. 22ae77b Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  65. ce3b0f8 New helper - current_umask() by Al Viro · 15 years ago
  66. fc371a2 [JFFS2] jffs2_acl_count() tests < 0 on unsigned by Roel Kluin · 15 years ago
  67. c6d59cd [JFFS2] kmem_cache_alloc/memset -> kmem_cache_zalloc by Wei Yongjun · 15 years ago
  68. 4c41bd0 [JFFS2] fix mount crash caused by removed nodes by Thomas Gleixner · 15 years ago
  69. efab0b5 [JFFS2] force the jffs2 GC daemon to behave a bit better by Andres Salomon · 15 years ago
  70. ab5610b [JFFS2] remove junk prototypes by Artem Bityutskiy · 16 years ago
  71. 353816f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 16 years ago
  72. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 16 years ago
  73. 0bc4382 [JFFS2] Clean up fs/jffs2/compr_rubin.c by David Woodhouse · 16 years ago
  74. 69423d9 [MTD] update internal API to support 64-bit device size by Adrian Hunter · 16 years ago
  75. c361948 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 16 years ago
  76. dc8a084 [JFFS2] fix race condition in jffs2_lzo_compress() by Geert Uytterhoeven · 16 years ago
  77. b27cf88 [JFFS2] Fix lack of locking in thread_should_wake() by David Woodhouse · 16 years ago
  78. 3222a3e [PATCH] fix ->llseek for more directories by Christoph Hellwig · 16 years ago
  79. 8966c5e [JFFS2] Use d_splice_alias() not d_add() in jffs2_lookup() by David Woodhouse · 16 years ago
  80. 5f556aa [JFFS2] Reinstate NFS exportability by David Woodhouse · 16 years ago
  81. f04de50 [JFFS2] Fix build failure with !CONFIG_JFFS2_FS_WRITEBUFFER by Steve Glendinning · 16 years ago
  82. 5bf1723 [JFFS2] Write buffer offset adjustment for NOR-ECC (Sibley) flash by Alexander Belyakov · 16 years ago
  83. faa5c2a [JFFS2] Correct parameter names of jffs2_compress() in comments by Geert Uytterhoeven · 16 years ago
  84. 3fc678a CRED: Wrap task credential accesses in the JFFS2 filesystem by David Howells · 16 years ago
  85. 9d7548d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 16 years ago
  86. 31db6e9 [JFFS2] Move JFFS2 config options out of fs/Kconfig by Alexey Dobriyan · 16 years ago
  87. 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 16 years ago
  88. 75caf6b [JFFS2] Fill in f_fsid field in jffs2_statfs() by David Woodhouse · 16 years ago
  89. bde86fe [JFFS2] Correct symlink name too long error code by Adrian Hunter · 16 years ago
  90. bb0eb21 [MTD] Define and use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffff by Adrian Hunter · 16 years ago
  91. b7600db [JFFS2] Fix allocation of summary buffer by David Woodhouse · 16 years ago
  92. 9ee08c2 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 16 years ago
  93. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  94. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  95. 0533400 [JFFS2] Use .unlocked_ioctl by Stoyan Gaydarov · 16 years ago
  96. 2c4aabc Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 16 years ago
  97. a98889f [MTD][NOR] Add physical address to point() method by Jared Hulbert · 16 years ago
  98. 27c72b0 [JFFS2] Track parent inode for directories (for NFS export) by David Woodhouse · 16 years ago
  99. 1b690b4 [JFFS2] Invert last argument of jffs2_gc_fetch_inode(), make it boolean. by David Woodhouse · 16 years ago
  100. 590fe34 [JFFS2] Quiet lockdep false positive. by David Woodhouse · 16 years ago