summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-11-27sysctl: Create pipe-max-size converter using sysctl UINT macrosJoel Granados
2025-11-27sysctl: Replace void pointer with const pointer to ctl_tableJoel Granados
2025-11-27configfs: Constify ct_item_ops in struct config_item_typeChristophe JAILLET
2025-11-27configfs: Constify ct_group_ops in struct config_item_typeChristophe JAILLET
2025-11-27debugfs: Remove broken no-mount modeAaron Thompson
2025-11-27debugfs: Remove redundant access mode checksAaron Thompson
2025-11-26gfs2: Clean up SDF_JOURNAL_LIVE flag handlingAndreas Gruenbacher
2025-11-26gfs2: No longer thaw filesystems during a withdrawAndreas Gruenbacher
2025-11-26gfs2: Withdraw immediately in gfs2_trans_add_metaAndreas Gruenbacher
2025-11-26gfs2: New gfs2_withdraw_helperAndreas Gruenbacher
2025-11-26gfs2: Clean up properly during a withdrawAndreas Gruenbacher
2025-11-26gfs2: Rename gfs2_{gl_dq_holders => withdraw_glocks}Andreas Gruenbacher
2025-11-26Revert "gfs2: fix infinite loop when checking ail item count before go_inval"Andreas Gruenbacher
2025-11-26Revert "gfs2: Allow some glocks to be used during withdraw"Andreas Gruenbacher
2025-11-26Revert "gfs2: Check for log write errors before telling dlm to unlock"Andreas Gruenbacher
2025-11-26Revert "gfs2: fix a deadlock on withdraw-during-mount"Andreas Gruenbacher
2025-11-26Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (6/6)Andreas Gruenbacher
2025-11-26Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (5/6)Andreas Gruenbacher
2025-11-26Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (4/6)Andreas Gruenbacher
2025-11-26Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (3/6)Andreas Gruenbacher
2025-11-26Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (2/6)Andreas Gruenbacher
2025-11-26Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (1/6)Andreas Gruenbacher
2025-11-26Revert "gfs2: don't stop reads while withdraw in progress"Andreas Gruenbacher
2025-11-26gfs2: Rename LM_FLAG_{NOEXP -> RECOVER}Andreas Gruenbacher
2025-11-26gfs2: Kill gfs2_io_error_bh_wdAndreas Gruenbacher
2025-11-26gfs2: Withdraw immediately on log write errorsAndreas Gruenbacher
2025-11-26gfs2: Rename gfs2_{withdrawing_or_ => }withdrawnAndreas Gruenbacher
2025-11-26gfs2: Get rid of delayed withdrawsAndreas Gruenbacher
2025-11-26gfs2: Asynchronous withdrawAndreas Gruenbacher
2025-11-26gfs2: Add clean argument to lm_unmount hookAndreas Gruenbacher
2025-11-26gfs2: Clean up quotad timeout handlingAndreas Gruenbacher
2025-11-26gfs2: Fix "gfs2: Switch to wait_event in gfs2_quotad"Andreas Gruenbacher
2025-11-26gfs2: Minor cosmetic remote delete cleanupsAndreas Gruenbacher
2025-11-26gfs2: fix remote evict for read-only filesystemsAndreas Gruenbacher
2025-11-26libceph: drop started parameter of __ceph_open_session()Ilya Dryomov
2025-11-26ext4: align max orphan file size with e2fsprogs limitBaokun Li
2025-11-26fs/ext4: fix typo in commentHaodong Tian
2025-11-26ext4: correct the comments place for EXT4_EXT_MAY_ZEROOUTYang Erkun
2025-11-26ext4: cleanup for ext4_map_blocksYang Erkun
2025-11-26ext4: rename EXT4_GET_BLOCKS_PRE_IOYang Erkun
2025-11-26ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 val...Yongjian Sun
2025-11-26ext4: fix incorrect group number assertion in mb_check_buddyYongjian Sun
2025-11-26ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock()Alexey Nepomnyashih
2025-11-26ext4: clear i_state_flags when alloc inodeHaibo Chen
2025-11-26jbd2: fix the inconsistency between checksum and data in memory for journal sbYe Bin
2025-11-26ext4: check if mount_opts is NUL-terminated in ext4_ioctl_set_tune_sb()Fedor Pchelkin
2025-11-26ext4: fix string copying in parse_apply_sb_mount_options()Fedor Pchelkin
2025-11-26jbd2: store more accurate errno in superblock when possibleWengang Wang
2025-11-26jbd2: avoid bug_on in jbd2_journal_get_create_access() when file system corru...Ye Bin
2025-11-26kernfs: fix memory leak of kernfs_iattrs in __kernfs_new_nodeWill Rosenberg