| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2017-02-23 | 2 | -2/+2 |
|\ |
|
| * | fs: Better permission checking for submounts | Eric W. Biederman | 2017-02-02 | 2 | -2/+2 |
* | | nfs: no PG_private waiters remain, remove waker | Nicholas Piggin | 2017-02-22 | 1 | -2/+0 |
* | | pNFS: Fix a reference leak in _pnfs_return_layout | Trond Myklebust | 2017-01-26 | 1 | -1/+1 |
* | | nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED" | Chuck Lever | 2017-01-26 | 1 | -0/+1 |
* | | NFSv4.0: always send mode in SETATTR after EXCLUSIVE4 | Benjamin Coddington | 2017-01-24 | 1 | -1/+2 |
* | | NFSv4.1: Fix a deadlock in layoutget | Trond Myklebust | 2017-01-23 | 1 | -0/+1 |
* | | NFSv4: Fix client recovery when server reboots multiple times | Trond Myklebust | 2017-01-13 | 1 | -1/+0 |
* | | NFSv4: update_changeattr should update the attribute timestamp | Trond Myklebust | 2017-01-12 | 1 | -8/+13 |
* | | NFSv4: Don't call update_changeattr() unless the unlink is successful | Trond Myklebust | 2017-01-12 | 1 | -1/+2 |
* | | NFSv4: Don't apply change_info4 twice on rename within a directory | Trond Myklebust | 2017-01-12 | 1 | -2/+5 |
* | | NFSv4: Call update_changeattr() from _nfs4_proc_open only if a file was created | Trond Myklebust | 2017-01-12 | 1 | -1/+2 |
* | | nfs: Don't take a reference on fl->fl_file for LOCK operation | Benjamin Coddington | 2017-01-12 | 1 | -3/+0 |
|/ |
|
* | ktime: Get rid of ktime_equal() | Thomas Gleixner | 2016-12-25 | 1 | -1/+1 |
* | ktime: Get rid of the union | Thomas Gleixner | 2016-12-25 | 1 | -2/+1 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 6 | -6/+6 |
* | Merge tag 'nfs-for-4.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2016-12-21 | 11 | -109/+166 |
|\ |
|
| * | NFSv4: Retry the DELEGRETURN if the embedded GETATTR is rejected with EACCES | Trond Myklebust | 2016-12-19 | 2 | -4/+15 |
| * | NFS: Retry the CLOSE if the embedded GETATTR is rejected with EACCES | Trond Myklebust | 2016-12-19 | 1 | -0/+10 |
| * | NFSv4: Place the GETATTR operation before the CLOSE | Trond Myklebust | 2016-12-19 | 2 | -12/+12 |
| * | NFSv4: Also ask for attributes when downgrading to a READ-only state | Trond Myklebust | 2016-12-19 | 1 | -1/+2 |
| * | NFS: Don't abuse NFS_INO_REVAL_FORCED in nfs_post_op_update_inode_locked() | Trond Myklebust | 2016-12-19 | 1 | -7/+0 |
| * | pNFS: Return RW layouts on OPEN_DOWNGRADE | Trond Myklebust | 2016-12-19 | 1 | -3/+13 |
| * | NFSv4: Add encode/decode of the layoutreturn op in OPEN_DOWNGRADE | Trond Myklebust | 2016-12-19 | 1 | -0/+10 |
| * | NFS: Don't disconnect open-owner on NFS4ERR_BAD_SEQID | NeilBrown | 2016-12-19 | 1 | -16/+13 |
| * | NFSv4: ensure __nfs4_find_lock_state returns consistent result. | NeilBrown | 2016-12-19 | 1 | -8/+20 |
| * | NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success. | NeilBrown | 2016-12-19 | 1 | -1/+2 |
| * | pNFS/flexfiles: delete deviceid, don't mark inactive | Weston Andros Adamson | 2016-12-19 | 2 | -3/+5 |
| * | NFS: Clean up nfs_attribute_timeout() | Trond Myklebust | 2016-12-19 | 1 | -7/+7 |
| * | NFS: Remove unused function nfs_revalidate_inode_rcu() | Trond Myklebust | 2016-12-19 | 1 | -9/+0 |
| * | NFS: Fix and clean up the access cache validity checking | Trond Myklebust | 2016-12-19 | 1 | -9/+9 |
| * | NFS: Only look at the change attribute cache state in nfs_weak_revalidate() | Trond Myklebust | 2016-12-19 | 1 | -2/+3 |
| * | NFS: Clean up cache validity checking | Trond Myklebust | 2016-12-19 | 3 | -22/+34 |
| * | NFS: Don't revalidate the file on close if we hold a delegation | Trond Myklebust | 2016-12-19 | 1 | -0/+2 |
| * | NFSv4: Don't discard the attributes returned by asynchronous DELEGRETURN | Trond Myklebust | 2016-12-19 | 1 | -4/+1 |
| * | NFSv4: Update the attribute cache info in update_changeattr | Trond Myklebust | 2016-12-19 | 1 | -1/+8 |
* | | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/... | Linus Torvalds | 2016-12-17 | 1 | -1/+0 |
|\ \ |
|
| * | | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi | 2016-12-09 | 1 | -1/+0 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-12-17 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | nfs_write_end(): fix handling of short copies | Al Viro | 2016-12-09 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge tag 'nfs-for-4.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2016-12-15 | 30 | -597/+1090 |
|\ \ \
| | |/
| |/| |
|
| * | | nfs: add support for the umask attribute | Andreas Gruenbacher | 2016-12-09 | 3 | -17/+42 |
| * | | pNFS/flexfiles: Ensure we have enough buffer for layoutreturn | Trond Myklebust | 2016-12-09 | 2 | -6/+27 |
| * | | pNFS/flexfiles: Remove a redundant parameter in ff_layout_encode_ioerr() | Trond Myklebust | 2016-12-09 | 1 | -6/+4 |
| * | | pNFS/flexfiles: Fix a deadlock on LAYOUTGET | Fred Isaman | 2016-12-08 | 3 | -46/+43 |
| * | | pNFS: Layoutreturn must free the layout after the layout-private data | Trond Myklebust | 2016-12-07 | 1 | -2/+2 |
| * | | pNFS/flexfiles: Fix ff_layout_add_ds_error_locked() | Trond Myklebust | 2016-12-07 | 1 | -1/+2 |
| * | | NFSv4: Add missing nfs_put_lock_context() | NeilBrown | 2016-12-07 | 1 | -2/+4 |
| * | | pNFS: Release NFS_LAYOUT_RETURN when invalidating the layout stateid | Trond Myklebust | 2016-12-05 | 1 | -9/+12 |
| * | | NFSv4.1: Don't schedule lease recovery in nfs4_schedule_session_recovery() | Trond Myklebust | 2016-12-04 | 1 | -1/+1 |