| Commit message (Expand) | Author | Age | Files | Lines |
* | NFSv4.1/pnfs: Separate out metadata and data consistency for pNFS | Trond Myklebust | 2015-03-27 | 9 | -8/+47 |
* | NFSv4.1/pnfs: Ensure we send layoutcommit before return-on-close | Trond Myklebust | 2015-03-27 | 1 | -1/+4 |
* | NFSv4.1/pnfs: Ensure that writes respect the O_SYNC flag when doing O_DIRECT | Trond Myklebust | 2015-03-27 | 3 | -0/+3 |
* | NFSv4: Truncating file opens should also sync O_DIRECT writes | Trond Myklebust | 2015-03-27 | 2 | -2/+3 |
* | NFS: File unlock needs to be a metadata synchronisation point | Trond Myklebust | 2015-03-27 | 1 | -1/+1 |
* | NFS: Add a helper to sync both O_DIRECT and buffered writes | Trond Myklebust | 2015-03-27 | 1 | -6/+9 |
* | NFSv4.1/pnfs: Refactor pnfs_set_layoutcommit() | Trond Myklebust | 2015-03-27 | 4 | -42/+14 |
* | NFSv4.1/pnfs: Fix setting of layoutcommit last write byte | Trond Myklebust | 2015-03-27 | 1 | -9/+8 |
* | NFSv4: Return the delegation before returning the layout in evict_inode() | Trond Myklebust | 2015-03-27 | 1 | -2/+3 |
* | NFSv4: Allow tracing of NFSv4 fsync calls | Trond Myklebust | 2015-03-27 | 2 | -0/+8 |
* | NFS: Fix free_deveiceid -> free_deviceid | Trond Myklebust | 2015-03-27 | 2 | -4/+4 |
* | NFSv4.1: Don't cache deviceids that have no notifications | Trond Myklebust | 2015-03-27 | 3 | -0/+13 |
* | NFSv4.1: Allow getdeviceinfo to return notification info back to caller | Trond Myklebust | 2015-03-27 | 2 | -9/+10 |
* | NFSv4.1: Cleanup - don't opencode nfs4_put_deviceid_node() | Trond Myklebust | 2015-03-27 | 1 | -4/+2 |
* | NFSv4.1: Convert pNFS deviceid to use kfree_rcu() | Trond Myklebust | 2015-03-27 | 6 | -8/+7 |
* | nfs: clean up nfs_direct_IO | Peng Tao | 2015-03-13 | 1 | -7/+0 |
* | NFSv4: Append delegations to the per-client list instead of prepending | Trond Myklebust | 2015-03-12 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2015-03-06 | 9 | -62/+241 |
|\ |
|
| * | Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref. | Quentin Casasnovas | 2015-03-05 | 1 | -1/+1 |
| * | Btrfs: fix data loss in the fast fsync path | Filipe Manana | 2015-03-05 | 1 | -28/+28 |
| * | Btrfs: remove extra run_delayed_refs in update_cowonly_root | Josef Bacik | 2015-03-05 | 1 | -3/+0 |
| * | Btrfs: incremental send, don't rename a directory too soon | Filipe Manana | 2015-03-02 | 1 | -15/+156 |
| * | btrfs: fix lost return value due to variable shadowing | David Sterba | 2015-03-02 | 1 | -1/+0 |
| * | Btrfs: do not ignore errors from btrfs_lookup_xattr in do_setxattr | Filipe Manana | 2015-03-02 | 1 | -2/+6 |
| * | Btrfs: fix off-by-one logic error in btrfs_realloc_node | Filipe Manana | 2015-03-02 | 1 | -4/+4 |
| * | Btrfs: add missing inode update when punching hole | Filipe Manana | 2015-03-02 | 1 | -3/+28 |
| * | Btrfs: abort the transaction if we fail to update the free space cache inode | Josef Bacik | 2015-03-02 | 1 | -0/+16 |
| * | Btrfs: fix fsync race leading to ordered extent memory leaks | Filipe Manana | 2015-03-02 | 1 | -5/+2 |
* | | Merge tag 'locks-v4.0-3' of git://git.samba.org/jlayton/linux | Linus Torvalds | 2015-03-06 | 1 | -1/+2 |
|\ \ |
|
| * | | locks: fix fasync_struct memory leak in lease upgrade/downgrade handling | Jeff Layton | 2015-03-04 | 1 | -1/+2 |
* | | | Merge tag 'nfs-for-4.0-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2015-03-06 | 14 | -59/+237 |
|\ \ \ |
|
| * | | | NFSv4.1: Clear the old state by our client id before establishing a new lease | Trond Myklebust | 2015-03-03 | 3 | -5/+17 |
| * | | | NFSv4: Fix a race in NFSv4.1 server trunking discovery | Trond Myklebust | 2015-03-03 | 3 | -8/+17 |
| * | | | NFS: Don't write enable new pages while an invalidation is proceeding | Trond Myklebust | 2015-03-03 | 2 | -0/+4 |
| * | | | NFS: Fix a regression in the read() syscall | Trond Myklebust | 2015-03-03 | 2 | -5/+36 |
| * | | | NFSv4: Ensure we skip delegations that are already being returned | Trond Myklebust | 2015-03-02 | 1 | -0/+6 |
| * | | | NFSv4: Pin the superblock while we're returning the delegation | Trond Myklebust | 2015-03-02 | 1 | -4/+16 |
| * | | | NFSv4: Ensure we honour NFS_DELEGATION_RETURNING in nfs_inode_set_delegation() | Trond Myklebust | 2015-03-02 | 1 | -1/+4 |
| * | | | NFSv4: Ensure that we don't reap a delegation that is being returned | Trond Myklebust | 2015-03-02 | 1 | -5/+7 |
| * | | | NFS: Fix stateid used for NFS v4 closes | Anna Schumaker | 2015-03-02 | 1 | -2/+2 |
| * | | | NFSv4: Don't call put_rpccred() under the rcu_read_lock() | Trond Myklebust | 2015-03-01 | 1 | -1/+1 |
| * | | | NFS: Don't require a filehandle to refresh the inode in nfs_prime_dcache() | Trond Myklebust | 2015-03-01 | 1 | -3/+13 |
| * | | | NFSv3: Use the readdir fileid as the mounted-on-fileid | Trond Myklebust | 2015-03-01 | 1 | -0/+5 |
| * | | | NFS: Don't invalidate a submounted dentry in nfs_prime_dcache() | Trond Myklebust | 2015-03-01 | 1 | -0/+6 |
| * | | | NFSv4: Set a barrier in the update_changeattr() helper | Trond Myklebust | 2015-03-01 | 2 | -0/+2 |
| * | | | NFS: Fix nfs_post_op_update_inode() to set an attribute barrier | Trond Myklebust | 2015-03-01 | 1 | -0/+1 |
| * | | | NFS: Remove size hack in nfs_inode_attrs_need_update() | Trond Myklebust | 2015-03-01 | 1 | -8/+0 |
| * | | | NFSv4: Add attribute update barriers to delegreturn and pNFS layoutcommit | Trond Myklebust | 2015-03-01 | 1 | -0/+1 |
| * | | | NFS: Add attribute update barriers to NFS writebacks | Trond Myklebust | 2015-03-01 | 6 | -8/+56 |
| * | | | NFS: Set an attribute barrier on all updates | Trond Myklebust | 2015-03-01 | 1 | -0/+4 |