summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2025-11-27Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable in order to be ableAndrew Morton-4/+15
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+66
2025-11-27Merge tag 'ceph-for-6.18-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds-1/+1
2025-11-27sysctl: Wrap do_proc_douintvec with the public function proc_douintvec_convJoel Granados-2/+2
2025-11-27sysctl: Create pipe-max-size converter using sysctl UINT macrosJoel Granados-20/+6
2025-11-27sysctl: Replace void pointer with const pointer to ctl_tableJoel Granados-3/+3
2025-11-27configfs: Constify ct_item_ops in struct config_item_typeChristophe JAILLET-1/+1
2025-11-27configfs: Constify ct_group_ops in struct config_item_typeChristophe JAILLET-1/+1
2025-11-27debugfs: Remove broken no-mount modeAaron Thompson-20/+11
2025-11-27debugfs: Remove redundant access mode checksAaron Thompson-18/+0
2025-11-26gfs2: Clean up SDF_JOURNAL_LIVE flag handlingAndreas Gruenbacher-36/+33
2025-11-26gfs2: No longer thaw filesystems during a withdrawAndreas Gruenbacher-22/+0
2025-11-26gfs2: Withdraw immediately in gfs2_trans_add_metaAndreas Gruenbacher-4/+1
2025-11-26gfs2: New gfs2_withdraw_helperAndreas Gruenbacher-28/+90
2025-11-26gfs2: Clean up properly during a withdrawAndreas Gruenbacher-37/+48
2025-11-26gfs2: Rename gfs2_{gl_dq_holders => withdraw_glocks}Andreas Gruenbacher-5/+5
2025-11-26Revert "gfs2: fix infinite loop when checking ail item count before go_inval"Andreas Gruenbacher-16/+4
2025-11-26Revert "gfs2: Allow some glocks to be used during withdraw"Andreas Gruenbacher-46/+6
2025-11-26Revert "gfs2: Check for log write errors before telling dlm to unlock"Andreas Gruenbacher-16/+0
2025-11-26Revert "gfs2: fix a deadlock on withdraw-during-mount"Andreas Gruenbacher-35/+18
2025-11-26Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (6/6)Andreas Gruenbacher-124/+3
2025-11-26Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (5/6)Andreas Gruenbacher-3/+2
2025-11-26Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (4/6)Andreas Gruenbacher-7/+3
2025-11-26Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (3/6)Andreas Gruenbacher-86/+0
2025-11-26Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (2/6)Andreas Gruenbacher-38/+0
2025-11-26Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (1/6)Andreas Gruenbacher-36/+1
2025-11-26Revert "gfs2: don't stop reads while withdraw in progress"Andreas Gruenbacher-22/+6
2025-11-26gfs2: Rename LM_FLAG_{NOEXP -> RECOVER}Andreas Gruenbacher-20/+23
2025-11-26gfs2: Kill gfs2_io_error_bh_wdAndreas Gruenbacher-22/+10
2025-11-26gfs2: Withdraw immediately on log write errorsAndreas Gruenbacher-14/+2
2025-11-26gfs2: Rename gfs2_{withdrawing_or_ => }withdrawnAndreas Gruenbacher-43/+42
2025-11-26gfs2: Get rid of delayed withdrawsAndreas Gruenbacher-74/+16
2025-11-26gfs2: Asynchronous withdrawAndreas Gruenbacher-25/+37
2025-11-26gfs2: Add clean argument to lm_unmount hookAndreas Gruenbacher-5/+15
2025-11-26gfs2: Clean up quotad timeout handlingAndreas Gruenbacher-31/+27
2025-11-26gfs2: Fix "gfs2: Switch to wait_event in gfs2_quotad"Andreas Gruenbacher-1/+1
2025-11-26gfs2: Minor cosmetic remote delete cleanupsAndreas Gruenbacher-3/+9
2025-11-26gfs2: fix remote evict for read-only filesystemsAndreas Gruenbacher-2/+1
2025-11-26libceph: drop started parameter of __ceph_open_session()Ilya Dryomov-1/+1
2025-11-26ext4: align max orphan file size with e2fsprogs limitBaokun Li-1/+3
2025-11-26fs/ext4: fix typo in commentHaodong Tian-1/+1
2025-11-26ext4: correct the comments place for EXT4_EXT_MAY_ZEROOUTYang Erkun-4/+4
2025-11-26ext4: cleanup for ext4_map_blocksYang Erkun-7/+9
2025-11-26ext4: rename EXT4_GET_BLOCKS_PRE_IOYang Erkun-15/+24
2025-11-26ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 val...Yongjian Sun-17/+32
2025-11-26ext4: fix incorrect group number assertion in mb_check_buddyYongjian Sun-0/+2
2025-11-26ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock()Alexey Nepomnyashih-1/+6
2025-11-26ext4: clear i_state_flags when alloc inodeHaibo Chen-2/+1
2025-11-26jbd2: fix the inconsistency between checksum and data in memory for journal sbYe Bin-0/+14
2025-11-26ext4: check if mount_opts is NUL-terminated in ext4_ioctl_set_tune_sb()Fedor Pchelkin-0/+4