summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-09-12xfs: make inode unlinked bucket recovery work with quotacheckfix-iunlink-list-6.6_2023-09-12Darrick J. Wong
2023-09-12xfs: reload entire unlinked bucket listsDarrick J. Wong
2023-09-12xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked listDarrick J. Wong
2023-09-12xfs: load uncached unlinked inodes into memory on demandfix-iunlink-6.6_2023-09-12Darrick J. Wong
2023-09-12xfs: reserve less log space when recovering log intent itemsfix-efi-recovery-6.6_2023-09-12Darrick J. Wong
2023-09-12xfs: fix log recovery when unknown rocompat bits are setfix-ro-mounts-6.6_2023-09-12Darrick J. Wong
2023-09-12xfs: allow inode inactivation during a ro mount log recoveryDarrick J. Wong
2023-09-11xfs: remove CPU hotplug infrastructurefix-percpu-lists-6.6_2023-09-19fix-percpu-lists-6.6_2023-09-12Darrick J. Wong
2023-09-11xfs: remove the all-mounts listDarrick J. Wong
2023-09-11xfs: use per-mount cpumask to track nonempty percpu inodegc listsDarrick J. Wong
2023-09-11xfs: fix per-cpu CIL structure aggregation racing with dying cpusDarrick J. Wong
2023-09-11xfs: fix an agbno overflow in __xfs_getfsmap_datadevfix-fsmap-6.6_2023-09-19fix-fsmap-6.6_2023-09-12Darrick J. Wong
2023-09-09Merge tag '6.6-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-09-08Merge tag '6.6-rc-ksmbd' of git://git.samba.org/ksmbdLinus Torvalds
2023-09-08smb3: fix minor typo in SMB2_GLOBAL_CAP_LARGE_MTUSteve French
2023-09-07ntfs3: drop inode references in ntfs_put_super()Christian Brauner
2023-09-07vfs: mostly undo glibc turning 'fstat()' into 'fstatat(AT_EMPTY_PATH)'Linus Torvalds
2023-09-07cifs: update internal module version number for cifs.koSteve French
2023-09-07smb3: allow controlling maximum number of cached directoriesSteve French
2023-09-07smb3: add trace point for queryfs (statfs)Steve French
2023-09-06Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-09-05Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-09-05Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-09-05Merge tag 'mm-stable-2023-09-04-14-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-09-05gfs2: change qd_slot_count to qd_slot_refBob Peterson
2023-09-05gfs2: check for no eligible quota changesBob Peterson
2023-09-05gfs2: Remove useless assignmentBob Peterson
2023-09-05gfs2: simplify slot_getBob Peterson
2023-09-05gfs2: Simplify qd2offsetBob Peterson
2023-09-05gfs2: introduce qd_bh_get_or_undoBob Peterson
2023-09-05gfs2: Remove quota allocation info from quota fileBob Peterson
2023-09-05gfs2: use constant for array sizeBob Peterson
2023-09-05gfs2: Set qd_sync_gen in do_syncBob Peterson
2023-09-05gfs2: Remove useless err setBob Peterson
2023-09-05gfs2: Small gfs2_quota_lock cleanupBob Peterson
2023-09-05gfs2: move qdsb_put and reduce redundancyBob Peterson
2023-09-05gfs2: improvements to sysfs statusBob Peterson
2023-09-05gfs2: Don't try to sync non-changesBob Peterson
2023-09-05gfs2: Simplify function need_syncBob Peterson
2023-09-05gfs2: remove unneeded pg_oflow variableBob Peterson
2023-09-05gfs2: remove unneeded variable doneBob Peterson
2023-09-05gfs2: pass sdp to gfs2_write_buf_to_pageBob Peterson
2023-09-05gfs2: pass sdp in to gfs2_write_disk_quotaBob Peterson
2023-09-05gfs2: Pass sdp to gfs2_adjust_quotaBob Peterson
2023-09-05gfs2: remove dead code for quota writesBob Peterson
2023-09-05gfs2: Introduce new quota=quiet mount optionBob Peterson
2023-09-05gfs2: Add device name to gfs2_logd and gfs2_quotadAndreas Gruenbacher
2023-09-05gfs2: Rename "freeze_workqueue" to "gfs2_freeze"Andreas Gruenbacher
2023-09-05gfs2: Rename "gfs_recovery" workqueue to "gfs2_recovery"Andreas Gruenbacher
2023-09-05gfs2: Fix withdraw raceAndreas Gruenbacher