summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2023-09-07ntfs3: drop inode references in ntfs_put_super()Christian Brauner-6/+12
2023-09-07vfs: mostly undo glibc turning 'fstat()' into 'fstatat(AT_EMPTY_PATH)'Linus Torvalds-0/+17
2023-09-06Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-462/+3532
2023-09-05Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-326/+344
2023-09-05Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-105/+237
2023-09-05Merge tag 'mm-stable-2023-09-04-14-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+6
2023-09-05gfs2: change qd_slot_count to qd_slot_refBob Peterson-9/+9
2023-09-05gfs2: check for no eligible quota changesBob Peterson-0/+21
2023-09-05gfs2: Remove useless assignmentBob Peterson-2/+0
2023-09-05gfs2: simplify slot_getBob Peterson-10/+9
2023-09-05gfs2: Simplify qd2offsetBob Peterson-6/+1
2023-09-05gfs2: introduce qd_bh_get_or_undoBob Peterson-17/+19
2023-09-05gfs2: Remove quota allocation info from quota fileBob Peterson-10/+2
2023-09-05gfs2: use constant for array sizeBob Peterson-1/+1
2023-09-05gfs2: Set qd_sync_gen in do_syncBob Peterson-4/+4
2023-09-05gfs2: Remove useless err setBob Peterson-1/+0
2023-09-05gfs2: Small gfs2_quota_lock cleanupBob Peterson-1/+1
2023-09-05gfs2: move qdsb_put and reduce redundancyBob Peterson-10/+8
2023-09-05gfs2: improvements to sysfs statusBob Peterson-2/+8
2023-09-05gfs2: Don't try to sync non-changesBob Peterson-1/+1
2023-09-05gfs2: Simplify function need_syncBob Peterson-8/+7
2023-09-05gfs2: remove unneeded pg_oflow variableBob Peterson-5/+3
2023-09-05gfs2: remove unneeded variable doneBob Peterson-3/+2
2023-09-05gfs2: pass sdp to gfs2_write_buf_to_pageBob Peterson-5/+4
2023-09-05gfs2: pass sdp in to gfs2_write_disk_quotaBob Peterson-2/+3
2023-09-05gfs2: Pass sdp to gfs2_adjust_quotaBob Peterson-5/+6
2023-09-05gfs2: remove dead code for quota writesBob Peterson-4/+1
2023-09-05gfs2: Introduce new quota=quiet mount optionBob Peterson-6/+16
2023-09-05gfs2: Add device name to gfs2_logd and gfs2_quotadAndreas Gruenbacher-2/+2
2023-09-05gfs2: Rename "freeze_workqueue" to "gfs2_freeze"Andreas Gruenbacher-1/+1
2023-09-05gfs2: Rename "gfs_recovery" workqueue to "gfs2_recovery"Andreas Gruenbacher-7/+7
2023-09-05gfs2: Fix withdraw raceAndreas Gruenbacher-12/+12
2023-09-05gfs2: Sanitize kthread stoppingAndreas Gruenbacher-9/+9
2023-09-05gfs2: Switch to wait_event in gfs2_quotadAndreas Gruenbacher-6/+5
2023-09-05gfs2: Fix asynchronous thread destructionAndreas Gruenbacher-33/+32
2023-09-05gfs2: Stop using gfs2_make_fs_ro for withdrawAndreas Gruenbacher-8/+20
2023-09-05gfs2: Free quota data objects synchronouslyAndreas Gruenbacher-3/+34
2023-09-05gfs2: Fix initial quota data refcountAndreas Gruenbacher-1/+2
2023-09-05gfs2: No more quota complaints after withdrawAndreas Gruenbacher-3/+5
2023-09-05gfs2: Factor out duplicate quota data disposal codeAndreas Gruenbacher-23/+24
2023-09-05gfs2: Use gfs2_qd_dispose in gfs2_quota_cleanupAndreas Gruenbacher-22/+4
2023-09-05gfs2: Fix wrong quota shrinker return valueAndreas Gruenbacher-2/+6
2023-09-05gfs2: Rename SDF_DEACTIVATING to SDF_KILLAndreas Gruenbacher-8/+8
2023-09-05gfs2: Rename sd_{ glock => kill }_waitAndreas Gruenbacher-5/+5
2023-09-05gfs2: Use qd_sbd more consequentlyBob Peterson-11/+11
2023-09-05gfs2: journal flush threshold fixes and cleanupAndreas Gruenbacher-18/+16
2023-09-05gfs2: Fix logd wakeup on I/O errorAndreas Gruenbacher-0/+1
2023-09-05gfs2: low-memory forced flush fixesAndreas Gruenbacher-6/+6
2023-09-05gfs2: Switch to wait_event in gfs2_logdAndreas Gruenbacher-12/+5
2023-09-05gfs2: conversion deadlock do_promote bypassBob Peterson-0/+2