| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] w1: cleanups. | Evgeniy Polyakov | 2005-06-21 | 14 | -256/+171 |
* | [PATCH] w1_smem: support for new simple rom family [0x81 id]. | Evgeniy Polyakov | 2005-06-21 | 2 | -5/+24 |
* | [PATCH] w1_therm: support for ds18b20, ds1822 thermal sensors. | Evgeniy Polyakov | 2005-06-21 | 2 | -11/+85 |
* | Merge rsync://oss.sgi.com/git/xfs-2.6 | Linus Torvalds | 2005-06-21 | 73 | -1107/+957 |
|\ |
|
| * | [XFS] Handle inode semaphores properly for dmapi queues | Dean Roehrich | 2005-06-22 | 2 | -13/+20 |
| * | [XFS] Remove some debugging code from quota syscalls. | Nathan Scott | 2005-06-21 | 1 | -3/+0 |
| * | [XFS] Merge a few minor fixes to the quota warning code. | Nathan Scott | 2005-06-21 | 3 | -4/+32 |
| * | [XFS] Merge fixes into realtime quota code, since one/two reported, still | Nathan Scott | 2005-06-21 | 8 | -141/+143 |
| * | [XFS] Makes more sense to use the fsxattr interface instead of adding new | Nathan Scott | 2005-06-21 | 3 | -30/+10 |
| * | [XFS] (mostly) remove xfs_inval_cached_pages Since the last round of | Christoph Hellwig | 2005-06-21 | 4 | -32/+17 |
| * | [XFS] simplify ASSERT | Christoph Hellwig | 2005-06-21 | 2 | -7/+1 |
| * | [XFS] consolidate extent item freeing | Christoph Hellwig | 2005-06-21 | 3 | -103/+35 |
| * | [XFS] quiesce the filesystem proper when freezing | Christoph Hellwig | 2005-06-21 | 3 | -27/+40 |
| * | [XFS] add XFS_INOBT_IS_FREE_DISK | Christoph Hellwig | 2005-06-21 | 2 | -2/+11 |
| * | [XFS] Fix up some warning fallout from functions made static | Eric Sandeen | 2005-06-21 | 2 | -2/+2 |
| * | [XFS] Add support for project quota inheritance, a merge of Glens changes. | Nathan Scott | 2005-06-21 | 2 | -24/+37 |
| * | [XFS] Add support for project quota, based on Dan Knappes earlier work. | Nathan Scott | 2005-06-21 | 18 | -203/+348 |
| * | [XFS] remove xfs_incore_relse | Christoph Hellwig | 2005-06-21 | 3 | -20/+0 |
| * | [XFS] simplify XFS_PURGE_INODE | Christoph Hellwig | 2005-06-21 | 1 | -7/+1 |
| * | [XFS] rewrite xfs_iflush_all | Christoph Hellwig | 2005-06-21 | 3 | -94/+25 |
| * | [XFS] mark various symbols static Patch from Adrian Bunk | Christoph Hellwig | 2005-06-21 | 39 | -143/+135 |
| * | [XFS] Remove dead code. Patch from Adrian Bunk | Christoph Hellwig | 2005-06-21 | 10 | -214/+0 |
| * | [XFS] Fix pagebuf slab initialization | Christoph Hellwig | 2005-06-21 | 1 | -1/+1 |
| * | [XFS] fix some more compiler warnings in the vnode tracing code | Christoph Hellwig | 2005-06-21 | 1 | -2/+2 |
| * | [XFS] rename various pagebuf symbols to xfsbuf | Christoph Hellwig | 2005-06-21 | 1 | -66/+77 |
| * | [XFS] send dmapi events from nopage for mmapped files | Dean Roehrich | 2005-06-21 | 0 | -0/+0 |
| * | [XFS] Undo xfs-linux:xfs-kern:190622a | Dean Roehrich | 2005-06-21 | 0 | -0/+0 |
| * | [XFS] upate copyrights | Dean Roehrich | 2005-06-21 | 0 | -0/+0 |
| * | [XFS] coordinate mmap calls with xfs_dm_punch_hole | Dean Roehrich | 2005-06-21 | 2 | -3/+28 |
| * | [XFS] Add a get/set interface for XFS project identifiers. | Nathan Scott | 2005-06-21 | 5 | -2/+28 |
* | | [PATCH] md: remove unneeded NULL checks before kfree | Jesper Juhl | 2005-06-21 | 7 | -32/+17 |
* | | [PATCH] md: make sure md/bitmap doesn't try to write a page with active write... | NeilBrown | 2005-06-21 | 1 | -30/+38 |
* | | [PATCH] Two small fixes for md verion-1 superblocks. | NeilBrown | 2005-06-21 | 2 | -2/+2 |
* | | [PATCH] md: allow md to update multiple superblocks in parallel. | NeilBrown | 2005-06-21 | 2 | -37/+49 |
* | | [PATCH] md: allow md intent bitmap to be stored near the superblock. | NeilBrown | 2005-06-21 | 6 | -30/+170 |
* | | [PATCH] md: fix deadlock due to md thread processing delayed requests. | NeilBrown | 2005-06-21 | 7 | -39/+23 |
* | | [PATCH] md: optimise reconstruction when re-adding a recently failed drive. | NeilBrown | 2005-06-21 | 3 | -17/+65 |
* | | [PATCH] md: initialise sync_blocks in raid1 resync | NeilBrown | 2005-06-21 | 1 | -0/+1 |
* | | [PATCH] md: fix bug when raid1 attempts a partial reconstruct. | NeilBrown | 2005-06-21 | 1 | -7/+10 |
* | | [PATCH] md: raid1 support for bitmap intent logging | NeilBrown | 2005-06-21 | 2 | -30/+168 |
* | | [PATCH] md: don't skip bitmap pages due to lack of bit that we just cleared. | NeilBrown | 2005-06-21 | 1 | -18/+17 |
* | | [PATCH] md: enable the bitmap write-back daemon and wait for it. | NeilBrown | 2005-06-21 | 2 | -77/+55 |
* | | [PATCH] md: check return value of write_page, rather than ignore it | NeilBrown | 2005-06-21 | 1 | -6/+7 |
* | | [PATCH] md: improve debug-printing of bitmap superblock. | NeilBrown | 2005-06-21 | 1 | -10/+10 |
* | | [PATCH] md printk fix | akpm@osdl.org | 2005-06-21 | 1 | -1/+2 |
* | | [PATCH] md: make sure md bitmap is cleared on a clean start. | NeilBrown | 2005-06-21 | 1 | -15/+12 |
* | | [PATCH] md: minor code rearrangement in bitmap_init_from_disk | NeilBrown | 2005-06-21 | 1 | -8/+8 |
* | | [PATCH] md: print correct pid for newly created bitmap-writeback-daemon. | NeilBrown | 2005-06-21 | 1 | -1/+1 |
* | | [PATCH] md: call bitmap_daemon_work regularly | NeilBrown | 2005-06-21 | 1 | -1/+2 |
* | | [PATCH] md: a couple of tidyups relating to the bitmap file. | NeilBrown | 2005-06-21 | 2 | -13/+6 |