1. 8557fd5 [JFFS2] Fix race in garbage collector by Artem B. Bityuckiy · 19 years ago
  2. 6f401a40 [JFFS2] Add KERN_DEBUG level to printks by Artem B. Bityuckiy · 19 years ago
  3. 894214d [JFFS2] Fix race problems with wbuf. by Artem B. Bityuckiy · 19 years ago
  4. 3cceb9f [JFFS2] Prevent deadlock when flushing write buffer by Artem B. Bityuckiy · 19 years ago
  5. 437316d [JFFS2] Forbid to free inode_cache objects if its nlink isn't zero. by Artem B. Bityuckiy · 19 years ago
  6. a42163d [JFFS2] Improve garbage collector block selection by Artem B. Bityuckiy · 19 years ago
  7. 4d95270 [JFFS2] Use function to manipulate superblock dirty flag by Artem B. Bityuckiy · 19 years ago
  8. 32f1a95 [JFFS2] Add symlink caching support. by Artem B. Bityuckiy · 20 years ago
  9. 31fbdf7 [JFFS2] Fix NOR specific scan BUG by Artem B. Bityuckiy · 20 years ago
  10. 67e345d [JFFS2] Prevent ino cache removal for inodes in use by David Woodhouse · 20 years ago
  11. b81226c [JFFS2] Fix node lookup by Artem B. Bityuckiy · 20 years ago
  12. 2f82ce1 [JFFS2] Use a single config option for write buffer support by Andrew Victor · 20 years ago
  13. 8f15fd5 [JFFS2] Add support for JFFS2-on-Dataflash devices. by Andrew Victor · 20 years ago
  14. 3be3667 [JFFS2] Core changes required to support JFFS2-on-Dataflash devices. by Andrew Victor · 20 years ago
  15. 67d9e95 [JFFS2] Prevent deadlock during write buffer recovery by Estelle Hammache · 20 years ago
  16. 8aee6ac [JFFS2] Remove NAND dependencies for NOR FLASH by David Woodhouse · 20 years ago
  17. 9b88f47 [JFFS2] Code cleanup by Estelle Hammache · 20 years ago
  18. 3118db3 [JFFS2] Fix refile of blocks due to write failure. by Estelle Hammache · 20 years ago
  19. 7f716cf [JFFS2] Fix block refiling by Estelle Hammache · 20 years ago
  20. e4803c3 [JFFS2] Fix write buffer retry case by Estelle Hammache · 20 years ago
  21. 8fabed4a [JFFS2] Avoid warning for empty filesystems by Todd Poynor · 20 years ago
  22. 3012162 [PATCH] Avoid console spam with ext3 aborted journal. by Stephen Tweedie · 19 years ago
  23. c64610b [PATCH] block_read_full_page() get_block() error handling fix by Andrew Morton · 19 years ago
  24. 64d13c0 [PATCH] fix impossible VmallocChunk by Hugh Dickins · 19 years ago
  25. a84a505 [PATCH] fix Linux kernel ELF core dump privilege elevation by Greg Kroah-Hartman · 19 years ago
  26. b2411dd [PATCH] revert msdos partitioning fix by Andrew Morton · 19 years ago
  27. f59154c [PATCH] fs/udf/udftime.c: fix off by one error by Adrian Bunk · 19 years ago
  28. 3677209 [PATCH] comments on locking of task->comm by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  29. 291c4a7 [PATCH] reiserfs: use NULL instead of 0 by Randy.Dunlap · 19 years ago
  30. 75c96f8 [PATCH] make some things static by Adrian Bunk · 19 years ago
  31. d17d7fa [PATCH] revert ext3-writepages-support-for-writeback-mode by Andrew Morton · 19 years ago
  32. 2ef4163 [PATCH] remove do_sync parameter from __invalidate_device by Christoph Hellwig · 19 years ago
  33. dfc1e14 [PATCH] remove BK documentation by Adrian Bunk · 19 years ago
  34. f0fbd5f [PATCH] __block_write_full_page() simplification by Andrew Morton · 19 years ago
  35. 05937ba [PATCH] __block_write_full_page speedup by Andrew Morton · 19 years ago
  36. ad576e6 [PATCH] __block_write_full_page race fix by Nick Piggin · 19 years ago
  37. f3ddbdc [PATCH] fix race in __block_prepare_write by Nick Piggin · 19 years ago
  38. 51a1411 [PATCH] uml: hostfs failed mount handling by Jeff Dike · 19 years ago
  39. e422fd2 [PATCH] avoid -ENOMEM due reclaimable slab caches by Andrea Arcangeli · 19 years ago
  40. f403b7f [XFS] Cleanup use of loff_t vs xfs_off_t in the core code. by Nathan Scott · 19 years ago
  41. 24e17b5 [XFS] Use the right offset when ensuring a delayed allocate conversion has covered the offset originally requested. Can cause data corruption when multiple processes are performing writeout on different areas of the same file. Quite difficult to hit though. by Nathan Scott · 19 years ago
  42. 775bf6c [XFS] Do not do delalloc conversion on pages beyond EOF ever, not just sometimes by Nathan Scott · 19 years ago
  43. 18e0a92 [XFS] remove noisy printk at vnode trace allocation by Eric Sandeen · 19 years ago
  44. 3ba0815 [XFS] stop background sync from waiting for in-use inodes by Daniel Moore · 19 years ago
  45. 3f24376 [XFS] Disable the combination of XFS direct IO and AIO until the IO completion by Nathan Scott · 19 years ago
  46. abd0cf7 [XFS] Resolve an issue with xfsbufd not getting along with swsusp. by Nathan Scott · 19 years ago
  47. 764433b [XFS] Fix up warnings by Eric Sandeen · 19 years ago
  48. 1f443ad [XFS] Allow initial XFS delayed allocation size to be increased beyond 64KB. by Nathan Scott · 19 years ago
  49. 5fcbab3 [XFS] Add ATTR_NOLOCK for xfs_setattr to indicate that XFS_IOLOCK is held by Dean Roehrich · 19 years ago
  50. 9effd8e [XFS] Enable XFS_VNODE_TRACE by Eric Sandeen · 19 years ago
  51. 31b084a [XFS] Fix up uses of nlink_t incorrectly restricting us to 2^16 links for some platforms by Nathan Scott · 19 years ago
  52. de20614 [XFS] Block mount attempts for filesystems with version 1 directories. by Nathan Scott · 19 years ago
  53. 71bce25 [XFS] Move the XFS inode to the front of its hash list on a cache hit by Nathan Scott · 19 years ago
  54. bfd4bda Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 19 years ago
  55. 6b6bf51 JFS: Endian errors by Dave Kleikamp · 19 years ago
  56. 27b030d Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 19 years ago
  57. 6628465 [PATCH] JFS: Don't allocate extents that overlap existing extents by Dave Kleikamp · 19 years ago
  58. 1c62782 [PATCH] JFS: Write journal sync points more often by Dave Kleikamp · 19 years ago
  59. 7fab479 [PATCH] JFS: Support page sizes greater than 4K by Dave Kleikamp · 19 years ago
  60. dc5798d [PATCH] JFS: Changes for larger page size by Dave Kleikamp · 19 years ago
  61. d2e8370 [PATCH] JFS: Simplify creation of new iag by Dave Kleikamp · 19 years ago
  62. 66f3131 [PATCH] JFS: reduce number of synchronous transactions by Dave Kleikamp · 19 years ago
  63. 67be2dd [PATCH] DocBook: fix some descriptions by Martin Waitz · 19 years ago
  64. 4dc3b16 [PATCH] DocBook: changes and extensions to the kernel documentation by Pavel Pisa · 19 years ago
  65. fe55c45 [PATCH] ext3: remove unnecessary race then retry in ext3_get_block by Mingming Cao · 19 years ago
  66. 6b9f582 [PATCH] reiserfs endianness: comp_short_keys() cleanup by Al Viro · 19 years ago
  67. b8cc936 [PATCH] reiserfs endianness: fix endianness bugs by Al Viro · 19 years ago
  68. 3e8962b [PATCH] reiserfs endianness: annotate little-endian objects by Al Viro · 19 years ago
  69. 6a3a16f [PATCH] reiserfs endianness: clone struct reiserfs_key by Al Viro · 19 years ago
  70. 3a9720c [PATCH] autofs4: tree race fix by Ian Kent · 19 years ago
  71. 4dcd00b [PATCH] autofs4: wait order fix by Ian Kent · 19 years ago
  72. 945b092 [PATCH] hfs, hfsplus: don't leak s_fs_info and fix an oops by Colin Leroy · 19 years ago
  73. 954d3e9 [PATCH] aio: optimize io_submit_one() by Ken Chen · 19 years ago
  74. 644d3a0 [PATCH] aio: clean up debug code by Ken Chen · 19 years ago
  75. 4bf69b2 [PATCH] aio: ring wrapping simplification by Ken Chen · 19 years ago
  76. 212079c [PATCH] aio: remove superfluous kiocb member initialization by Ken Chen · 19 years ago
  77. 7ed20e1 [PATCH] convert that currently tests _NSIG directly to use valid_signal() by Jesper Juhl · 19 years ago
  78. 74f9f97 [PATCH] reiserfs: journal_init fix by Edward Shishkin · 19 years ago
  79. 127144d [PATCH] Fix rewriting on a full reiserfs filesystem by Jan Kara · 19 years ago
  80. 9a3bb30 [PATCH] reiserfs: make resize option auto-get new device size by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  81. f246315 [PATCH] procfs: Fix hardlink counts for /proc/<PID>/task by Daniel Drake · 19 years ago
  82. bcf88e1 [PATCH] procfs: Fix hardlink counts by Daniel Drake · 19 years ago
  83. cd7619d [PATCH] Exterminate PAGE_BUG by Matt Mackall · 19 years ago
  84. ffa0aea [PATCH] uml - hostfs: avoid buffers by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  85. d59dd46 [PATCH] use smp_mb/wmb/rmb where possible by akpm@osdl.org · 19 years ago
  86. de7d5a3 [PATCH] drop_buffers() oops fix by akpm@osdl.org · 19 years ago
  87. 552fca4 [PATCH] mpage_writepages() page locking fix by Nikita Danilov · 19 years ago
  88. 9ea1f8f [PATCH] cifs: Update cifs todo list by Steve French · 19 years ago
  89. 6857547 [PATCH] cifs: append \* properly on ASCII servers by Steve French · 19 years ago
  90. 456be6c [AUDIT] LOGIN message credentials by Steve Grubb · 19 years ago
  91. ea3834d namei: add audit_inode to all branches in path_lookup by Prasanna Meda · 19 years ago
  92. 0cb766a [PATCH] cifs: Do not sleep interruptible after socket connect failure by Steve French · 19 years ago
  93. 31ca3bc [PATCH] cifs: Do not init smb requests or block when sending requests by Steve French · 19 years ago
  94. 57337e4 [PATCH] cifs: handle termination of cifs oplockd kernel thread by Steve French · 19 years ago
  95. 11aa014 [PATCH] cifs: Fix mapping of EMLINK case by Steve French · 19 years ago
  96. cd63499 [PATCH] cifs: Handle case of multiple trans2 responses for one SMB request (part 2 of 2) by Steve French · 19 years ago
  97. 275cde1 [PATCH] cifs: cleanup various long lines by Steve French · 19 years ago
  98. e4eb295 [PATCH] cifs: Handle multiple response transact2 part 1 of 2 by Steve French · 19 years ago
  99. 46810cb [PATCH] cifs: Ease memory pressure, do not use large buffers in byte range lock requests. by Steve French · 19 years ago
  100. 79944bf [PATCH] cifs: missing semicolon from previous fix by Steve French · 19 years ago