summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-01-27f2fs: introduce FAULT_SKIP_WRITEChao Yu
2026-01-27f2fs: check skipped write in f2fs_enable_checkpoint()Chao Yu
2026-01-26Merge tag 'vfs-6.19-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-01-26xdrgen: Add enum value validation to generated decodersChuck Lever
2026-01-26nfsd: fix return error code for nfsd_map_name_to_[ug]idAnthony Iliopoulos
2026-01-26nfsd: never defer requests during idmap lookupAnthony Iliopoulos
2026-01-26NFSD: fix setting FMODE_NOCMTIME in nfs4_open_delegationOlga Kornievskaia
2026-01-26nfsd: fix nfs4_file refcount leak in nfsd_get_dir_deleg()Jeff Layton
2026-01-26nfsd: use workqueue enable/disable APIs for v4_end_grace syncNeilBrown
2026-01-26NFS: NFSERR_INVAL is not defined by NFSv2Chuck Lever
2026-01-26nfsd: prefix notification in nfsd4_finalize_deleg_timestamps() with "nfsd: "Jeff Layton
2026-01-26locks: ensure vfs_test_lock() never returns FILE_LOCK_DEFERREDNeilBrown
2026-01-26NFSD: Add instructions on how to deal with xdrgen filesChuck Lever
2026-01-26NFSD: Clean up nfsd4_check_open_attributes()Chuck Lever
2026-01-26gfs2: Fix slab-use-after-free in qd_putAndreas Gruenbacher
2026-01-26gfs2: Introduce glock_{type,number,sbd} helpersAndreas Gruenbacher
2026-01-26gfs2: gfs2_glock_hold cleanupAndreas Gruenbacher
2026-01-26gfs: Use fixed GL_GLOCK_MIN_HOLD timeAndreas Gruenbacher
2026-01-26gfs2: Fix gfs2_log_get_bio argument typeAndreas Gruenbacher
2026-01-26gfs2: gfs2_chain_bio start sector fixAndreas Gruenbacher
2026-01-26gfs2: Initialize bio->bi_opf earlyAndreas Gruenbacher
2026-01-26gfs2: Rename gfs2_log_submit_{bio -> write}Andreas Gruenbacher
2026-01-26gfs2: Do not cancel internal demote requestsAndreas Gruenbacher
2026-01-26gfs2: run_queue cleanupAndreas Gruenbacher
2026-01-26gfs2: Retries missing in gfs2_{rename,exchange}Andreas Gruenbacher
2026-01-26gfs2: glock cancelation flag fixAndreas Gruenbacher
2026-01-24xfs: check for deleted cursors when revalidating two btreesDarrick J. Wong
2026-01-24xfs: fix UAF in xchk_btree_check_block_ownerDarrick J. Wong
2026-01-24xfs: check return value of xchk_scrub_create_subordDarrick J. Wong
2026-01-24xfs: only call xf{array,blob}_destroy if we have a valid pointerDarrick J. Wong
2026-01-23et4: allow zeroout when doing written to unwritten splitOjaswin Mujoo
2026-01-23ext4: refactor split and convert extentsOjaswin Mujoo
2026-01-23ext4: refactor zeroout path and handle all casesOjaswin Mujoo
2026-01-23ext4: propagate flags to ext4_convert_unwritten_extents_endio()Ojaswin Mujoo
2026-01-23ext4: propagate flags to convert_initialized_extent()Ojaswin Mujoo
2026-01-23ext4: add extent status cache support to kunit testsOjaswin Mujoo
2026-01-23ext4: kunit tests for higher level extent manipulation functionsOjaswin Mujoo
2026-01-23ext4: kunit tests for extent splitting and conversionOjaswin Mujoo
2026-01-23Merge tag 'v6.19-rc6-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-01-23xfs: get rid of the xchk_xfile_*_descr callsDarrick J. Wong
2026-01-23xfs: add a method to replace shortform attrsDarrick J. Wong
2026-01-23xfs: speed up parent pointer operations when possibleDarrick J. Wong
2026-01-23xfs: reduce xfs_attr_try_sf_addname parametersDarrick J. Wong
2026-01-23xfs: fix remote xattr valuelblk checkDarrick J. Wong
2026-01-23xfs: fix the xattr scrub to detect freemap/entries array collisionsDarrick J. Wong
2026-01-23xfs: strengthen attr leaf block freemap checkingDarrick J. Wong
2026-01-23xfs: refactor attr3 leaf table size computationDarrick J. Wong
2026-01-23xfs: fix freemap adjustments when adding xattrs to leaf blocksDarrick J. Wong
2026-01-23xfs: delete attr leaf freemap entries when emptyDarrick J. Wong
2026-01-23fs: reset read-only fsflags together with xflagsAndrey Albershteyn