| Commit message (Expand) | Author | Age | Files | Lines |
* | hppfs: hppfs_read_file() may return -ERROR | Roel Kluin | 2009-04-02 | 1 | -1/+6 |
* | ext3: avoid false EIO errors | Jan Kara | 2009-04-02 | 1 | -65/+74 |
* | ext3: return -EIO not -ESTALE on directory traversal through deleted inode | Bryan Donlan | 2009-04-02 | 1 | -2/+10 |
* | ext3: use unsigned instead of int for type of blocksize in fs/ext3/namei.c | Wei Yongjun | 2009-04-02 | 1 | -8/+9 |
* | jbd: fix oops in jbd_journal_init_inode() on corrupted fs | Jan Kara | 2009-04-02 | 1 | -10/+24 |
* | ext3: remove the BKL in ext3/ioctl.c | Cyrus Massoumi | 2009-04-02 | 3 | -41/+22 |
* | vfs: check bh->b_blocknr only if BH_Mapped is set | Nikanth Karthikesan | 2009-04-02 | 1 | -3/+3 |
* | writeback: guard against jiffies wraparound on inode->dirtied_when checks (tr... | Jeff Layton | 2009-04-02 | 1 | -4/+22 |
* | vfs: skip I_CLEAR state inodes | Wu Fengguang | 2009-04-02 | 3 | -3/+4 |
* | nommu: fix a number of issues with the per-MM VMA patch | David Howells | 2009-04-02 | 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 |
| | * | | NFS: cleanup - remove struct nfs_inode->ncommit | Trond Myklebust | 2009-03-11 | 2 | -10/+16 |
| | * | | NFSv4: Simplify some cache consistency post-op GETATTRs | Trond Myklebust | 2009-03-11 | 1 | -5/+8 |
| | * | | NFSv4: A referral is assumed to always point to a directory. | Trond Myklebust | 2009-03-11 | 1 | -0/+14 |
| | * | | NFSv4: Make decode_getfattr() set fattr->valid to reflect what was decoded | Trond Myklebust | 2009-03-11 | 1 | -19/+73 |
| | * | | NFSv4: Clean up decode_getfattr() | Trond Myklebust | 2009-03-11 | 1 | -21/+57 |
| | * | | NFS: Fix the type of struct nfs_fattr->mode | Trond Myklebust | 2009-03-11 | 4 | -45/+37 |
| | * | | NFS: Shrink the struct nfs_fattr | Trond Myklebust | 2009-03-11 | 1 | -3/+0 |
| | * | | NFSv4: Support NFSv4 optional attributes in the struct nfs_fattr | Trond Myklebust | 2009-03-11 | 4 | -96/+161 |
| | * | | NFSv4: Ignore errors on the post-op attributes in SETATTR calls | Trond Myklebust | 2009-03-11 | 1 | -3/+1 |
| | * | | NFS: flush cached directory information slightly more readily. | NeilBrown | 2009-03-11 | 1 | -2/+13 |
| | * | | NFS: Minor __nfs_revalidate_inode cleanup | Suresh Jayaraman | 2009-03-11 | 1 | -3/+0 |
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2009-04-01 | 19 | -576/+1110 |
|\ \ \ \ |
|
| * | | | | ext4: Regularize mount options | Theodore Ts'o | 2009-03-28 | 1 | -8/+22 |
| * | | | | ext4: fix locking typo in mballoc which could cause soft lockup hangs | Theodore Ts'o | 2009-03-27 | 1 | -1/+1 |
| * | | | | ext4: fix typo which causes a memory leak on error path | Dan Carpenter | 2009-03-27 | 1 | -1/+1 |
| * | | | | jbd2: Update locking coments | Jan Kara | 2009-03-27 | 1 | -5/+19 |
| * | | | | ext4: Rename pa_linear to pa_type | Aneesh Kumar K.V | 2009-03-27 | 2 | -11/+17 |
| * | | | | ext4: add checks of block references for non-extent inodes | Thiemo Nagel | 2009-03-31 | 1 | -7/+52 |
| * | | | | ext4: Check for an valid i_mode when reading the inode from disk | Theodore Ts'o | 2009-03-26 | 1 | -1/+9 |
| * | | | | ext4: Use WRITE_SYNC for commits which are caused by fsync() | Theodore Ts'o | 2009-03-25 | 2 | -1/+6 |
| * | | | | ext4: Add auto_da_alloc mount option | Theodore Ts'o | 2009-03-16 | 4 | -15/+17 |
| * | | | | ext4: Use struct flex_groups to calculate get_orlov_stats() | Theodore Ts'o | 2009-03-04 | 3 | -17/+31 |
| * | | | | ext4: Use atomic_t's in struct flex_groups | Theodore Ts'o | 2009-03-04 | 6 | -37/+30 |