Age | Commit message (Expand) | Author | Files | Lines |
2005-05-23 | [JFFS2] Fix cleanup in case of GC-Task not started | Thomas Gleixner | 1 | -2/+5 |
2005-05-23 | [JFFS2] Convert thread start semaphore to completion | Thomas Gleixner | 1 | -4/+4 |
2005-05-23 | [JFFS2] Kill GC thread before cleanup | Artem B. Bityuckiy | 1 | -3/+3 |
2005-05-23 | [JFFS2] Suppress annoying debug messages | Artem B. Bityuckiy | 1 | -3/+3 |
2005-05-23 | [JFFS2] Fix NOR only compile | Artem B. Bityuckiy | 2 | -7/+5 |
2005-05-23 | [JFFS2] Fix inode allocation race | David Woodhouse | 3 | -6/+13 |
2005-05-23 | [JFFS2] Fix race in garbage collector | Artem B. Bityuckiy | 2 | -7/+37 |
2005-05-23 | [JFFS2] Add KERN_DEBUG level to printks | Artem B. Bityuckiy | 1 | -3/+3 |
2005-05-23 | [JFFS2] Fix race problems with wbuf. | Artem B. Bityuckiy | 2 | -10/+10 |
2005-05-23 | [JFFS2] Prevent deadlock when flushing write buffer | Artem B. Bityuckiy | 1 | -1/+3 |
2005-05-23 | [JFFS2] Forbid to free inode_cache objects if its nlink isn't zero. | Artem B. Bityuckiy | 2 | -4/+4 |
2005-05-23 | [JFFS2] Improve garbage collector block selection | Artem B. Bityuckiy | 1 | -1/+7 |
2005-05-23 | [JFFS2] Use function to manipulate superblock dirty flag | Artem B. Bityuckiy | 1 | -2/+2 |
2005-05-23 | [JFFS2] Add symlink caching support. | Artem B. Bityuckiy | 5 | -70/+117 |
2005-05-23 | [JFFS2] Fix NOR specific scan BUG | Artem B. Bityuckiy | 2 | -8/+12 |
2005-05-23 | [JFFS2] Prevent ino cache removal for inodes in use | David Woodhouse | 5 | -16/+24 |
2005-05-23 | [JFFS2] Fix node lookup | Artem B. Bityuckiy | 1 | -3/+3 |
2005-05-23 | [JFFS2] Use a single config option for write buffer support | Andrew Victor | 8 | -68/+33 |
2005-05-23 | [JFFS2] Add support for JFFS2-on-Dataflash devices. | Andrew Victor | 7 | -14/+94 |
2005-05-23 | [JFFS2] Core changes required to support JFFS2-on-Dataflash devices. | Andrew Victor | 5 | -44/+53 |
2005-05-23 | [JFFS2] Prevent deadlock during write buffer recovery | Estelle Hammache | 1 | -4/+8 |
2005-05-23 | [JFFS2] Remove NAND dependencies for NOR FLASH | David Woodhouse | 1 | -1/+7 |
2005-05-23 | [JFFS2] Code cleanup | Estelle Hammache | 3 | -47/+28 |
2005-05-23 | [JFFS2] Fix refile of blocks due to write failure. | Estelle Hammache | 1 | -3/+6 |
2005-05-23 | [JFFS2] Fix block refiling | Estelle Hammache | 1 | -18/+47 |
2005-05-23 | [JFFS2] Fix write buffer retry case | Estelle Hammache | 1 | -1/+32 |
2005-05-23 | [JFFS2] Avoid warning for empty filesystems | Todd Poynor | 1 | -2/+2 |
2005-05-18 | [PATCH] Avoid console spam with ext3 aborted journal. | Stephen Tweedie | 1 | -1/+9 |
2005-05-17 | [PATCH] block_read_full_page() get_block() error handling fix | Andrew Morton | 1 | -2/+6 |
2005-05-17 | [PATCH] fix impossible VmallocChunk | Hugh Dickins | 1 | -2/+12 |
2005-05-17 | [PATCH] fix Linux kernel ELF core dump privilege elevation | Greg Kroah-Hartman | 1 | -2/+2 |
2005-05-07 | [PATCH] revert msdos partitioning fix | Andrew Morton | 1 | -5/+0 |
2005-05-06 | [PATCH] fs/udf/udftime.c: fix off by one error | Adrian Bunk | 1 | -1/+1 |
2005-05-06 | [PATCH] comments on locking of task->comm | Paolo 'Blaisorblade' Giarrusso | 1 | -1/+3 |
2005-05-06 | [PATCH] reiserfs: use NULL instead of 0 | Randy.Dunlap | 1 | -1/+1 |
2005-05-06 | [PATCH] make some things static | Adrian Bunk | 16 | -32/+45 |
2005-05-06 | [PATCH] revert ext3-writepages-support-for-writeback-mode | Andrew Morton | 2 | -57/+1 |
2005-05-06 | [PATCH] remove do_sync parameter from __invalidate_device | Christoph Hellwig | 2 | -19/+4 |
2005-05-06 | [PATCH] remove BK documentation | Adrian Bunk | 1 | -3/+3 |
2005-05-06 | [PATCH] __block_write_full_page() simplification | Andrew Morton | 1 | -9/+1 |
2005-05-06 | [PATCH] __block_write_full_page speedup | Andrew Morton | 1 | -5/+1 |
2005-05-06 | [PATCH] __block_write_full_page race fix | Nick Piggin | 1 | -5/+13 |
2005-05-06 | [PATCH] fix race in __block_prepare_write | Nick Piggin | 1 | -4/+6 |
2005-05-06 | [PATCH] uml: hostfs failed mount handling | Jeff Dike | 1 | -3/+7 |
2005-05-06 | [PATCH] avoid -ENOMEM due reclaimable slab caches | Andrea Arcangeli | 2 | -2/+2 |
2005-05-06 | [XFS] Cleanup use of loff_t vs xfs_off_t in the core code. | Nathan Scott | 4 | -19/+19 |
2005-05-06 | [XFS] Use the right offset when ensuring a delayed allocate conversion has co... | Nathan Scott | 4 | -46/+56 |
2005-05-06 | [XFS] Do not do delalloc conversion on pages beyond EOF ever, not just sometimes | Nathan Scott | 1 | -5/+3 |
2005-05-06 | [XFS] remove noisy printk at vnode trace allocation | Eric Sandeen | 1 | -1/+0 |
2005-05-06 | [XFS] stop background sync from waiting for in-use inodes | Daniel Moore | 1 | -1/+4 |