| Commit message (Expand) | Author | Age | Files | Lines |
* | fuse: don't use inode in fuse_do_ioctl() helper | Miklos Szeredi | 2009-04-28 | 1 | -14/+21 |
* | fuse: don't use inode in fuse_sync_release() | Miklos Szeredi | 2009-04-28 | 3 | -39/+36 |
* | fuse: create fuse_do_open() helper for CUSE | Miklos Szeredi | 2009-04-28 | 3 | -27/+42 |
* | fuse: clean up args in fuse_finish_open() and fuse_release_fill() | Miklos Szeredi | 2009-04-28 | 3 | -23/+30 |
* | fuse: don't use inode in helpers called by fuse_direct_io() | Miklos Szeredi | 2009-04-28 | 3 | -34/+32 |
* | fuse: add members to struct fuse_file | Miklos Szeredi | 2009-04-28 | 2 | -2/+10 |
* | fuse: prepare fuse_direct_io() for CUSE | Miklos Szeredi | 2009-04-28 | 1 | -10/+23 |
* | fuse: clean up fuse_write_fill() | Miklos Szeredi | 2009-04-28 | 1 | -9/+8 |
* | fuse: use struct path in release structure | Miklos Szeredi | 2009-04-28 | 2 | -7/+5 |
* | fuse: misc cleanups | Tejun Heo | 2009-04-28 | 1 | -37/+44 |
* | fuse: destroy bdi on error | Miklos Szeredi | 2009-04-28 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2009-04-21 | 10 | -83/+272 |
|\ |
|
| * | Btrfs: fix btrfs fallocate oops and deadlock | Chris Mason | 2009-04-21 | 2 | -9/+31 |
| * | Btrfs: use the right node in reada_for_balance | Chris Mason | 2009-04-20 | 1 | -5/+12 |
| * | Btrfs: fix oops on page->mapping->host during writepage | Chris Mason | 2009-04-20 | 1 | -8/+32 |
| * | Btrfs: add a priority queue to the async thread helpers | Chris Mason | 2009-04-20 | 5 | -15/+56 |
| * | Btrfs: use WRITE_SYNC for synchronous writes | Chris Mason | 2009-04-20 | 5 | -46/+141 |
* | | hugetlbfs: return negative error code for bad mount option | Akinobu Mita | 2009-04-21 | 1 | -2/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes | Linus Torvalds | 2009-04-21 | 2 | -1/+9 |
|\ \ |
|
| * | | GFS2: Fix page_mkwrite() return code | Steven Whitehouse | 2009-04-20 | 1 | -1/+3 |
| * | | GFS2: Clear dirty bit at end of inode glock sync | Steven Whitehouse | 2009-04-20 | 1 | -0/+6 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2009-04-21 | 19 | -287/+183 |
|\ \ \ |
|
| * | | | fs: Mark get_filesystem_list() as __init function. | Tetsuo Handa | 2009-04-21 | 1 | -1/+1 |
| * | | | kill vfs_stat_fd / vfs_lstat_fd | Christoph Hellwig | 2009-04-21 | 2 | -71/+52 |
| * | | | Separate out common fstatat code into vfs_fstatat | Oleg Drokin | 2009-04-21 | 2 | -42/+33 |
| * | | | ecryptfs: use memdup_user() | Li Zefan | 2009-04-21 | 1 | -10/+5 |
| * | | | ncpfs: use memdup_user() | Li Zefan | 2009-04-21 | 1 | -14/+7 |
| * | | | xfs: use memdup_user() | Li Zefan | 2009-04-21 | 2 | -24/+11 |
| * | | | sysfs: use memdup_user() | Li Zefan | 2009-04-21 | 1 | -10/+3 |
| * | | | btrfs: use memdup_user() | Li Zefan | 2009-04-21 | 2 | -46/+16 |
| * | | | xattr: use memdup_user() | Li Zefan | 2009-04-21 | 1 | -7/+3 |
| * | | | autofs4: use memchr() in invalid_string() | Al Viro | 2009-04-21 | 1 | -6/+4 |
| * | | | Fix i_mutex vs. readdir handling in nfsd | David Woodhouse | 2009-04-21 | 3 | -43/+30 |
| * | | | fs/compat_ioctl: fix build when !BLOCK | Alexander Beregalov | 2009-04-21 | 1 | -4/+3 |
| * | | | Fix autofs_expire() | Al Viro | 2009-04-21 | 1 | -16/+18 |
| * | | | No need for crossing to mountpoint in audit_tag_tree() | Al Viro | 2009-04-21 | 1 | -1/+0 |
| * | | | Safer nfsd_cross_mnt() | Al Viro | 2009-04-21 | 1 | -2/+7 |
| * | | | Touch all affected namespaces on propagation of mount | Al Viro | 2009-04-21 | 1 | -1/+1 |
| * | | | Fix AUTOFS_DEV_IOCTL_REQUESTER_CMD | Al Viro | 2009-04-21 | 1 | -1/+1 |
* | | | | NFS: Fix the XDR iovec calculation in nfs3_xdr_setaclargs | Trond Myklebust | 2009-04-21 | 1 | -1/+2 |
|/ / / |
|
* | | | Don't set relatime when noatime is specified | Andi Kleen | 2009-04-19 | 1 | -2/+3 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2009-04-19 | 13 | -272/+407 |
|\ \ \ |
|
| * | | | cifs: when renaming don't try to unlink negative dentry | Jeff Layton | 2009-04-17 | 1 | -1/+2 |
| * | | | cifs: remove unneeded bcc_ptr update in CIFSTCon | Jeff Layton | 2009-04-17 | 1 | -1/+0 |
| * | | | cifs: add cFYI messages with some of the saved strings from ssetup/tcon | Jeff Layton | 2009-04-17 | 2 | -3/+11 |
| * | | | cifs: fix buffer size for tcon->nativeFileSystem field | Jeff Layton | 2009-04-17 | 1 | -5/+2 |
| * | | | cifs: fix unicode string area word alignment in session setup | Jeff Layton | 2009-04-17 | 1 | -21/+23 |
| * | | | [CIFS] Fix build break caused by change to new current_umask helper function | Steve French | 2009-04-17 | 1 | -1/+1 |
| * | | | [CIFS] Fix sparse warnings | Steve French | 2009-04-17 | 2 | -12/+18 |
| * | | | [CIFS] Add support for posix open during lookup | Steve French | 2009-04-17 | 3 | -80/+118 |