summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-11-28autofs: convert autofs_dev_ioctl_open_mountpoint() to FD_ADD()Christian Brauner
2025-11-28nsfs: convert ns_ioctl() to FD_PREPARE()Christian Brauner
2025-11-28nsfs: convert open_namespace() to FD_PREPARE()Christian Brauner
2025-11-28fanotify: convert fanotify_init() to FD_PREPARE()Christian Brauner
2025-11-28namespace: convert fsmount() to FD_PREPARE()Christian Brauner
2025-11-28namespace: convert open_tree_attr() to FD_PREPARE()Christian Brauner
2025-11-28namespace: convert open_tree() to FD_ADD()Christian Brauner
2025-11-28fhandle: convert do_handle_open() to FD_ADD()Christian Brauner
2025-11-28eventfd: convert do_eventfd() to FD_PREPARE()Christian Brauner
2025-11-28anon_inodes: convert to FD_ADD()Christian Brauner
2025-11-28afs: Fix delayed allocation of a cell's anonymous keyDavid Howells
2025-11-28ovl: remove unneeded semicolonChen Ni
2025-11-28ovl: fail ovl_lock_rename_workdir() if either target is unhashedNeilBrown
2025-11-28dcache: touch up predicts in __d_lookup_rcu()Mateusz Guzik
2025-11-28filelock: __fcntl_getlease: fix kernel-doc warningsRandy Dunlap
2025-11-28nfsd: fix end_creating() conversionNeil Brown
2025-11-27Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable in order to be ableAndrew Morton
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-27Merge tag 'ceph-for-6.18-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds
2025-11-27sysctl: Wrap do_proc_douintvec with the public function proc_douintvec_convJoel Granados
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