1. 3480478 jffs2: remove from wait queue after schedule() by Li Zefan · 11 years ago
  2. ff9d8d7 jffs2: avoid soft-lockup in jffs2_reserve_space_gc() by Li Zefan · 11 years ago
  3. e2a2f31 jffs2: Fix crash due to truncation of csize by Ajesh Kunhipurayil Vijayan · 11 years ago
  4. 0feec07 jffs2: Fix segmentation fault found in stress test by Kamlakant Patel · 11 years ago
  5. e814fd1 jffs2: hold erase_completion_lock on exit by Alexey Khoroshilov · 12 years ago
  6. 567e175 jffs2: Fix lock acquisition order bug in jffs2_write_begin by Thomas Betker · 12 years ago
  7. cc1fc91 JFFS2: don't fail on bitflips in OOB by Brian Norris · 12 years ago
  8. 33b02b8 don't pass nameidata to ->create() by Al Viro · 12 years ago
  9. 986122f stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  10. 93e6dc1 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  11. 9451fcb FPII-2974 :[Part 1]Elevation of privilege vulnerability in kernel file system CVE-2016-7097 A-32458736 by Jan Kara · 8 years ago
  12. 226bb7d jffs2: Fix lock acquisition order bug in gc path by Josh Cartwright · 12 years ago
  13. 623ff77 Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6 by Linus Torvalds · 12 years ago
  14. 3b27dac mtd: unify initialization of erase_info->fail_addr by Shmulik Ladkani · 13 years ago
  15. 9bbf29e jffs2: Standardize JFFS_<LEVEL> uses by Joe Perches · 13 years ago
  16. 5a52895 jffs2: Use pr_fmt and remove jffs: from formats by Joe Perches · 13 years ago
  17. da320f0 jffs2: Convert printks to pr_<level> by Joe Perches · 13 years ago
  18. 9c261b3 jffs2: Convert most D1/D2 macros to jffs2_dbg by Joe Perches · 13 years ago
  19. 273a65a jffs2: make jffs2_initxattrs() static by Nikola Pajkovsky · 12 years ago
  20. 4de0347 jffs2: Fix typo in compr.c by Masanari Iida · 13 years ago
  21. 045ead3 jffs2: Remove unnecessary OOM messages by Joe Perches · 13 years ago
  22. 3e34174 jffs2: fix typo in scan.c by Masanari Iida · 13 years ago
  23. a6c2285 jffs2: update to new MTD interface by Brian Norris · 13 years ago
  24. f026545 jffs2: remove direct mtd->point reference by Artem Bityutskiy · 13 years ago
  25. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  26. 69a7aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  27. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  28. 42ea197 jffs2: Fix typo in compr.c by Masanari Iida · 13 years ago
  29. bce41d6 jffs2: do not initialize variable unnecessarily by Artem Bityutskiy · 13 years ago
  30. 7b3480f Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  31. 800ffd3 mtd: do not use mtd->block_markbad directly by Artem Bityutskiy · 13 years ago
  32. 327cf29 mtd: do not use mtd->sync directly by Artem Bityutskiy · 13 years ago
  33. 1dbebd3 mtd: harmonize mtd_writev usage by Artem Bityutskiy · 13 years ago
  34. 1093447 mtd: do use mtd->point directly by Artem Bityutskiy · 13 years ago
  35. 4ccf2f1 jffs: remove custom mtd_fake_writev function by Artem Bityutskiy · 13 years ago
  36. 5942ddb mtd: introduce mtd_block_markbad interface by Artem Bityutskiy · 13 years ago
  37. 7086c19 mtd: introduce mtd_block_isbad interface by Artem Bityutskiy · 13 years ago
  38. 85f2f2a mtd: introduce mtd_sync interface by Artem Bityutskiy · 13 years ago
  39. b0a31f7 mtd: introduce mtd_writev interface by Artem Bityutskiy · 13 years ago
  40. a2cc5ba mtd: introduce mtd_write_oob interface by Artem Bityutskiy · 13 years ago
  41. fd2819b mtd: introduce mtd_read_oob interface by Artem Bityutskiy · 13 years ago
  42. eda95cb mtd: introduce mtd_write interface by Artem Bityutskiy · 13 years ago
  43. 329ad39 mtd: introduce mtd_read interface by Artem Bityutskiy · 13 years ago
  44. 7219778 mtd: introduce mtd_unpoint interface by Artem Bityutskiy · 13 years ago
  45. d35ea20 mtd: introduce mtd_point interface by Artem Bityutskiy · 13 years ago
  46. 7e1f0dc mtd: introduce mtd_erase interface by Artem Bityutskiy · 13 years ago
  47. 5346671 jffs2: fix up error handling for insert_inode_locked by Eric Sandeen · 13 years ago
  48. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  49. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  50. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  51. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  52. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  53. e0d6511 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  54. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  55. 123005f jffs2: add compr=lzo and compr=zlib options by Andres Salomon · 13 years ago
  56. 92abc47 jffs2: implement mount option parsing and compression overriding by Andres Salomon · 13 years ago
  57. 0612b9d mtd: rename MTD_OOB_* to MTD_OPS_* by Brian Norris · 13 years ago
  58. 51b11e3 jffs2: use mutex_is_locked() in __jffs2_flush_wbuf() by Alexey Khoroshilov · 13 years ago
  59. e8a0e41 jffs2: Avoid unneeded 'if' before kfree by Jesper Juhl · 13 years ago
  60. 5a2f3a0 Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/ima-2.6 into next by James Morris · 13 years ago
  61. d695212 switch posix_acl_equiv_mode() to umode_t * by Al Viro · 13 years ago
  62. d3fb612 switch posix_acl_create() to umode_t * by Al Viro · 13 years ago
  63. 61effb5 jffs2: S_ISLNK(mode & S_IFMT) is pointless by Al Viro · 13 years ago
  64. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  65. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  66. 826cae2 kill boilerplates around posix_acl_create_masq() by Al Viro · 13 years ago
  67. bc26ab5 kill boilerplate around posix_acl_chmod_masq() by Al Viro · 13 years ago
  68. e77819e vfs: move ACL cache lookup into generic code by Linus Torvalds · 13 years ago
  69. 963945b fix jffs2 ACLs on big-endian with 16bit mode_t by Al Viro · 13 years ago
  70. 22ba747 jffs2: fix IN_DELETE_SELF on overwriting rename() killing a directory by Al Viro · 13 years ago
  71. df2e301 fs: Merge split strings by Jean Delvare · 13 years ago
  72. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  73. a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 13 years ago
  74. 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 13 years ago
  75. 9c2c703 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() by Al Viro · 13 years ago
  76. 9d8f13b security: new security_inode_init_security API adds function callback by Mimi Zohar · 13 years ago
  77. 36947a7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  78. cf0f053 jffs2: remove unnecessary dentry_unhash from rmdir, dir rename by Sage Weil · 13 years ago
  79. 29a6ccc Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  80. aa38572 fs: pass exact type of data dirties to ->dirty_inode by Christoph Hellwig · 13 years ago
  81. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  82. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  83. 1ddd0d9 JFFS2: retry large buffer allocations by Grant Erickson · 13 years ago
  84. 8cb2a18 jffs2: remove unused variables by Sergey Senozhatsky · 13 years ago
  85. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  86. 7bf7e37 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus-1 by Artem Bityutskiy · 13 years ago
  87. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  88. 565d76c zlib: slim down zlib_deflate() workspace when possible by Jim Keniston · 13 years ago
  89. bea9312 jffs2: remove a trailing white space in commentaries by Tracey Dent · 13 years ago
  90. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  91. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 14 years ago
  92. ab2020f Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 14 years ago
  93. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
  94. fa0d7e3 fs: icache RCU free inodes by Nick Piggin · 14 years ago
  95. 027d9ac jffs2: typo in comment by Dan Carpenter · 14 years ago
  96. f326966 jffs2: fix error value sign by Vasiliy Kulikov · 14 years ago
  97. 7ddbead jffs2: use vzalloc by Joe Perches · 14 years ago
  98. 7934650 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 14 years ago
  99. 6757792 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 14 years ago
  100. 848b83a convert get_sb_mtd() users to ->mount() by Al Viro · 14 years ago