| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-04-27 | 21 | -123/+122 |
|\ |
|
| * | direct-io: only inc/dec inode->i_dio_count for file systems | Jens Axboe | 2015-04-24 | 1 | -5/+5 |
| * | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 21 | -118/+117 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-04-17 | 3 | -34/+25 |
|\| |
|
| * | NFS: Don't use d_inode as a variable name | David Howells | 2015-04-15 | 1 | -4/+4 |
| * | nfs: generic_write_checks() shouldn't be done on swapout... | Al Viro | 2015-04-15 | 2 | -13/+10 |
| * | mirror O_APPEND and O_DIRECT into iocb->ki_flags | Al Viro | 2015-04-12 | 1 | -3/+3 |
| * | switch generic_write_checks() to iocb and iter | Al Viro | 2015-04-12 | 1 | -15/+10 |
| * | generic_write_checks(): drop isblk argument | Al Viro | 2015-04-12 | 1 | -1/+1 |
| * | direct_IO: remove rw from a_ops->direct_IO() | Omar Sandoval | 2015-04-12 | 1 | -2/+1 |
| * | direct_IO: use iov_iter_rw() instead of rw everywhere | Omar Sandoval | 2015-04-12 | 1 | -1/+1 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-04-16 | 1 | -1/+1 |
|\ \ |
|
| * | | kernel: conditionally support non-root users, groups and capabilities | Iulia Manda | 2015-04-16 | 1 | -1/+1 |
* | | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2015-04-15 | 2 | -4/+0 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | make new_sync_{read,write}() static | Al Viro | 2015-04-12 | 2 | -4/+0 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-04-15 | 1 | -5/+0 |
|\ \
| |/
|/| |
|
| * | page_writeback: clean up mess around cancel_dirty_page() | Konstantin Khlebnikov | 2015-04-15 | 1 | -5/+0 |
* | | Merge branch 'iocb' into for-next | Al Viro | 2015-04-12 | 2 | -3/+2 |
|\ \
| |/
|/| |
|
| * | fs: move struct kiocb to fs.h | Christoph Hellwig | 2015-03-26 | 1 | -1/+0 |
| * | fs: split generic and aio kiocb | Christoph Hellwig | 2015-03-13 | 1 | -1/+1 |
| * | fs: remove ki_nbytes | Christoph Hellwig | 2015-03-13 | 1 | -1/+1 |
* | | NFSv4.1: Clear the old state by our client id before establishing a new lease | Trond Myklebust | 2015-03-04 | 3 | -5/+17 |
* | | NFSv4: Fix a race in NFSv4.1 server trunking discovery | Trond Myklebust | 2015-03-04 | 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-03 | 1 | -0/+6 |
* | | NFSv4: Pin the superblock while we're returning the delegation | Trond Myklebust | 2015-03-03 | 1 | -4/+16 |
* | | NFSv4: Ensure we honour NFS_DELEGATION_RETURNING in nfs_inode_set_delegation() | Trond Myklebust | 2015-03-03 | 1 | -1/+4 |
* | | NFSv4: Ensure that we don't reap a delegation that is being returned | Trond Myklebust | 2015-03-03 | 1 | -5/+7 |
* | | NFS: Fix stateid used for NFS v4 closes | Anna Schumaker | 2015-03-03 | 1 | -2/+2 |
* | | NFSv4: Don't call put_rpccred() under the rcu_read_lock() | Trond Myklebust | 2015-03-02 | 1 | -1/+1 |
* | | NFS: Don't require a filehandle to refresh the inode in nfs_prime_dcache() | Trond Myklebust | 2015-03-02 | 1 | -3/+13 |
* | | NFSv3: Use the readdir fileid as the mounted-on-fileid | Trond Myklebust | 2015-03-02 | 1 | -0/+5 |
* | | NFS: Don't invalidate a submounted dentry in nfs_prime_dcache() | Trond Myklebust | 2015-03-02 | 1 | -0/+6 |
* | | NFSv4: Set a barrier in the update_changeattr() helper | Trond Myklebust | 2015-03-02 | 2 | -0/+2 |
* | | NFS: Fix nfs_post_op_update_inode() to set an attribute barrier | Trond Myklebust | 2015-03-02 | 1 | -0/+1 |
* | | NFS: Remove size hack in nfs_inode_attrs_need_update() | Trond Myklebust | 2015-03-02 | 1 | -8/+0 |
* | | NFSv4: Add attribute update barriers to delegreturn and pNFS layoutcommit | Trond Myklebust | 2015-03-02 | 1 | -0/+1 |
* | | NFS: Add attribute update barriers to NFS writebacks | Trond Myklebust | 2015-03-02 | 6 | -8/+56 |
* | | NFS: Set an attribute barrier on all updates | Trond Myklebust | 2015-03-02 | 1 | -0/+4 |
* | | NFS: Add attribute update barriers to nfs_setattr_update_inode() | Trond Myklebust | 2015-03-02 | 4 | -10/+17 |
* | | NFS: Add a helper to set attribute barriers | Trond Myklebust | 2015-03-02 | 1 | -0/+16 |
* | | NFS: Ensure that buffered writes wait for O_DIRECT writes to complete | Trond Myklebust | 2015-03-02 | 1 | -0/+4 |
* | | NFSv4: nfs4_open_recover_helper() must set share access | Trond Myklebust | 2015-02-27 | 1 | -0/+3 |
* | | NFSv4.1: Clean up bind_conn_to_session | Trond Myklebust | 2015-02-18 | 2 | -22/+22 |
* | | NFSv4.1: Always set up a forward channel when binding the session | Trond Myklebust | 2015-02-18 | 1 | -1/+1 |
* | | NFSv4.1: Don't set up a backchannel if the server didn't agree to do so | Trond Myklebust | 2015-02-18 | 3 | -2/+9 |
* | | NFSv4.1: Clean up create_session | Trond Myklebust | 2015-02-18 | 3 | -22/+42 |
* | | Merge branch 'cleanups' | Trond Myklebust | 2015-02-18 | 13 | -168/+161 |
|\ \ |
|
| * | | pnfs: Refactor the *_layout_mark_request_commit to use pnfs_layout_mark_reque... | Tom Haynes | 2015-02-18 | 4 | -75/+45 |