| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' | David Teigland | 2006-01-18 | 12 | -216/+584 |
|\ |
|
| * | [XFS] Fix a race in xfs_submit_ioend() where we can be completing I/O for | David Chinner | 2006-01-18 | 1 | -3/+26 |
| * | [PATCH] fuse: fix bitfield race | Miklos Szeredi | 2006-01-17 | 2 | -3/+23 |
| * | [PATCH] fuse: use asynchronous READ requests for readpages | Miklos Szeredi | 2006-01-17 | 1 | -17/+27 |
| * | [PATCH] fuse: READ request initialization | Miklos Szeredi | 2006-01-17 | 3 | -24/+18 |
| * | [PATCH] fuse: move INIT handling to inode.c | Miklos Szeredi | 2006-01-17 | 3 | -50/+45 |
| * | [PATCH] fuse: add asynchronous request support | Miklos Szeredi | 2006-01-17 | 3 | -14/+43 |
| * | [PATCH] fuse: add connection aborting | Miklos Szeredi | 2006-01-17 | 3 | -6/+88 |
| * | [PATCH] fuse: add number of waiting requests attribute | Miklos Szeredi | 2006-01-17 | 3 | -3/+21 |
| * | [PATCH] fuse: make fuse connection a kobject | Miklos Szeredi | 2006-01-17 | 3 | -43/+164 |
| * | [PATCH] fuse: extend semantics of connected flag | Miklos Szeredi | 2006-01-17 | 3 | -4/+6 |
| * | [PATCH] fuse: introduce list for requests under I/O | Miklos Szeredi | 2006-01-17 | 3 | -6/+10 |
| * | [PATCH] fuse: introduce unified request state | Miklos Szeredi | 2006-01-17 | 2 | -11/+19 |
| * | [PATCH] fuse: miscellaneous cleanup | Miklos Szeredi | 2006-01-17 | 3 | -15/+6 |
| * | [PATCH] fuse: uninline some functions | Miklos Szeredi | 2006-01-17 | 3 | -21/+17 |
| * | [PATCH] fuse: handle error INIT reply | Miklos Szeredi | 2006-01-17 | 1 | -1/+1 |
| * | [PATCH] fuse: fix request_end() | Miklos Szeredi | 2006-01-17 | 1 | -11/+7 |
| * | [PATCH] fuse: fuse_copy_finish() order fix | Miklos Szeredi | 2006-01-17 | 1 | -1/+3 |
| * | [PATCH] add /sys/fs | Miklos Szeredi | 2006-01-17 | 1 | -0/+5 |
| * | [PATCH] partitions: Read Rio Karma partition table | Bob Copeland | 2006-01-17 | 5 | -0/+77 |
| * | Make alloc_page_buffers() initialise buffer_heads using init_buffer(), | Nathan Scott | 2006-01-16 | 1 | -1/+1 |
* | | [GFS2] An update of the GFS2 lock modules | David Teigland | 2006-01-17 | 10 | -490/+752 |
* | | [GFS2] Fix typo in GFS2 Makefile | David Teigland | 2006-01-17 | 1 | -2/+2 |
* | | [GFS2] The lock modules for GFS2 | David Teigland | 2006-01-16 | 9 | -0/+1916 |
* | | [GFS2] The core of GFS2 | David Teigland | 2006-01-16 | 79 | -0/+28772 |
* | | [GFS2] Hook GFS2 into the Kbuild system | David Teigland | 2006-01-16 | 2 | -0/+2 |
* | | [PATCH] Add fs_subsys to enable filesystems to use sysfs | David Teigland | 2006-01-16 | 1 | -0/+5 |
|/ |
|
* | Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 | Linus Torvalds | 2006-01-16 | 3 | -20/+10 |
|\ |
|
| * | [XFS] remove no-longer-needed IS_NOATIME macro, twas just a build workaround | Nathan Scott | 2006-01-16 | 1 | -3/+0 |
| * | [XFS] mutex fallout - fix debug builds and remove no-longer-useful comment. | Nathan Scott | 2006-01-16 | 2 | -12/+2 |
| * | [XFS] Fix symlink creation too, with respect to initialising SELinux | Nathan Scott | 2006-01-16 | 1 | -5/+8 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-01-16 | 9 | -210/+210 |
|\ \
| |/
|/| |
|
| * | correct email address of Manfred Spraul | Christian Kujau | 2006-01-15 | 1 | -1/+1 |
| * | return statement cleanup - kill pointless parentheses | Jesper Juhl | 2006-01-15 | 8 | -209/+209 |
* | | [PATCH] Mark some key VFS functions as __always_inline | Arjan van de Ven | 2006-01-15 | 1 | -4/+4 |
* | | [PATCH] smbfs: remove kmalloc wrapper | Pekka Enberg | 2006-01-15 | 3 | -34/+12 |
* | | [PATCH] ncpfs: remove kmalloc wrapper | Pekka Enberg | 2006-01-15 | 2 | -26/+13 |
* | | [PATCH] quota: make useless quota error message informative | Valdis.Kletnieks@vt.edu | 2006-01-15 | 1 | -1/+2 |
* | | [PATCH] reiserfs: remove d_splice_alias NULL check from reiserfs_lookup | Pekka Enberg | 2006-01-15 | 1 | -5/+1 |
* | | [PATCH] isofs: remove d_splice_alias NULL check from isofs_lookup | Pekka Enberg | 2006-01-15 | 1 | -4/+1 |
* | | [PATCH] ext3: remove d_splice_alias NULL check from ext3_lookup | Pekka Enberg | 2006-01-15 | 1 | -4/+1 |
* | | [PATCH] ext2: remove d_splice_alias NULL check from ext2_lookup | Pekka Enberg | 2006-01-15 | 1 | -4/+1 |
* | | [PATCH] Add tmpfs options for memory placement policies | Robin Holt | 2006-01-15 | 1 | -1/+1 |
* | | [PATCH] Unlinline a bunch of other functions | Arjan van de Ven | 2006-01-15 | 16 | -48/+48 |
* | | [PATCH] convert /proc/devices to use seq_file interface | Neil Horman | 2006-01-15 | 2 | -33/+223 |
* | | [PATCH] autofs4 oops fix | Ian Kent | 2006-01-15 | 1 | -0/+2 |
|/ |
|
* | [PATCH] ufs cleanup | Evgeniy | 2006-01-14 | 5 | -55/+64 |
* | Merge ../linux-2.6 | Paul Mackerras | 2006-01-13 | 1 | -2/+2 |
|\ |
|
| * | [PATCH] Fix oops in ufs_fill_super at mount time | Evgeniy | 2006-01-13 | 1 | -2/+2 |
* | | [PATCH] powerpc: Add/remove/update properties in /proc/device-tree | Dave C Boutcher | 2006-01-13 | 1 | -0/+24 |
|/ |
|