| Commit message (Expand) | Author | Age | Files | Lines |
* | fs/ufs: return f_fsid for statfs(2) | Coly Li | 2009-04-03 | 1 | -0/+3 |
* | fs/sysv: return f_fsid for statfs(2) | Coly Li | 2009-04-03 | 1 | -0/+3 |
* | fs/squashfs: return f_fsid for statfs(2) | Coly Li | 2009-04-03 | 1 | -0/+3 |
* | fs/reiserfs: return f_fsid for statfs(2) | Coly Li | 2009-04-03 | 2 | -0/+6 |
* | fs/qnx4: return f_fsid for statfs(2) | Coly Li | 2009-04-03 | 1 | -0/+3 |
* | fs/omfs: return f_fsid for statfs(2) | Coly Li | 2009-04-03 | 1 | -0/+5 |
* | fs/minix: return f_fsid for statfs(2) | Coly Li | 2009-04-03 | 1 | -3/+8 |
* | fs/isofs: return f_fsid for statfs(2) | Coly Li | 2009-04-03 | 1 | -0/+3 |
* | fs/hpfs: return f_fsid for statfs(2) | Coly Li | 2009-04-03 | 1 | -0/+3 |
* | fs/hfsplus: return f_fsid for statfs(2) | Coly Li | 2009-04-03 | 1 | -0/+3 |
* | fs/hfs: return f_fsid for statfs(2) | Coly Li | 2009-04-03 | 1 | -0/+3 |
* | fs/fat: return f_fsid for statfs(2) | Coly Li | 2009-04-03 | 1 | -1/+5 |
* | fs/efs: return f_fsid for statfs(2) | Coly Li | 2009-04-03 | 1 | -8/+12 |
* | fs/cramfs: return f_fsid for statfs(2) | Coly Li | 2009-04-03 | 1 | -0/+3 |
* | fs/befs: return f_fsid for statfs(2) | Coly Li | 2009-04-03 | 1 | -0/+3 |
* | fs/affs: return f_fsid for statfs(2) | Coly Li | 2009-04-03 | 1 | -0/+4 |
* | fs/adfs: return f_fsid for statfs(2) | Coly Li | 2009-04-03 | 1 | -6/+10 |
* | preadv/pwritev: switch compat readv/preadv/writev/pwritev from fget to fget_l... | Gerd Hoffmann | 2009-04-03 | 1 | -8/+12 |
* | preadv/pwritev: Add preadv and pwritev system calls. | Gerd Hoffmann | 2009-04-03 | 2 | -0/+86 |
* | preadv/pwritev: create compat_writev() | Gerd Hoffmann | 2009-04-03 | 1 | -7/+18 |
* | preadv/pwritev: create compat_readv() | Gerd Hoffmann | 2009-04-03 | 1 | -8/+18 |
* | cramfs: propagate uncompression errors | David VomLehn | 2009-04-03 | 2 | -11/+27 |
* | bin_elf_fdpic: check the return value of clear_user | Mike Frysinger | 2009-04-03 | 1 | -8/+17 |
* | hppfs: hppfs_read_file() may return -ERROR | Roel Kluin | 2009-04-03 | 1 | -1/+6 |
* | ext3: avoid false EIO errors | Jan Kara | 2009-04-03 | 1 | -65/+74 |
* | ext3: return -EIO not -ESTALE on directory traversal through deleted inode | Bryan Donlan | 2009-04-03 | 1 | -2/+10 |
* | ext3: use unsigned instead of int for type of blocksize in fs/ext3/namei.c | Wei Yongjun | 2009-04-03 | 1 | -8/+9 |
* | jbd: fix oops in jbd_journal_init_inode() on corrupted fs | Jan Kara | 2009-04-03 | 1 | -10/+24 |
* | ext3: remove the BKL in ext3/ioctl.c | Cyrus Massoumi | 2009-04-03 | 3 | -41/+22 |
* | vfs: check bh->b_blocknr only if BH_Mapped is set | Nikanth Karthikesan | 2009-04-03 | 1 | -3/+3 |
* | writeback: guard against jiffies wraparound on inode->dirtied_when checks (tr... | Jeff Layton | 2009-04-03 | 1 | -4/+22 |
* | vfs: skip I_CLEAR state inodes | Wu Fengguang | 2009-04-03 | 3 | -3/+4 |
* | nommu: fix a number of issues with the per-MM VMA patch | David Howells | 2009-04-03 | 2 | -3/+3 |
* | Merge branch 'for-linus' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2009-04-01 | 23 | -420/+584 |
|\ |
|
| * | Merge branch 'devel' into for-linus | Trond Myklebust | 2009-04-01 | 23 | -420/+584 |
| |\ |
|
| | * | NSM: Fix unaligned accesses in nsm_init_private() | Mans Rullgard | 2009-04-01 | 1 | -2/+6 |
| | * | NFS: Simplify logic to compare socket addresses in client.c | Chuck Lever | 2009-03-28 | 1 | -64/+52 |
| | * | Merge commit '9f4c899c0d90e1b51b6864834f3877b47c161a0e' into devel | Trond Myklebust | 2009-03-28 | 1 | -29/+39 |
| | |\ |
|
| | * | | NFS: Start PF_INET6 callback listener only if IPv6 support is available | Chuck Lever | 2009-03-28 | 3 | -2/+21 |
| | * | | lockd: Start PF_INET6 listener only if IPv6 support is available | Chuck Lever | 2009-03-28 | 2 | -59/+22 |
| | * | | NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacks | Chuck Lever | 2009-03-28 | 2 | -24/+3 |
| | * | | SUNRPC: Remove @family argument from svc_create() and svc_create_pooled() | Chuck Lever | 2009-03-28 | 3 | -4/+2 |
| | * | | SUNRPC: Change svc_create_xprt() to take a @family argument | Chuck Lever | 2009-03-28 | 4 | -6/+7 |
| | * | | NFSD: If port value written to /proc/fs/nfsd/portlist is invalid, return EINVAL | Chuck Lever | 2009-03-28 | 1 | -1/+3 |
| | * | | NFS: Optimise NFS close() | Trond Myklebust | 2009-03-19 | 6 | -21/+46 |
| | * | | NFS: Fix the notifications when renaming onto an existing file | Trond Myklebust | 2009-03-19 | 1 | -5/+4 |
| | * | | NFS: Fix up a mismerged patch | Trond Myklebust | 2009-03-19 | 1 | -1/+1 |
| | * | | NFS: load the rpc/rdma transport module automatically | Tom Talpey | 2009-03-11 | 1 | -1/+3 |
| | * | | NFS: Kill the "defined but not used" compile error on nommu machines | Trond Myklebust | 2009-03-11 | 1 | -7/+5 |
| | * | | NFS: Throttle page dirtying while we're flushing to disk | Trond Myklebust | 2009-03-11 | 6 | -29/+42 |