| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | cifs: add cruid= mount option | Jeff Layton | 2011-01-14 | 1 | -0/+2 |
| * | | | cifs: cFYI the entire error code in map_smb_to_linux_error | Jeff Layton | 2011-01-14 | 1 | -2/+2 |
* | | | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2011-01-17 | 3 | -10/+9 |
|\ \ \ \ |
|
| * | | | | jffs2: typo in comment | Dan Carpenter | 2010-12-03 | 1 | -1/+1 |
| * | | | | jffs2: fix error value sign | Vasiliy Kulikov | 2010-12-03 | 1 | -6/+6 |
| * | | | | jffs2: use vzalloc | Joe Perches | 2010-12-03 | 1 | -3/+2 |
* | | | | | fs: fix address space warnings in ioctl_fiemap() | Namhyung Kim | 2011-01-17 | 1 | -5/+5 |
* | | | | | aio: check return value of create_workqueue() | Namhyung Kim | 2011-01-17 | 1 | -1/+1 |
* | | | | | hpfs_setattr error case avoids unlock_kernel | Dr. David Alan Gilbert | 2011-01-17 | 1 | -1/+1 |
* | | | | | compat: copy missing fields in compat_statfs64 to user | Namhyung Kim | 2011-01-17 | 1 | -1/+3 |
* | | | | | compat: update comment of compat statfs syscalls | Namhyung Kim | 2011-01-17 | 1 | -1/+1 |
* | | | | | compat: remove unnecessary assignment in compat_rw_copy_check_uvector() | Namhyung Kim | 2011-01-17 | 1 | -3/+1 |
* | | | | | fs: FS_POSIX_ACL does not depend on BLOCK | Randy Dunlap | 2011-01-17 | 1 | -9/+8 |
* | | | | | fs: Remove unlikely() from fget_light() | Steven Rostedt | 2011-01-17 | 1 | -1/+1 |
* | | | | | fallocate should be a file operation | Christoph Hellwig | 2011-01-17 | 11 | -444/+437 |
* | | | | | make the feature checks in ->fallocate future proof | Christoph Hellwig | 2011-01-17 | 5 | -3/+8 |
* | | | | | tidy up around finish_automount() | Al Viro | 2011-01-17 | 2 | -30/+18 |
* | | | | | don't drop newmnt on error in do_add_mount() | Al Viro | 2011-01-17 | 1 | -11/+5 |
* | | | | | Take the completion of automount into new helper | Al Viro | 2011-01-17 | 3 | -26/+39 |
| |_|/ /
|/| | | |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/nab... | Linus Torvalds | 2011-01-16 | 3 | -6/+4 |
|\ \ \ \ |
|
| * | | | | ocfs2: Make OCFS2_FS depend on CONFIGFS_FS | Nicholas Bellinger | 2011-01-16 | 1 | -2/+1 |
| * | | | | dlm: Make DLM depend on CONFIGFS_FS | Nicholas Bellinger | 2011-01-16 | 1 | -2/+1 |
| * | | | | configfs: change depends -> select SYSFS | Nicholas Bellinger | 2011-01-16 | 1 | -2/+2 |
* | | | | | VFS: Fix UP compile error in fs/namespace.c | Al Viro | 2011-01-16 | 1 | -7/+24 |
* | | | | | fs/btrfs: Fix build of ctree | Stefan Schmidt | 2011-01-16 | 1 | -0/+1 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus | Linus Torvalds | 2011-01-16 | 15 | -30/+203 |
|\ \ \ \ \ |
|
| * | | | | | Squashfs: simplify CONFIG_SQUASHFS_LZO handling | Phillip Lougher | 2011-01-13 | 3 | -9/+6 |
| * | | | | | Squashfs: move squashfs_i() definition from squashfs.h | Phillip Lougher | 2011-01-13 | 10 | -13/+6 |
| * | | | | | Squashfs: get rid of default n in Kconfig | Phillip Lougher | 2011-01-13 | 1 | -3/+0 |
| * | | | | | Squashfs: add missing check in zlib_wrapper | Phillip Lougher | 2011-01-13 | 1 | -0/+5 |
| * | | | | | Squashfs: remove unnecessary variable in zlib_wrapper | Phillip Lougher | 2011-01-13 | 1 | -5/+4 |
| * | | | | | Squashfs: Add XZ compression configuration option | Phillip Lougher | 2011-01-13 | 4 | -0/+28 |
| * | | | | | Squashfs: add XZ compression support | Phillip Lougher | 2011-01-13 | 2 | -0/+154 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-01-16 | 28 | -834/+935 |
|\ \ \ \ \ \ |
|
| * | | | | | | sanitize vfsmount refcounting changes | Al Viro | 2011-01-16 | 7 | -111/+73 |
| * | | | | | | fix old umount_tree() breakage | Al Viro | 2011-01-16 | 1 | -3/+5 |
| * | | | | | | autofs4: Merge the remaining dentry ops tables | David Howells | 2011-01-15 | 3 | -20/+4 |
| * | | | | | | Unexport do_add_mount() and add in follow_automount(), not ->d_automount() | David Howells | 2011-01-15 | 6 | -74/+86 |
| * | | | | | | Allow d_manage() to be used in RCU-walk mode | David Howells | 2011-01-15 | 2 | -9/+14 |
| * | | | | | | Remove a further kludge from __do_follow_link() | David Howells | 2011-01-15 | 1 | -6/+2 |
| * | | | | | | autofs4: Add v4 pseudo direct mount support | Ian Kent | 2011-01-15 | 1 | -0/+58 |
| * | | | | | | autofs4: Fix wait validation | Ian Kent | 2011-01-15 | 1 | -1/+16 |
| * | | | | | | autofs4: Clean up autofs4_free_ino() | Ian Kent | 2011-01-15 | 2 | -22/+0 |
| * | | | | | | autofs4: Clean up dentry operations | Ian Kent | 2011-01-15 | 3 | -29/+26 |
| * | | | | | | autofs4: Clean up inode operations | Ian Kent | 2011-01-15 | 3 | -21/+1 |
| * | | | | | | autofs4: Remove unused code | Ian Kent | 2011-01-15 | 2 | -250/+0 |
| * | | | | | | autofs4: Add d_manage() dentry operation | Ian Kent | 2011-01-15 | 4 | -40/+159 |
| * | | | | | | autofs4: Add d_automount() dentry operation | Ian Kent | 2011-01-15 | 4 | -112/+189 |
| * | | | | | | Remove the automount through follow_link() kludge code from pathwalk | David Howells | 2011-01-15 | 1 | -14/+3 |
| * | | | | | | CIFS: Use d_automount() rather than abusing follow_link() | David Howells | 2011-01-15 | 4 | -67/+80 |