summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-01-07f2fs: trace elapsed time for cp_global_sem lockChao Yu
2026-01-07f2fs: trace elapsed time for gc_lock lockChao Yu
2026-01-07f2fs: trace elapsed time for node_write lockChao Yu
2026-01-07f2fs: trace elapsed time for node_change lockChao Yu
2026-01-07f2fs: trace elapsed time for cp_rwsem lockChao Yu
2026-01-07f2fs: sysfs: introduce max_lock_elapsed_timeChao Yu
2026-01-07f2fs: add lock elapsed time trace facility for f2fs rwsemphoreChao Yu
2026-01-07f2fs: flush plug periodically during GC to maximize readahead effectDaeho Jeong
2026-01-06VFS: fix __start_dirop() kernel-doc warningsBagas Sanjaya
2026-01-06fs: Describe @isnew parameter in ilookup5_nowait()Bagas Sanjaya
2026-01-06nfs: unify security_inode_listsecurity() callsStephen Smalley
2026-01-06pidfs: protect PIDFD_GET_* ioctls() via ifdefChristian Brauner
2026-01-06fs/namei: Remove redundant DCACHE_MANAGED_DENTRY check in __follow_mount_rcuBreno Leitao
2026-01-06fs: only assert on LOOKUP_RCU when built with CONFIG_DEBUG_VFSMateusz Guzik
2026-01-06hfsplus: pretend special inodes as regular filesTetsuo Handa
2026-01-06hfsplus: return error when node already exists in hfs_bnode_createShardul Bankar
2026-01-06hfs: Replace BUG_ON with error handling for CNID count checksJori Koolstra
2026-01-06hfsplus: fix generic/020 xfstests failureViacheslav Dubeyko
2026-01-06Merge tag 'nfsd-6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2026-01-06btrfs: show correct warning if can't read data reloc treeMark Harmstone
2026-01-06btrfs: fix NULL pointer dereference in do_abort_log_replay()Suchit Karunakaran
2026-01-06btrfs: force free space tree for bs > ps casesQu Wenruo
2026-01-06btrfs: only enforce free space tree if v1 cache is required for bs < ps casesQu Wenruo
2026-01-06btrfs: release path before initializing extent tree in btrfs_read_locked_inode()Filipe Manana
2026-01-06btrfs: avoid access-beyond-folio for bs > ps encoded writesQu Wenruo
2026-01-05kbuild: cleanup local -Wno-type-limits exceptionsVincent Mailhol
2026-01-05Merge tag 'for-6.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-01-05compiler-context-analysis: Change __cond_acquires to take return valueMarco Elver
2026-01-05x86,fs/resctrl: Support binary fixed point event countersTony Luck
2026-01-05x86,fs/resctrl: Handle events that can be read from any CPUTony Luck
2026-01-05fs/resctrl: Make event details accessible to functions when reading eventsTony Luck
2026-01-05sysctl: Replace UINT converter macros with functionsJoel Granados
2026-01-05x86,fs/resctrl: Rename some L3 specific functionsTony Luck
2026-01-05x86,fs/resctrl: Rename struct rdt_mon_domain and rdt_hw_mon_domainTony Luck
2026-01-05x86,fs/resctrl: Use struct rdt_domain_hdr when reading countersTony Luck
2026-01-05fs/resctrl: Split L3 dependent parts out of __mon_event_count()Tony Luck
2026-01-04NFSv4: Don't free slots prematurely if requesting a directory delegationTrond Myklebust
2026-01-04NFSv4: Fix nfs_clear_verifier_delegated() for delegated directoriesTrond Myklebust
2026-01-04NFS: Fix directory delegation verifier checksAnna Schumaker
2026-01-04pnfs/blocklayout: Fix memory leak in bl_parse_scsi()Zilin Guan
2026-01-04pnfs/flexfiles: Fix memory leak in nfs4_ff_alloc_deviceid_node()Zilin Guan
2026-01-04NFS: Fix a deadlock involving nfs_release_folio()Trond Myklebust
2026-01-04pNFS: Fix a deadlock when returning a delegation during open()Trond Myklebust
2026-01-04x86,fs/resctrl: Refactor domain create/remove using struct rdt_domain_hdrTony Luck
2026-01-04x86,fs/resctrl: Improve domain type checkingTony Luck
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan
2026-01-02bpf: Make KF_TRUSTED_ARGS the default for all kfuncsPuranjay Mohan
2026-01-02NFSD: net ref data still needs to be freed even if net hasn't startupEdward Adam Davis
2026-01-02nfsd: check that server is running in unlock_filesystemOlga Kornievskaia
2026-01-02nfsd: use correct loop termination in nfsd4_revoke_states()NeilBrown