summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-03-10gfs2: Check for empty queue in run_queueAndreas Gruenbacher
2025-03-10gfs2: Remove more dead code in add_to_queueAndreas Gruenbacher
2025-03-10gfs2: Replace GIF_DEFER_DELETE with GLF_DEFER_DELETEAndreas Gruenbacher
2025-03-10gfs2: glock holder GL_NOPID fixAndreas Gruenbacher
2025-03-10gfs2: Add GLF_PENDING_REPLY flagAndreas Gruenbacher
2025-03-10gfs2: Decode missing glock flags in tracepointsAndreas Gruenbacher
2025-03-10Merge 6.14-rc6 into driver-core-nextGreg Kroah-Hartman
2025-03-10xfs: trace what memory backs a bufferChristoph Hellwig
2025-03-10xfs: cleanup mapping tmpfs folios into the buffer cacheChristoph Hellwig
2025-03-10xfs: use vmalloc instead of vm_map_area for buffer backing memoryChristoph Hellwig
2025-03-10xfs: buffer items don't straddle pages anymoreDave Chinner
2025-03-10xfs: kill XBF_UNMAPPEDChristoph Hellwig
2025-03-10xfs: convert buffer cache to use high order foliosChristoph Hellwig
2025-03-10xfs: remove the kmalloc to page allocator fallbackChristoph Hellwig
2025-03-10xfs: refactor backing memory allocations for buffersChristoph Hellwig
2025-03-10xfs: remove xfs_buf_is_vmappedChristoph Hellwig
2025-03-10xfs: remove xfs_buf.b_offsetChristoph Hellwig
2025-03-10xfs: add a fast path to xfs_buf_zero when b_addr is setChristoph Hellwig
2025-03-10xfs: unmapped buffer item size straddling mismatchDave Chinner
2025-03-10sysctl: Fixes nsm_local_state boundsNicolas Bouchinet
2025-03-10nfsd: use a long for the count in nfsd4_state_shrinker_count()Jeff Layton
2025-03-10nfsd: remove obsolete comment from nfs4_alloc_stidJeff Layton
2025-03-10nfsd: remove unneeded forward declaration of nfsd4_mark_cb_fault()Jeff Layton
2025-03-10nfsd: reorganize struct nfs4_delegation for better packingJeff Layton
2025-03-10nfsd: handle errors from rpc_call_async()Jeff Layton
2025-03-10nfsd: move cb_need_restart flag into cb_flagsJeff Layton
2025-03-10nfsd: replace CB_GETATTR_BUSY with NFSD4_CALLBACK_RUNNINGJeff Layton
2025-03-10nfsd: eliminate cl_ra_cblist and NFSD4_CLIENT_CB_RECALL_ANYJeff Layton
2025-03-10nfsd: prevent callback tasks running concurrentlyJeff Layton
2025-03-10nfsd: disallow file locking and delegations for NFSv4 reexportMike Snitzer
2025-03-10nfsd: filecache: drop the list_lru lock during lock gc scansNeilBrown
2025-03-10nfsd: filecache: don't repeatedly add/remove files on the lru listNeilBrown
2025-03-10nfsd: filecache: introduce NFSD_FILE_RECENTNeilBrown
2025-03-10nfsd: filecache: use list_lru_walk_node() in nfsd_file_gc()NeilBrown
2025-03-10nfsd: filecache: use nfsd_file_dispose_list() in nfsd_file_close_inode_sync()NeilBrown
2025-03-10NFSD: Re-organize nfsd_file_gc_worker()Chuck Lever
2025-03-10nfsd: filecache: remove race handling.NeilBrown
2025-03-10fs: nfs: acl: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva
2025-03-10NFSD: Fix callback decoder status codesChuck Lever
2025-03-10nfsd: eliminate special handling of NFS4ERR_SEQ_MISORDEREDJeff Layton
2025-03-10nfsd: handle NFS4ERR_BADSLOT on CB_SEQUENCE betterJeff Layton
2025-03-10nfsd: when CB_SEQUENCE gets ESERVERFAULT don't increment seq_nrJeff Layton
2025-03-10nfsd: only check RPC_SIGNALLED() when restarting rpc_taskJeff Layton
2025-03-10nfsd: always release slot when requeueing callbackJeff Layton
2025-03-10nfsd: lift NFSv4.0 handling out of nfsd4_cb_sequence_done()Jeff Layton
2025-03-10nfsd: prepare nfsd4_cb_sequence_done() for error handling reworkJeff Layton
2025-03-10nfsd: put dl_stid if fail to queue dl_recallLi Lingfeng
2025-03-10nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid()Jeff Layton
2025-03-10nfsd: don't ignore the return code of svc_proc_register()Jeff Layton
2025-03-10NFSD: Fix trace_nfsd_slot_seqid_sequenceChuck Lever