| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2010-05-30 | 4 | -81/+494 |
|\ |
|
| * | mm: export generic_pipe_buf_*() to modules | Miklos Szeredi | 2010-05-26 | 1 | -0/+6 |
| * | fuse: support splice() reading from fuse device | Miklos Szeredi | 2010-05-25 | 1 | -41/+187 |
| * | fuse: allow splice to move pages | Miklos Szeredi | 2010-05-25 | 3 | -15/+167 |
| * | fuse: support splice() writing to fuse device | Miklos Szeredi | 2010-05-25 | 1 | -31/+144 |
| * | fuse: get page reference for readpages | Miklos Szeredi | 2010-05-25 | 1 | -0/+2 |
| * | fuse: use get_user_pages_fast() | Miklos Szeredi | 2010-05-25 | 2 | -8/+2 |
| * | fuse: remove unneeded variable | Dan Carpenter | 2010-05-25 | 1 | -2/+2 |
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2010-05-30 | 24 | -495/+232 |
|\ \ |
|
| * | | quota: Convert quota statistics to generic percpu_counter | Dmitry Monakhov | 2010-05-27 | 1 | -33/+13 |
| * | | ext3 uses rb_node = NULL; to zero rb_root. | Venkatesh Pallipadi | 2010-05-27 | 1 | -1/+1 |
| * | | quota: Fixup dquot_transfer | Jan Kara | 2010-05-27 | 1 | -1/+1 |
| * | | reiserfs: Fix resuming of quotas on remount read-write | Jan Kara | 2010-05-27 | 1 | -2/+10 |
| * | | ufs: Remove dead quota code | Jan Kara | 2010-05-24 | 7 | -195/+1 |
| * | | udf: Remove dead quota code | Jan Kara | 2010-05-24 | 7 | -128/+6 |
| * | | quota: rename default quotactl methods to dquot_ | Christoph Hellwig | 2010-05-24 | 9 | -75/+75 |
| * | | quota: explicitly set ->dq_op and ->s_qcop | Christoph Hellwig | 2010-05-24 | 6 | -6/+22 |
| * | | quota: drop remount argument to ->quota_on and ->quota_off | Christoph Hellwig | 2010-05-24 | 6 | -34/+16 |
| * | | quota: move unmount handling into the filesystem | Christoph Hellwig | 2010-05-24 | 8 | -1/+14 |
| * | | quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers | Christoph Hellwig | 2010-05-24 | 9 | -83/+61 |
| * | | quota: move remount handling into the filesystem | Christoph Hellwig | 2010-05-24 | 8 | -14/+84 |
| * | | ocfs2: Fix use after free on remount read-only | Jan Kara | 2010-05-24 | 1 | -1/+7 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2010-05-30 | 17 | -32/+85 |
|\ \ \ |
|
| * | | | ceph: clean up on forwarded aborted mds request | Sage Weil | 2010-05-29 | 1 | -4/+9 |
| * | | | ceph: fix leak of osd authorizer | Sage Weil | 2010-05-29 | 1 | -1/+6 |
| * | | | ceph: close out mds, osd connections before stopping auth | Sage Weil | 2010-05-29 | 3 | -1/+16 |
| * | | | ceph: make lease code DN specific | Sage Weil | 2010-05-29 | 2 | -12/+13 |
| * | | | fs/ceph: Use ERR_CAST | Julia Lawall | 2010-05-29 | 6 | -6/+6 |
| * | | | ceph: renew auth tickets before they expire | Sage Weil | 2010-05-29 | 4 | -1/+27 |
| * | | | ceph: do not resend mon requests on auth ticket renewal | Sage Weil | 2010-05-29 | 1 | -1/+4 |
| * | | | ceph: removed duplicated #includes | Andrea Gelmini | 2010-05-29 | 2 | -2/+0 |
| * | | | ceph: avoid possible null dereference | Sage Weil | 2010-05-29 | 1 | -2/+2 |
| * | | | ceph: make mds requests killable, not interruptible | Sage Weil | 2010-05-29 | 1 | -2/+2 |
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2010-05-28 | 1 | -1/+20 |
|\ \ \ \ |
|
| * | | | | Add x64 support to debugfs | Huang Ying | 2010-05-19 | 1 | -1/+20 |
* | | | | | remove detritus left by "mm: make read_cache_page synchronous" | Al Viro | 2010-05-28 | 1 | -4/+1 |
* | | | | | fix fs/sysv s_dirt handling | Al Viro | 2010-05-27 | 1 | -0/+1 |
* | | | | | fat: convert to use the new truncate convention. | npiggin@suse.de | 2010-05-27 | 3 | -15/+57 |
* | | | | | ext2: convert to use the new truncate convention. | npiggin@suse.de | 2010-05-27 | 3 | -36/+119 |
* | | | | | fs: convert simple fs to new truncate | Nick Piggin | 2010-05-27 | 5 | -19/+15 |
* | | | | | kill spurious reference to vmtruncate | npiggin@suse.de | 2010-05-27 | 10 | -22/+37 |
* | | | | | fs: introduce new truncate sequence | npiggin@suse.de | 2010-05-27 | 4 | -56/+254 |
* | | | | | fs/super: fix kernel-doc warning | Randy Dunlap | 2010-05-27 | 1 | -2/+2 |
* | | | | | fs/minix: bugfix, number of indirect block ptrs per block depends on block size | Erik van der Kouwe | 2010-05-27 | 1 | -12/+15 |
* | | | | | rename the generic fsync implementations | Christoph Hellwig | 2010-05-27 | 20 | -28/+40 |
* | | | | | drop unused dentry argument to ->fsync | Christoph Hellwig | 2010-05-27 | 55 | -127/+106 |
* | | | | | fs: Add missing mutex_unlock | Julia Lawall | 2010-05-27 | 1 | -4/+9 |
* | | | | | get rid of the magic around f_count in aio | Al Viro | 2010-05-27 | 2 | -14/+13 |
* | | | | | VFS: fix recent breakage of FS_REVAL_DOT | Neil Brown | 2010-05-27 | 1 | -1/+1 |
* | | | | | Revert "anon_inode: set S_IFREG on the anon_inode" | Al Viro | 2010-05-27 | 1 | -1/+1 |