| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei... | Linus Torvalds | 2008-10-10 | 7 | -98/+276 |
|\ |
|
| * | dlm: choose better identifiers | Andrew Morton | 2008-09-05 | 1 | -22/+22 |
| * | dlm: remove bkl | David Teigland | 2008-09-04 | 1 | -8/+1 |
| * | dlm: fix address compare | David Teigland | 2008-09-02 | 1 | -2/+31 |
| * | dlm: fix locking of lockspace list in dlm_scand | David Teigland | 2008-08-28 | 2 | -2/+26 |
| * | dlm: detect available userspace daemon | David Teigland | 2008-08-28 | 4 | -2/+85 |
| * | dlm: allow multiple lockspace creates | David Teigland | 2008-08-28 | 5 | -62/+111 |
* | | Fix barrier fail detection in XFS | Christoph Hellwig | 2008-10-10 | 3 | -4/+14 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw | Linus Torvalds | 2008-10-10 | 15 | -798/+649 |
|\ \ |
|
| * | | GFS2: Support for I/O barriers | Steven Whitehouse | 2008-09-26 | 2 | -3/+19 |
| * | | GFS2: high time to take some time over atime | Steven Whitehouse | 2008-09-18 | 10 | -167/+65 |
| * | | GFS2: The war on bloat | Steven Whitehouse | 2008-09-18 | 1 | -15/+15 |
| * | | GFS2: GFS2 will panic if you misspell any mount options | Abhijith Das | 2008-09-15 | 1 | -6/+9 |
| * | | GFS2: Direct IO write at end of file error | Bob Peterson | 2008-09-15 | 1 | -1/+1 |
| * | | GFS2: Use an IS_ERR test rather than a NULL test | Julien Brunel | 2008-09-05 | 1 | -3/+1 |
| * | | GFS2: Fix race relating to glock min-hold time | Steven Whitehouse | 2008-09-05 | 1 | -0/+2 |
| * | | GFS2: Fix & clean up GFS2 rename | Steven Whitehouse | 2008-08-27 | 3 | -60/+60 |
| * | | GFS2: rm on multiple nodes causes panic | Bob Peterson | 2008-08-13 | 1 | -18/+38 |
| * | | GFS2: Fix metafs mounts | Steven Whitehouse | 2008-08-13 | 6 | -535/+448 |
| * | | GFS2: Fix debugfs glock file iterator | Steven Whitehouse | 2008-08-13 | 1 | -5/+6 |
* | | | Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2008-10-10 | 6 | -292/+502 |
|\ \ \ |
|
| * | | | block_dev: fix kernel-doc in new functions | Randy Dunlap | 2008-10-09 | 1 | -9/+4 |
| * | | | block: mark bio_split_pool static | Denis ChengRq | 2008-10-09 | 1 | -5/+4 |
| * | | | block: Find bio sector offset given idx and offset | Martin K. Petersen | 2008-10-09 | 1 | -0/+36 |
| * | | | block: Introduce integrity data ownership flag | Martin K. Petersen | 2008-10-09 | 1 | -1/+2 |
| * | | | block: revert part of d7533ad0e132f92e75c1b2eb7c26387b25a583c1 | Jens Axboe | 2008-10-09 | 1 | -5/+0 |
| * | | | block: cleanup some of the integrity stuff in blkdev.h | Jens Axboe | 2008-10-09 | 1 | -0/+31 |
| * | | | block: add bio_kmalloc() | Jens Axboe | 2008-10-09 | 1 | -21/+75 |
| * | | | Call flush_disk() after detecting an online resize. | Andrew Patterson | 2008-10-09 | 1 | -0/+1 |
| * | | | Added flush_disk to factor out common buffer cache flushing code. | Andrew Patterson | 2008-10-09 | 1 | -5/+27 |
| * | | | Check for device resize when rescanning partitions | Andrew Patterson | 2008-10-09 | 1 | -1/+2 |
| * | | | Adjust block device size after an online resize of a disk. | Andrew Patterson | 2008-10-09 | 1 | -0/+37 |
| * | | | Wrapper for lower-level revalidate_disk routines. | Andrew Patterson | 2008-10-09 | 1 | -0/+21 |
| * | | | block: make blk_rq_map_user take a NULL user-space buffer | FUJITA Tomonori | 2008-10-09 | 1 | -4/+4 |
| * | | | bio: convert bio_copy_kern to use bio_copy_user | FUJITA Tomonori | 2008-10-09 | 1 | -50/+4 |
| * | | | block: introduce struct rq_map_data to use reserved pages | FUJITA Tomonori | 2008-10-09 | 1 | -17/+41 |
| * | | | block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov | FUJITA Tomonori | 2008-10-09 | 1 | -14/+19 |
| * | | | block: add support for IO CPU affinity | Jens Axboe | 2008-10-09 | 1 | -0/+1 |
| * | | | block: allow disk to have extended device number | Tejun Heo | 2008-10-09 | 1 | -0/+1 |
| * | | | block: replace @ext_minors with GENHD_FL_EXT_DEVT | Tejun Heo | 2008-10-09 | 1 | -3/+1 |
| * | | | block: make partition array dynamic | Tejun Heo | 2008-10-09 | 1 | -5/+26 |
| * | | | block: move stats from disk to part0 | Tejun Heo | 2008-10-09 | 1 | -6/+6 |
| * | | | block: kill GENHD_FL_FAIL and use part0->make_it_fail | Tejun Heo | 2008-10-09 | 1 | -5/+5 |
| * | | | block: always set bdev->bd_part | Tejun Heo | 2008-10-09 | 2 | -42/+32 |
| * | | | block: move holder_dir from disk to part0 | Tejun Heo | 2008-10-09 | 2 | -21/+4 |
| * | | | block: move policy from disk to part0 | Tejun Heo | 2008-10-09 | 1 | -1/+1 |
| * | | | block: unify sysfs size node handling | Tejun Heo | 2008-10-09 | 1 | -2/+2 |
| * | | | block: move capacity from disk to part0 | Tejun Heo | 2008-10-09 | 1 | -1/+1 |
| * | | | block: introduce partition 0 | Tejun Heo | 2008-10-09 | 2 | -7/+7 |
| * | | | block: implement and use {disk|part}_to_dev() | Tejun Heo | 2008-10-09 | 2 | -39/+44 |