index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-12
Merge branch 'iocb' into for-next
Al Viro
2
-3
/
+2
2015-03-26
fs: move struct kiocb to fs.h
Christoph Hellwig
1
-1
/
+0
2015-03-13
fs: split generic and aio kiocb
Christoph Hellwig
1
-1
/
+1
2015-03-13
fs: remove ki_nbytes
Christoph Hellwig
1
-1
/
+1
2015-03-04
NFSv4.1: Clear the old state by our client id before establishing a new lease
Trond Myklebust
3
-5
/
+17
2015-03-04
NFSv4: Fix a race in NFSv4.1 server trunking discovery
Trond Myklebust
3
-8
/
+17
2015-03-03
NFS: Don't write enable new pages while an invalidation is proceeding
Trond Myklebust
2
-0
/
+4
2015-03-03
NFS: Fix a regression in the read() syscall
Trond Myklebust
2
-5
/
+36
2015-03-03
NFSv4: Ensure we skip delegations that are already being returned
Trond Myklebust
1
-0
/
+6
2015-03-03
NFSv4: Pin the superblock while we're returning the delegation
Trond Myklebust
1
-4
/
+16
2015-03-03
NFSv4: Ensure we honour NFS_DELEGATION_RETURNING in nfs_inode_set_delegation()
Trond Myklebust
1
-1
/
+4
2015-03-03
NFSv4: Ensure that we don't reap a delegation that is being returned
Trond Myklebust
1
-5
/
+7
2015-03-03
NFS: Fix stateid used for NFS v4 closes
Anna Schumaker
1
-2
/
+2
2015-03-02
NFSv4: Don't call put_rpccred() under the rcu_read_lock()
Trond Myklebust
1
-1
/
+1
2015-03-02
NFS: Don't require a filehandle to refresh the inode in nfs_prime_dcache()
Trond Myklebust
1
-3
/
+13
2015-03-02
NFSv3: Use the readdir fileid as the mounted-on-fileid
Trond Myklebust
1
-0
/
+5
2015-03-02
NFS: Don't invalidate a submounted dentry in nfs_prime_dcache()
Trond Myklebust
1
-0
/
+6
2015-03-02
NFSv4: Set a barrier in the update_changeattr() helper
Trond Myklebust
2
-0
/
+2
2015-03-02
NFS: Fix nfs_post_op_update_inode() to set an attribute barrier
Trond Myklebust
1
-0
/
+1
2015-03-02
NFS: Remove size hack in nfs_inode_attrs_need_update()
Trond Myklebust
1
-8
/
+0
2015-03-02
NFSv4: Add attribute update barriers to delegreturn and pNFS layoutcommit
Trond Myklebust
1
-0
/
+1
2015-03-02
NFS: Add attribute update barriers to NFS writebacks
Trond Myklebust
6
-8
/
+56
2015-03-02
NFS: Set an attribute barrier on all updates
Trond Myklebust
1
-0
/
+4
2015-03-02
NFS: Add attribute update barriers to nfs_setattr_update_inode()
Trond Myklebust
4
-10
/
+17
2015-03-02
NFS: Add a helper to set attribute barriers
Trond Myklebust
1
-0
/
+16
2015-03-02
NFS: Ensure that buffered writes wait for O_DIRECT writes to complete
Trond Myklebust
1
-0
/
+4
2015-02-28
NFSv4: nfs4_open_recover_helper() must set share access
Trond Myklebust
1
-0
/
+3
2015-02-19
NFSv4.1: Clean up bind_conn_to_session
Trond Myklebust
2
-22
/
+22
2015-02-18
NFSv4.1: Always set up a forward channel when binding the session
Trond Myklebust
1
-1
/
+1
2015-02-18
NFSv4.1: Don't set up a backchannel if the server didn't agree to do so
Trond Myklebust
3
-2
/
+9
2015-02-18
NFSv4.1: Clean up create_session
Trond Myklebust
3
-22
/
+42
2015-02-18
Merge branch 'cleanups'
Trond Myklebust
13
-168
/
+161
2015-02-18
pnfs: Refactor the *_layout_mark_request_commit to use pnfs_layout_mark_reque...
Tom Haynes
4
-75
/
+45
2015-02-14
NFSv4: Kill unused nfs_inode->delegation_state field
Trond Myklebust
2
-5
/
+0
2015-02-14
NFS: struct nfs_commit_info.lock must always point to inode->i_lock
Trond Myklebust
1
-1
/
+1
2015-02-14
nfs: Can call nfs_clear_page_commit() instead
Tom Haynes
1
-5
/
+2
2015-02-14
nfs: Provide and use helper functions for marking a page as unstable
Tom Haynes
4
-21
/
+19
2015-02-13
Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block
Linus Torvalds
7
-26
/
+11
2015-02-12
Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
37
-1183
/
+4528
2015-02-12
NFSv4.1: Convert open-coded array allocation calls to kmalloc_array()
Trond Myklebust
1
-2
/
+2
2015-02-12
NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_args
Trond Myklebust
1
-1
/
+3
2015-02-11
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+0
2015-02-11
Merge tag 'locks-v3.20-1' of git://git.samba.org/jlayton/linux
Linus Torvalds
4
-48
/
+92
2015-02-11
mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub
Kirill A. Shutemov
1
-1
/
+0
2015-02-10
pnfs: delete an unintended goto
Dan Carpenter
1
-1
/
+0
2015-02-10
pnfs/flexfiles: Do not dprintk after the free
Tom Haynes
1
-1
/
+1
2015-02-06
NFSv4.1: Fix pnfs_put_lseg races
Trond Myklebust
1
-34
/
+19
2015-02-06
NFSv4.1: pnfs_send_layoutreturn should use GFP_NOFS
Trond Myklebust
1
-1
/
+1
2015-02-06
NFSv4.1: Pin the inode and super block in asynchronous layoutreturns
Trond Myklebust
1
-8
/
+11
2015-02-06
NFSv4.1: Pin the inode and super block in asynchronous layoutcommit
Trond Myklebust
1
-8
/
+11
[next]