aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-11-27sysctl: Create pipe-max-size converter using sysctl UINT macrosJoel Granados1-20/+6
2025-11-27sysctl: Replace void pointer with const pointer to ctl_tableJoel Granados1-3/+3
2025-11-27configfs: Constify ct_item_ops in struct config_item_typeChristophe JAILLET1-1/+1
2025-11-27configfs: Constify ct_group_ops in struct config_item_typeChristophe JAILLET1-1/+1
2025-11-27debugfs: Remove broken no-mount modeAaron Thompson2-20/+11
2025-11-27debugfs: Remove redundant access mode checksAaron Thompson1-18/+0
2025-11-26gfs2: Clean up SDF_JOURNAL_LIVE flag handlingAndreas Gruenbacher3-36/+33
2025-11-26gfs2: No longer thaw filesystems during a withdrawAndreas Gruenbacher3-22/+0
2025-11-26gfs2: Withdraw immediately in gfs2_trans_add_metaAndreas Gruenbacher1-4/+1
2025-11-26gfs2: New gfs2_withdraw_helperAndreas Gruenbacher5-28/+90
2025-11-26gfs2: Clean up properly during a withdrawAndreas Gruenbacher1-37/+48
2025-11-26gfs2: Rename gfs2_{gl_dq_holders => withdraw_glocks}Andreas Gruenbacher3-5/+5
2025-11-26Revert "gfs2: fix infinite loop when checking ail item count before go_inval"Andreas Gruenbacher2-16/+4
2025-11-26Revert "gfs2: Allow some glocks to be used during withdraw"Andreas Gruenbacher4-46/+6
2025-11-26Revert "gfs2: Check for log write errors before telling dlm to unlock"Andreas Gruenbacher1-16/+0
2025-11-26Revert "gfs2: fix a deadlock on withdraw-during-mount"Andreas Gruenbacher1-35/+18
2025-11-26Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (6/6)Andreas Gruenbacher1-124/+3
2025-11-26Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (5/6)Andreas Gruenbacher1-3/+2
2025-11-26Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (4/6)Andreas Gruenbacher1-7/+3
2025-11-26Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (3/6)Andreas Gruenbacher4-86/+0
2025-11-26Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (2/6)Andreas Gruenbacher6-38/+0
2025-11-26Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (1/6)Andreas Gruenbacher5-36/+1
2025-11-26Revert "gfs2: don't stop reads while withdraw in progress"Andreas Gruenbacher5-22/+6
2025-11-26gfs2: Rename LM_FLAG_{NOEXP -> RECOVER}Andreas Gruenbacher6-20/+23
2025-11-26gfs2: Kill gfs2_io_error_bh_wdAndreas Gruenbacher5-22/+10
2025-11-26gfs2: Withdraw immediately on log write errorsAndreas Gruenbacher2-14/+2
2025-11-26gfs2: Rename gfs2_{withdrawing_or_ => }withdrawnAndreas Gruenbacher15-43/+42
2025-11-26gfs2: Get rid of delayed withdrawsAndreas Gruenbacher8-74/+16
2025-11-26gfs2: Asynchronous withdrawAndreas Gruenbacher5-25/+37
2025-11-26gfs2: Add clean argument to lm_unmount hookAndreas Gruenbacher4-5/+15
2025-11-26gfs2: Clean up quotad timeout handlingAndreas Gruenbacher1-31/+27
2025-11-26gfs2: Fix "gfs2: Switch to wait_event in gfs2_quotad"Andreas Gruenbacher1-1/+1
2025-11-26gfs2: Minor cosmetic remote delete cleanupsAndreas Gruenbacher1-3/+9
2025-11-26gfs2: fix remote evict for read-only filesystemsAndreas Gruenbacher1-2/+1
2025-11-26libceph: drop started parameter of __ceph_open_session()Ilya Dryomov1-1/+1
2025-11-26ext4: align max orphan file size with e2fsprogs limitBaokun Li1-1/+3
2025-11-26fs/ext4: fix typo in commentHaodong Tian1-1/+1
2025-11-26ext4: correct the comments place for EXT4_EXT_MAY_ZEROOUTYang Erkun1-4/+4
2025-11-26ext4: cleanup for ext4_map_blocksYang Erkun1-7/+9
2025-11-26ext4: rename EXT4_GET_BLOCKS_PRE_IOYang Erkun3-15/+24
2025-11-26ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 validationYongjian Sun1-17/+32
2025-11-26ext4: fix incorrect group number assertion in mb_check_buddyYongjian Sun1-0/+2
2025-11-26ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock()Alexey Nepomnyashih1-1/+6
2025-11-26ext4: clear i_state_flags when alloc inodeHaibo Chen3-2/+1
2025-11-26jbd2: fix the inconsistency between checksum and data in memory for journal sbYe Bin1-0/+14
2025-11-26ext4: check if mount_opts is NUL-terminated in ext4_ioctl_set_tune_sb()Fedor Pchelkin1-0/+4
2025-11-26ext4: fix string copying in parse_apply_sb_mount_options()Fedor Pchelkin1-2/+3
2025-11-26jbd2: store more accurate errno in superblock when possibleWengang Wang4-11/+15
2025-11-26jbd2: avoid bug_on in jbd2_journal_get_create_access() when file system corruptedYe Bin1-5/+14
2025-11-26kernfs: fix memory leak of kernfs_iattrs in __kernfs_new_nodeWill Rosenberg1-1/+4