summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | NFSv4: Fix error handling in nfs4_sp4_select_mode()Wei Yongjun2018-08-081-1/+1
| * | | | | | | | pnfs: Use true and false for boolean valuesGustavo A. R. Silva2018-08-081-1/+1
| * | | | | | | | pnfs: pnfs_find_lseg() should not check NFS_LSEG_LAYOUTRETURNTrond Myklebust2018-08-081-1/+0Star
| * | | | | | | | NFS: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-087-0/+21
| * | | | | | | | NFSv4: Mark the inode change attribute up to date in update_changeattr()Trond Myklebust2018-08-081-0/+1
| * | | | | | | | NFSv4: Detect nlink changes on cross-directory renames tooTrond Myklebust2018-08-081-12/+23
| * | | | | | | | NFSv4: bump/drop the nlink count on the parent dir when we mkdir/rmdirTrond Myklebust2018-08-081-8/+42
| * | | | | | | | pnfs: Fix handling of NFS4ERR_OLD_STATEID replies to layoutreturnTrond Myklebust2018-08-083-8/+19
| * | | | | | | | NFSv4 client live hangs after live data migration recoveryBill Baker2018-07-311-1/+8
| * | | | | | | | NFSv4.0 fix client reference leak in callbackOlga Kornievskaia2018-07-311-3/+8
| * | | | | | | | NFS: silence a harmless uninitialized variable warningDan Carpenter2018-07-311-1/+1
| * | | | | | | | sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt c...Dave Wysochanski2018-07-311-1/+1
| * | | | | | | | pnfs/blocklayout: off by one in bl_map_stripe()Dan Carpenter2018-07-301-1/+1
| * | | | | | | | nfs: Referrals not inheriting proto setting from parentCalum Mackay2018-07-301-3/+3
| * | | | | | | | nfs: initiate returning delegation when reclaiming one that's been recalledJeff Layton2018-07-301-0/+4
| * | | | | | | | fs: nfs: Adding new return type vm_fault_tSouptick Joarder2018-07-301-2/+2
| * | | | | | | | nfs: add error check in nfs_idmap_prepare_message()Chengguang Xu2018-07-301-0/+2
| * | | | | | | | Fix error code in nfs_lookup_verify_inode()Lance Shelton2018-07-261-1/+1
| * | | | | | | | NFS: More excessive attribute revalidation in nfs_execute_ok()Trond Myklebust2018-07-261-0/+2
| * | | | | | | | NFS: Fix excessive attribute revalidation in nfs_execute_ok()Trond Myklebust2018-07-261-1/+1
| * | | | | | | | NFS: Ensure we immediately start writeback on rescheduled writesTrond Myklebust2018-07-261-0/+2
| * | | | | | | | NFSv4.1: Fix a potential layoutget/layoutrecall deadlockTrond Myklebust2018-07-261-2/+2
| * | | | | | | | pNFS: Parse the results of layoutget on open even if permissions checks failTrond Myklebust2018-07-263-8/+3Star
| * | | | | | | | NFS: Allow optimisation of lseek(fd, SEEK_CUR, 0) on directoriesTrond Myklebust2018-07-261-10/+16
| * | | | | | | | pNFS: Wait for stale layoutget calls to complete in pnfs_update_layout()Trond Myklebust2018-07-261-5/+31
| * | | | | | | | pNFS/flexfiles: Ensure we always return a layout if it has layoutstatsTrond Myklebust2018-07-261-0/+3
| * | | | | | | | pNFS: Ignore non-recalled layouts in pnfs_layout_need_return()Trond Myklebust2018-07-261-1/+10
| * | | | | | | | pNFS: Don't update the stateid when replying NFS4ERR_DELAY to a layout recallTrond Myklebust2018-07-261-1/+1
| * | | | | | | | pNFS: Don't discard layout segments that are marked for returnTrond Myklebust2018-07-262-16/+39
* | | | | | | | | Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-08-2416-103/+143
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | nfsd: Remove callback_credChuck Lever2018-08-233-30/+2Star
| * | | | | | | | | nfsd: Use correct credential for NFSv4.0 callback with GSSChuck Lever2018-08-231-1/+8
| * | | | | | | | | sunrpc: Extract target name into svc_credChuck Lever2018-08-231-2/+5
| * | | | | | | | | nfsd: use true and false for boolean valuesGustavo A. R. Silva2018-08-091-3/+3
| * | | | | | | | | nfsd: constify write_op[]Eric Biggers2018-08-091-1/+1
| * | | | | | | | | fs/nfsd: Delete invalid assignment statements in nfsd4_decode_exchange_idnixiaoming2018-08-091-3/+1Star
| * | | | | | | | | NFSD: Handle full-length symlinksChuck Lever2018-08-092-0/+4
| * | | | | | | | | NFSD: Refactor the generic write vector fill helperChuck Lever2018-08-093-21/+8Star
| * | | | | | | | | nfsd: Mark expected switch fall-throughGustavo A. R. Silva2018-08-091-0/+1
| * | | | | | | | | nfsd: fix leaked file lock with nfs exported overlayfsAmir Goldstein2018-08-095-13/+13
| * | | | | | | | | nfsd: don't advertise a SCSI layout for an unsupported request_queueBenjamin Coddington2018-06-191-9/+2Star
| * | | | | | | | | nfsd: fix corrupted reply to badly ordered compoundJ. Bruce Fields2018-06-171-0/+1
| * | | | | | | | | nfsd: clarify check_op_orderingJ. Bruce Fields2018-06-171-4/+9
| * | | | | | | | | nfsd: update obselete comment referencing the BKLJ. Bruce Fields2018-06-171-3/+3
| * | | | | | | | | nfsd4: cleanup sessionid in nfsd4_destroy_sessionJ. Bruce Fields2018-06-171-4/+4
| * | | | | | | | | nfsd4: less confusing nfsd4_compound_in_sessionJ. Bruce Fields2018-06-171-4/+4
| * | | | | | | | | nfsd4: support change_attr_type attributeJ. Bruce Fields2018-06-172-0/+11
| * | | | | | | | | nfsd: fix NFSv4 time_delta attributeJ. Bruce Fields2018-06-171-3/+26
| * | | | | | | | | nfsd4: return default lease periodJ. Bruce Fields2018-06-171-2/+2
| * | | | | | | | | nfsd4: extend reclaim period for reclaiming clientsJ. Bruce Fields2018-06-174-1/+36