Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha... | Linus Torvalds | 2009-06-11 | 2 | -1/+4 |
|\ | |||||
| * | jfs: Add missing mutex_unlock call to error path | Dave Kleikamp | 2009-05-23 | 1 | -0/+1 |
| * | missing unlock in jfs_quota_write() | Dan Carpenter | 2009-04-07 | 1 | -1/+3 |
* | | Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-06-11 | 22 | -67/+389 |
|\ \ | |||||
| * | | fs/bio.c: add missing __user annotation | Michal Simek | 2009-06-10 | 1 | -1/+1 |
| * | | Revert "block: implement blkdev_readpages" | Jens Axboe | 2009-06-04 | 1 | -7/+0 |
| * | | block: Export I/O topology for block devices and partitions | Martin K. Petersen | 2009-05-22 | 1 | -0/+10 |
| * | | block: Use accessor functions for queue limits | Martin K. Petersen | 2009-05-22 | 1 | -9/+10 |
| * | | block: Do away with the notion of hardsect_size | Martin K. Petersen | 2009-05-22 | 16 | -25/+26 |
| * | | Merge branch 'master' into for-2.6.31 | Jens Axboe | 2009-05-22 | 5 | -64/+72 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into for-2.6.31 | Jens Axboe | 2009-05-22 | 114 | -2728/+2011 |
| |\ \ \ | |||||
| * | | | | splice: fix kmaps in default_file_splice_write() | Miklos Szeredi | 2009-05-19 | 1 | -108/+22 |
| * | | | | bio: always copy back data for copied kernel requests | Tejun Heo | 2009-05-19 | 1 | -1/+1 |
| * | | | | splice: fix error return code | Andrew Morton | 2009-05-14 | 1 | -1/+3 |
| * | | | | splice: fix repeated kmap()'s in default_file_splice_read() | Jens Axboe | 2009-05-13 | 1 | -6/+4 |
| * | | | | splice: implement default splice_write method | Miklos Szeredi | 2009-05-11 | 1 | -4/+138 |
| * | | | | splice: implement default splice_read method | Miklos Szeredi | 2009-05-11 | 4 | -14/+136 |
| * | | | | splice: implement pipe to pipe splicing | Miklos Szeredi | 2009-05-11 | 1 | -11/+151 |
| * | | | | block: add rq->resid_len | Tejun Heo | 2009-05-11 | 1 | -2/+2 |
| * | | | | block: implement blkdev_readpages | Jeff Moyer | 2009-04-28 | 1 | -0/+7 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw | Linus Torvalds | 2009-06-11 | 31 | -1575/+1522 |
|\ \ \ \ \ | |||||
| * | | | | | GFS2: Merge gfs2_get_sb into gfs2_get_sb_meta | Steven Whitehouse | 2009-06-10 | 1 | -12/+4 |
| * | | | | | GFS2: Fix cache coherency between truncate and O_DIRECT read | Steven Whitehouse | 2009-06-10 | 1 | -1/+1 |
| * | | | | | GFS2: Fix locking issue mounting gfs2meta fs | Steven Whitehouse | 2009-06-05 | 1 | -14/+22 |
| * | | | | | GFS2: Remove unused variable | Steven Whitehouse | 2009-06-03 | 1 | -2/+0 |
| * | | | | | GFS2: smbd proccess hangs with flock() call. | Abhijith Das | 2009-06-02 | 1 | -2/+2 |
| * | | | | | GFS2: Remove args subdir from gfs2 sysfs files | Steven Whitehouse | 2009-05-26 | 1 | -51/+1 |
| * | | | | | GFS2: Remove lockstruct subdir from gfs2 sysfs files | Steven Whitehouse | 2009-05-26 | 1 | -33/+8 |
| * | | | | | GFS2: Move gfs2_unlink_ok into ops_inode.c | Steven Whitehouse | 2009-05-22 | 3 | -41/+38 |
| * | | | | | GFS2: Move gfs2_readlinki into ops_inode.c | Steven Whitehouse | 2009-05-22 | 3 | -58/+56 |
| * | | | | | GFS2: Move gfs2_rmdiri into ops_inode.c | Steven Whitehouse | 2009-05-22 | 3 | -54/+53 |
| * | | | | | GFS2: Merge mount.c and ops_super.c into super.c | Steven Whitehouse | 2009-05-22 | 4 | -956/+903 |
| * | | | | | GFS2: Clean up some file names | Steven Whitehouse | 2009-05-22 | 12 | -55/+34 |
| * | | | | | GFS2: Be more aggressive in reclaiming unlinked inodes | Steven Whitehouse | 2009-05-21 | 2 | -3/+4 |
| * | | | | | GFS2: Add a rgrp bitmap full flag | Steven Whitehouse | 2009-05-21 | 2 | -30/+50 |
| * | | | | | GFS2: Improve resource group error handling | Steven Whitehouse | 2009-05-20 | 7 | -67/+99 |
| * | | | | | GFS2: Don't warn when delete inode fails on ro filesystem | Steven Whitehouse | 2009-05-19 | 1 | -1/+1 |
| * | | | | | GFS2: Umount recovery race fix | Steven Whitehouse | 2009-05-19 | 9 | -124/+122 |
| * | | | | | GFS2: Remove a couple of unused sysfs entries | Steven Whitehouse | 2009-05-13 | 1 | -13/+0 |
| * | | | | | GFS2: Add commit= mount option | Steven Whitehouse | 2009-05-13 | 5 | -60/+60 |
| * | | | | | GFS2: Move journal live test at transaction start | Steven Whitehouse | 2009-05-13 | 1 | -6/+3 |
| * | | | | | GFS2: Fix timestamps on write | Abhijith Das | 2009-05-12 | 1 | -10/+10 |
| * | | | | | GFS2: Something nonlinear this way comes! | Steven Whitehouse | 2009-05-11 | 1 | -13/+16 |
| * | | | | | GFS2: Optimise writepage for metadata | Steven Whitehouse | 2009-05-11 | 1 | -9/+57 |
| * | | | | | GFS2: Update the rw flags | Steven Whitehouse | 2009-05-11 | 3 | -20/+38 |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2009-06-11 | 13 | -177/+180 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cifs: remove never-used in6_addr option | Jeff Layton | 2009-06-10 | 1 | -11/+0 |
| * | | | | | | cifs: add addr= mount option alias for ip= | Jeff Layton | 2009-06-10 | 1 | -1/+2 |
| * | | | | | | [CIFS] Add mention of new mount parm (forceuid) to cifs readme | Steve French | 2009-06-06 | 2 | -2/+12 |
| * | | | | | | cifs: make overriding of ownership conditional on new mount options | Jeff Layton | 2009-06-06 | 1 | -4/+4 |