| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | NFS CB_OFFLOAD xdr | Olga Kornievskaia | 2018-08-09 | 3 | -1/+98 |
| * | | | | | | | | NFS: Use an appropriate work queue for direct-write completion | NeilBrown | 2018-08-08 | 1 | -1/+1 |
| * | | | | | | | | NFSv4: Fix error handling in nfs4_sp4_select_mode() | Wei Yongjun | 2018-08-08 | 1 | -1/+1 |
| * | | | | | | | | pnfs: Use true and false for boolean values | Gustavo A. R. Silva | 2018-08-08 | 1 | -1/+1 |
| * | | | | | | | | pnfs: pnfs_find_lseg() should not check NFS_LSEG_LAYOUTRETURN | Trond Myklebust | 2018-08-08 | 1 | -1/+0 |
| * | | | | | | | | NFS: Mark expected switch fall-throughs | Gustavo A. R. Silva | 2018-08-08 | 7 | -0/+21 |
| * | | | | | | | | NFSv4: Mark the inode change attribute up to date in update_changeattr() | Trond Myklebust | 2018-08-08 | 1 | -0/+1 |
| * | | | | | | | | NFSv4: Detect nlink changes on cross-directory renames too | Trond Myklebust | 2018-08-08 | 1 | -12/+23 |
| * | | | | | | | | NFSv4: bump/drop the nlink count on the parent dir when we mkdir/rmdir | Trond Myklebust | 2018-08-08 | 1 | -8/+42 |
| * | | | | | | | | pnfs: Fix handling of NFS4ERR_OLD_STATEID replies to layoutreturn | Trond Myklebust | 2018-08-08 | 3 | -8/+19 |
| * | | | | | | | | NFSv4 client live hangs after live data migration recovery | Bill Baker | 2018-07-31 | 1 | -1/+8 |
| * | | | | | | | | NFSv4.0 fix client reference leak in callback | Olga Kornievskaia | 2018-07-31 | 1 | -3/+8 |
| * | | | | | | | | NFS: silence a harmless uninitialized variable warning | Dan Carpenter | 2018-07-31 | 1 | -1/+1 |
| * | | | | | | | | sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt c... | Dave Wysochanski | 2018-07-31 | 1 | -1/+1 |
| * | | | | | | | | pnfs/blocklayout: off by one in bl_map_stripe() | Dan Carpenter | 2018-07-30 | 1 | -1/+1 |
| * | | | | | | | | nfs: Referrals not inheriting proto setting from parent | Calum Mackay | 2018-07-30 | 1 | -3/+3 |
| * | | | | | | | | nfs: initiate returning delegation when reclaiming one that's been recalled | Jeff Layton | 2018-07-30 | 1 | -0/+4 |
| * | | | | | | | | fs: nfs: Adding new return type vm_fault_t | Souptick Joarder | 2018-07-30 | 1 | -2/+2 |
| * | | | | | | | | nfs: add error check in nfs_idmap_prepare_message() | Chengguang Xu | 2018-07-30 | 1 | -0/+2 |
| * | | | | | | | | Fix error code in nfs_lookup_verify_inode() | Lance Shelton | 2018-07-26 | 1 | -1/+1 |
| * | | | | | | | | NFS: More excessive attribute revalidation in nfs_execute_ok() | Trond Myklebust | 2018-07-26 | 1 | -0/+2 |
| * | | | | | | | | NFS: Fix excessive attribute revalidation in nfs_execute_ok() | Trond Myklebust | 2018-07-26 | 1 | -1/+1 |
| * | | | | | | | | NFS: Ensure we immediately start writeback on rescheduled writes | Trond Myklebust | 2018-07-26 | 1 | -0/+2 |
| * | | | | | | | | NFSv4.1: Fix a potential layoutget/layoutrecall deadlock | Trond Myklebust | 2018-07-26 | 1 | -2/+2 |
| * | | | | | | | | pNFS: Parse the results of layoutget on open even if permissions checks fail | Trond Myklebust | 2018-07-26 | 3 | -8/+3 |
| * | | | | | | | | NFS: Allow optimisation of lseek(fd, SEEK_CUR, 0) on directories | Trond Myklebust | 2018-07-26 | 1 | -10/+16 |
| * | | | | | | | | pNFS: Wait for stale layoutget calls to complete in pnfs_update_layout() | Trond Myklebust | 2018-07-26 | 1 | -5/+31 |
| * | | | | | | | | pNFS/flexfiles: Ensure we always return a layout if it has layoutstats | Trond Myklebust | 2018-07-26 | 1 | -0/+3 |
| * | | | | | | | | pNFS: Ignore non-recalled layouts in pnfs_layout_need_return() | Trond Myklebust | 2018-07-26 | 1 | -1/+10 |
| * | | | | | | | | pNFS: Don't update the stateid when replying NFS4ERR_DELAY to a layout recall | Trond Myklebust | 2018-07-26 | 1 | -1/+1 |
| * | | | | | | | | pNFS: Don't discard layout segments that are marked for return | Trond Myklebust | 2018-07-26 | 2 | -16/+39 |
* | | | | | | | | | Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2018-08-23 | 16 | -103/+143 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | nfsd: Remove callback_cred | Chuck Lever | 2018-08-22 | 3 | -30/+2 |
| * | | | | | | | | | nfsd: Use correct credential for NFSv4.0 callback with GSS | Chuck Lever | 2018-08-22 | 1 | -1/+8 |
| * | | | | | | | | | sunrpc: Extract target name into svc_cred | Chuck Lever | 2018-08-22 | 1 | -2/+5 |
| * | | | | | | | | | nfsd: use true and false for boolean values | Gustavo A. R. Silva | 2018-08-09 | 1 | -3/+3 |
| * | | | | | | | | | nfsd: constify write_op[] | Eric Biggers | 2018-08-09 | 1 | -1/+1 |
| * | | | | | | | | | fs/nfsd: Delete invalid assignment statements in nfsd4_decode_exchange_id | nixiaoming | 2018-08-09 | 1 | -3/+1 |
| * | | | | | | | | | NFSD: Handle full-length symlinks | Chuck Lever | 2018-08-09 | 2 | -0/+4 |
| * | | | | | | | | | NFSD: Refactor the generic write vector fill helper | Chuck Lever | 2018-08-09 | 3 | -21/+8 |
| * | | | | | | | | | nfsd: Mark expected switch fall-through | Gustavo A. R. Silva | 2018-08-09 | 1 | -0/+1 |
| * | | | | | | | | | nfsd: fix leaked file lock with nfs exported overlayfs | Amir Goldstein | 2018-08-09 | 5 | -13/+13 |
| * | | | | | | | | | nfsd: don't advertise a SCSI layout for an unsupported request_queue | Benjamin Coddington | 2018-06-19 | 1 | -9/+2 |
| * | | | | | | | | | nfsd: fix corrupted reply to badly ordered compound | J. Bruce Fields | 2018-06-17 | 1 | -0/+1 |
| * | | | | | | | | | nfsd: clarify check_op_ordering | J. Bruce Fields | 2018-06-17 | 1 | -4/+9 |
| * | | | | | | | | | nfsd: update obselete comment referencing the BKL | J. Bruce Fields | 2018-06-17 | 1 | -3/+3 |
| * | | | | | | | | | nfsd4: cleanup sessionid in nfsd4_destroy_session | J. Bruce Fields | 2018-06-17 | 1 | -4/+4 |
| * | | | | | | | | | nfsd4: less confusing nfsd4_compound_in_session | J. Bruce Fields | 2018-06-17 | 1 | -4/+4 |
| * | | | | | | | | | nfsd4: support change_attr_type attribute | J. Bruce Fields | 2018-06-17 | 2 | -0/+11 |
| * | | | | | | | | | nfsd: fix NFSv4 time_delta attribute | J. Bruce Fields | 2018-06-17 | 1 | -3/+26 |