| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] revert ext3-writepages-support-for-writeback-mode | Andrew Morton | 2005-05-05 | 2 | -57/+1 |
* | [PATCH] remove do_sync parameter from __invalidate_device | Christoph Hellwig | 2005-05-05 | 2 | -19/+4 |
* | [PATCH] remove BK documentation | Adrian Bunk | 2005-05-05 | 1 | -3/+3 |
* | [PATCH] __block_write_full_page() simplification | Andrew Morton | 2005-05-05 | 1 | -9/+1 |
* | [PATCH] __block_write_full_page speedup | Andrew Morton | 2005-05-05 | 1 | -5/+1 |
* | [PATCH] __block_write_full_page race fix | Nick Piggin | 2005-05-05 | 1 | -5/+13 |
* | [PATCH] fix race in __block_prepare_write | Nick Piggin | 2005-05-05 | 1 | -4/+6 |
* | [PATCH] uml: hostfs failed mount handling | Jeff Dike | 2005-05-05 | 1 | -3/+7 |
* | [PATCH] avoid -ENOMEM due reclaimable slab caches | Andrea Arcangeli | 2005-05-05 | 2 | -2/+2 |
* | [XFS] Cleanup use of loff_t vs xfs_off_t in the core code. | Nathan Scott | 2005-05-05 | 4 | -19/+19 |
* | [XFS] Use the right offset when ensuring a delayed allocate conversion has co... | Nathan Scott | 2005-05-05 | 4 | -46/+56 |
* | [XFS] Do not do delalloc conversion on pages beyond EOF ever, not just sometimes | Nathan Scott | 2005-05-05 | 1 | -5/+3 |
* | [XFS] remove noisy printk at vnode trace allocation | Eric Sandeen | 2005-05-05 | 1 | -1/+0 |
* | [XFS] stop background sync from waiting for in-use inodes | Daniel Moore | 2005-05-05 | 1 | -1/+4 |
* | [XFS] Disable the combination of XFS direct IO and AIO until the IO completion | Nathan Scott | 2005-05-05 | 2 | -2/+44 |
* | [XFS] Resolve an issue with xfsbufd not getting along with swsusp. | Nathan Scott | 2005-05-05 | 1 | -2/+9 |
* | [XFS] Fix up warnings | Eric Sandeen | 2005-05-05 | 2 | -4/+4 |
* | [XFS] Allow initial XFS delayed allocation size to be increased beyond 64KB. | Nathan Scott | 2005-05-05 | 2 | -25/+48 |
* | [XFS] Add ATTR_NOLOCK for xfs_setattr to indicate that XFS_IOLOCK is held | Dean Roehrich | 2005-05-05 | 2 | -2/+10 |
* | [XFS] Enable XFS_VNODE_TRACE | Eric Sandeen | 2005-05-05 | 2 | -2/+3 |
* | [XFS] Fix up uses of nlink_t incorrectly restricting us to 2^16 links for som... | Nathan Scott | 2005-05-05 | 6 | -7/+8 |
* | [XFS] Block mount attempts for filesystems with version 1 directories. | Nathan Scott | 2005-05-05 | 1 | -0/+9 |
* | [XFS] Move the XFS inode to the front of its hash list on a cache hit | Nathan Scott | 2005-05-05 | 1 | -1/+50 |
* | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | David Woodhouse | 2005-05-05 | 1 | -3/+3 |
|\ |
|
| * | JFS: Endian errors | Dave Kleikamp | 2005-05-04 | 1 | -3/+3 |
* | | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | David Woodhouse | 2005-05-03 | 50 | -897/+1335 |
|\ \
| |/ |
|
| * | [PATCH] JFS: Don't allocate extents that overlap existing extents | Dave Kleikamp | 2005-05-02 | 3 | -25/+46 |
| * | [PATCH] JFS: Write journal sync points more often | Dave Kleikamp | 2005-05-02 | 4 | -9/+27 |
| * | [PATCH] JFS: Support page sizes greater than 4K | Dave Kleikamp | 2005-05-02 | 13 | -462/+806 |
| * | [PATCH] JFS: Changes for larger page size | Dave Kleikamp | 2005-05-02 | 3 | -28/+39 |
| * | [PATCH] JFS: Simplify creation of new iag | Dave Kleikamp | 2005-05-02 | 1 | -34/+36 |
| * | [PATCH] JFS: reduce number of synchronous transactions | Dave Kleikamp | 2005-05-02 | 1 | -23/+40 |
| * | [PATCH] DocBook: fix some descriptions | Martin Waitz | 2005-05-01 | 7 | -57/+67 |
| * | [PATCH] DocBook: changes and extensions to the kernel documentation | Pavel Pisa | 2005-05-01 | 1 | -5/+5 |
| * | [PATCH] ext3: remove unnecessary race then retry in ext3_get_block | Mingming Cao | 2005-05-01 | 1 | -83/+61 |
| * | [PATCH] reiserfs endianness: comp_short_keys() cleanup | Al Viro | 2005-05-01 | 3 | -25/+19 |
| * | [PATCH] reiserfs endianness: fix endianness bugs | Al Viro | 2005-05-01 | 1 | -1/+1 |
| * | [PATCH] reiserfs endianness: annotate little-endian objects | Al Viro | 2005-05-01 | 9 | -38/+46 |
| * | [PATCH] reiserfs endianness: clone struct reiserfs_key | Al Viro | 2005-05-01 | 3 | -4/+5 |
| * | [PATCH] autofs4: tree race fix | Ian Kent | 2005-05-01 | 3 | -4/+27 |
| * | [PATCH] autofs4: wait order fix | Ian Kent | 2005-05-01 | 2 | -10/+13 |
| * | [PATCH] hfs, hfsplus: don't leak s_fs_info and fix an oops | Colin Leroy | 2005-05-01 | 3 | -6/+13 |
| * | [PATCH] aio: optimize io_submit_one() | Ken Chen | 2005-05-01 | 1 | -4/+8 |
| * | [PATCH] aio: clean up debug code | Ken Chen | 2005-05-01 | 1 | -28/+5 |
| * | [PATCH] aio: ring wrapping simplification | Ken Chen | 2005-05-01 | 1 | -1/+2 |
| * | [PATCH] aio: remove superfluous kiocb member initialization | Ken Chen | 2005-05-01 | 1 | -10/+1 |
| * | [PATCH] convert that currently tests _NSIG directly to use valid_signal() | Jesper Juhl | 2005-05-01 | 1 | -1/+2 |
| * | [PATCH] reiserfs: journal_init fix | Edward Shishkin | 2005-05-01 | 1 | -7/+5 |
| * | [PATCH] Fix rewriting on a full reiserfs filesystem | Jan Kara | 2005-05-01 | 1 | -4/+5 |
| * | [PATCH] reiserfs: make resize option auto-get new device size | Paolo 'Blaisorblade' Giarrusso | 2005-05-01 | 1 | -7/+14 |