aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/write.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-10SUNRPC: Per-rpc_clnt task PIDsChuck Lever2-2/+11
2021-10-10NFS: Remove unnecessary TRACE_DEFINE_ENUM()sChuck Lever1-68/+0
2021-10-03pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_dsBaptiste Lepers2-4/+4
2021-10-03NFS: Remove unnecessary page cache invalidationsTrond Myklebust1-6/+1
2021-10-03NFS: Do not flush the readdir cache in nfs_dentry_iput()Trond Myklebust1-4/+0
2021-10-03NFS: Fix dentry verifier racesTrond Myklebust1-4/+3
2021-10-03NFS: Further optimisations for 'ls -l'Trond Myklebust2-8/+13
2021-10-03NFS: Fix up nfs_readdir_inode_mapping_valid()Trond Myklebust1-1/+2
2021-10-03NFS: Ignore the directory size when marking for revalidationTrond Myklebust1-1/+1
2021-10-03NFS: Don't set NFS_INO_DATA_INVAL_DEFER and NFS_INO_INVALID_DATATrond Myklebust1-2/+7
2021-10-03NFS: Default change_attr_type to NFS4_CHANGE_TYPE_IS_UNDEFINEDTrond Myklebust3-3/+5
2021-10-03NFSv4: Retrieve ACCESS on open if we're not using NFS4_CREATE_EXCLUSIVETrond Myklebust1-23/+22
2021-10-03NFS: Fix a few more clear_bit() instances that need release semanticsTrond Myklebust2-12/+3
2021-10-03SUNRPC: xprt_clear_locked() only needs release memory semanticsTrond Myklebust1-5/+3
2021-10-03SUNRPC: Remove unnecessary memory barriersTrond Myklebust1-14/+2
2021-10-03SUNRPC: Remove WQ_HIGHPRI from xprtiodTrond Myklebust1-2/+1
2021-10-03SUNRPC: Add cond_resched() at the appropriate point in __rpc_execute()Trond Myklebust1-1/+3
2021-10-03SUNRPC: Partial revert of commit 6f9f17287e78Trond Myklebust1-13/+15
2021-10-03NFS: Fix up nfs_ctx_key_to_expire()Trond Myklebust3-16/+31
2021-10-03NFS: Label the dentry with a verifier in nfs_rmdir() and nfs_unlink()Trond Myklebust1-3/+15
2021-10-03NFS: Label the dentry with a verifier in nfs_link(), nfs_symlink()Trond Myklebust1-0/+3
2021-10-03Linux 5.15-rc4Linus Torvalds1-1/+1
2021-10-03elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappingsChen Jingwen1-1/+1
2021-10-03objtool: print out the symbol type when complaining about itLinus Torvalds1-4/+8
2021-10-03kvm: fix objtool relocation warningLinus Torvalds1-1/+0
2021-10-02cachefiles: Fix oops in trace_cachefiles_mark_buried due to NULL objectDave Wysochanski1-1/+1
2021-10-02drm/i915: fix blank screen booting crashesHugh Dickins1-2/+3
2021-10-02hwmon: (w83793) Fix NULL pointer dereference by removing unnecessary structure fieldNadezda Lutovinova1-15/+11
2021-10-02hwmon: (w83792d) Fix NULL pointer dereference by removing unnecessary structure fieldNadezda Lutovinova1-17/+11
2021-10-02hwmon: (w83791d) Fix NULL pointer dereference by removing unnecessary structure fieldNadezda Lutovinova1-18/+11
2021-10-02hwmon: (pmbus/mp2975) Add missed POUT attribute for page 1 mp2975 controllerVadim Pasternak1-1/+1
2021-10-02hwmon: (pmbus/ibm-cffps) max_power_out swap changesBrandon Wyman1-2/+8
2021-10-02hwmon: (occ) Fix P10 VRM temp sensorsEddie James1-12/+5
2021-10-01thermal: Update information in MAINTAINERSRafael J. Wysocki1-3/+5
2021-10-01io_uring: kill fasyncPavel Begunkov1-15/+2
2021-10-01sched: Always inline is_percpu_thread()Peter Zijlstra1-1/+1
2021-10-01sched/fair: Null terminate buffer when updating tunable_scalingMel Gorman1-1/+7
2021-10-01sched/fair: Add ancestors of unthrottled undecayed cfs_rqMichal Koutný1-1/+5
2021-10-01perf/core: fix userpage->time_enabled of inactive eventsSong Liu2-5/+33
2021-10-01perf/x86/intel: Update event constraints for ICXKan Liang1-0/+1
2021-10-01perf/x86: Reset destroy callback on event init failureAnand K Mistry1-0/+1
2021-10-01objtool: Teach get_alt_entry() about more relocation typesPeter Zijlstra1-7/+25
2021-10-01ext4: recheck buffer uptodate bit under buffer lockZhang Yi1-0/+6
2021-10-01ext4: fix potential infinite loop in ext4_dx_readdir()yangerkun1-3/+3
2021-10-01ext4: flush s_error_work before journal destroy in ext4_fill_superyangerkun1-1/+4
2021-10-01ext4: fix loff_t overflow in ext4_max_bitmap_size()Ritesh Harjani1-5/+5
2021-10-01ext4: fix reserved space counter leakageJeffle Xu2-0/+11
2021-10-01ext4: limit the number of blocks in one ADD_RANGE TLVHou Tao1-0/+6
2021-09-30ksmbd: missing check for NULL in convert_to_nt_pathname()Dan Carpenter1-10/+7
2021-09-30ksmbd: fix transform header validationNamjae Jeon1-9/+9