summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 LOCK procedureChuck Lever1-12/+106
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 TEST procedureChuck Lever2-12/+206
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 NULL procedureChuck Lever1-14/+28
2026-06-09lockd: Rename struct nlm_share to lockd_shareChuck Lever3-8/+8
2026-06-09lockd: Rename struct nlm_reboot to lockd_rebootChuck Lever7-13/+13
2026-06-09lockd: Rename struct nlm_res to lockd_resChuck Lever8-59/+59
2026-06-09lockd: Rename struct nlm_args to lockd_argsChuck Lever7-58/+58
2026-06-09lockd: Rename struct nlm_lock to lockd_lockChuck Lever12-63/+63
2026-06-09lockd: Rename struct nlm_cookie to lockd_cookieChuck Lever8-25/+24
2026-06-09Documentation: Add the RPC language description of NLM version 3Chuck Lever3-4/+761
2026-06-09lockd: Do not monitor when looking up the LOCK_MSG callback hostChuck Lever1-1/+1
2026-06-09lockd: Translate nlm__int__deadlock in __nlm4svc_proc_lock_msg()Chuck Lever1-0/+2
2026-06-09lockd: Drop locks_init_lock() from nlm4_lock_to_lockd_lock()Chuck Lever1-1/+0
2026-06-09lockd: Correct kernel-doc status descriptions for NLMv4 GRANTEDChuck Lever1-6/+6
2026-06-09lockd: Stop warning on nlm__int__drop_reply in !V4 cast_statusChuck Lever1-1/+1
2026-06-09NFSD: Increase the default max_block_size to 4MBChuck Lever1-3/+2
2026-06-09NFSD: Close cached file handles when revoking export stateChuck Lever3-2/+50
2026-06-09NFSD: Add NFSD_CMD_UNLOCK_EXPORT netlink commandChuck Lever6-0/+149
2026-06-09NFSD: Track svc_export in nfs4_stidChuck Lever3-3/+42
2026-06-09NFSD: Replace idr_for_each_entry_ul in find_one_sb_stid()Chuck Lever1-2/+4
2026-06-09NFSD: Add NFSD_CMD_UNLOCK_FILESYSTEM netlink commandChuck Lever3-0/+53
2026-06-09NFSD: Add NFSD_CMD_UNLOCK_IP netlink commandChuck Lever4-7/+59
2026-06-09NFSD: Extract revoke_one_stid() utility functionChuck Lever1-76/+75
2026-06-09NFSD: Handle layout stid in nfsd4_drop_revoked_stid()Chuck Lever1-0/+7
2026-06-09NFS: correct CONFIG_NFS_V4 macro name in #endif commentEthan Nelson-Moore1-1/+1
2026-06-09btrfs: fix use-after-free after relocation failure with concurrent COWFilipe Manana3-102/+160
2026-06-09btrfs: move WARN_ON on unexpected error in __add_tree_block()Filipe Manana1-2/+1
2026-06-09btrfs: move locking into btrfs_get_reloc_bg_bytenr()Filipe Manana3-6/+5
2026-06-09btrfs: lzo: reject compressed segment that overflows the compressed inputWeiming Shi1-0/+11
2026-06-09btrfs: retry faulting in the pages after a zero sized short direct writeQu Wenruo1-1/+1
2026-06-09btrfs: fix incorrect buffered IO fallback for append direct writesQu Wenruo1-1/+42
2026-06-09btrfs: fix false IO failure after falling back to buffered writeQu Wenruo4-8/+29
2026-06-09btrfs: use verbose assertions in backref.cFilipe Manana1-11/+19
2026-06-09btrfs: print a message when a missing device re-appearsQu Wenruo1-0/+5
2026-06-09btrfs: do not trim a device which is not writeableQu Wenruo1-4/+8
2026-06-09btrfs: return real error after lookup failure in btrfs_ioctl_default_subvol()Filipe Manana1-2/+6
2026-06-09btrfs: use mapping shared locking for reading super blockFilipe Manana2-4/+4
2026-06-09btrfs: use lockless read in nr_cached_objects shrinker callbackBen Maurer1-1/+1
2026-06-09btrfs: switch local indicator variables to boolsDavid Sterba18-104/+104
2026-06-09btrfs: send: pass bool for pending_move and refs_processed parametersDavid Sterba1-9/+8
2026-06-09btrfs: use shifts for sectorsize and nodesizeDavid Sterba5-7/+7
2026-06-09btrfs: fix deadlock cloning inline extent when using flushoncommitFilipe Manana1-44/+57
2026-06-09btrfs: allocate eb-attached btree pages as movableRik van Riel7-31/+32
2026-06-09btrfs: add 32-bit compat ioctl for BTRFS_IOC_GET_SUBVOL_INFODaan De Meyer1-13/+94
2026-06-09btrfs: derive f_fsid from on-disk fsid and dev_tAnand Jain1-8/+33
2026-06-09btrfs: use on-disk uuid for s_uuid in temp_fsid mountsAnand Jain1-1/+10
2026-06-09btrfs: avoid unnecessary dev stats updatesQu Wenruo1-2/+2
2026-06-09btrfs: always update/create the dev stats item when adding a new deviceQu Wenruo2-0/+8
2026-06-09btrfs: remove the dev stats item when removing a deviceQu Wenruo1-0/+6
2026-06-09btrfs: remove the dev stats item for replace target deviceQu Wenruo3-1/+41