summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-09-13Merge tag 'fix-ro-mounts-6.6_2023-09-12' of https://git.kernel.org/pub/scm/li...Chandan Babu R
2023-09-13Merge tag 'fix-percpu-lists-6.6_2023-09-12' of https://git.kernel.org/pub/scm...Chandan Babu R
2023-09-13Merge tag 'fix-fsmap-6.6_2023-09-12' of https://git.kernel.org/pub/scm/linux/...Chandan Babu R
2023-09-12smb3: move server check earlier when setting channel sequence numberSteve French
2023-09-12Merge tag 'for-6.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-09-12xfs: only call xchk_stats_merge after validating scrub inputsDarrick J. Wong
2023-09-12xfs: require a relatively recent V5 filesystem for LARP modeDarrick J. Wong
2023-09-12xfs: make inode unlinked bucket recovery work with quotacheckDarrick J. Wong
2023-09-12xfs: load uncached unlinked inodes into memory on demandDarrick J. Wong
2023-09-12xfs: reserve less log space when recovering log intent itemsDarrick J. Wong
2023-09-12xfs: fix log recovery when unknown rocompat bits are setDarrick J. Wong
2023-09-12xfs: reload entire unlinked bucket listsDarrick J. Wong
2023-09-12xfs: allow inode inactivation during a ro mount log recoveryDarrick J. Wong
2023-09-12xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked listDarrick J. Wong
2023-09-12iomap: handle error conditions more gracefully in iomap_to_bhChristoph Hellwig
2023-09-12Merge tag 'ovl-fixes-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-09-12NFSD: fix possible oops when nfsd/pool_stats is closed.NeilBrown
2023-09-11tracefs/eventfs: Use list_for_each_srcu() in dcache_dir_open_wrapper()Steven Rostedt (Google)
2023-09-11xfs: remove CPU hotplug infrastructureDarrick 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 an agbno overflow in __xfs_getfsmap_datadevDarrick J. Wong
2023-09-11xfs: fix per-cpu CIL structure aggregation racing with dying cpusDarrick J. Wong
2023-09-11NFS: Fix error handling for O_DIRECT write schedulingTrond Myklebust
2023-09-11xfs: fix select in config XFS_ONLINE_SCRUB_STATSLukas Bulwahn
2023-09-11efivarfs: fix statfs() on efivarfsHeinrich Schuchardt
2023-09-09Merge tag '6.6-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-09-09nfsd: fix change_info in NFSv4 RENAME repliesJeff Layton
2023-09-08Merge tag '6.6-rc-ksmbd' of git://git.samba.org/ksmbdLinus Torvalds
2023-09-08tracefs/eventfs: Free top level files on removalSteven Rostedt (Google)
2023-09-08smb3: fix minor typo in SMB2_GLOBAL_CAP_LARGE_MTUSteve French
2023-09-08MAINTAINERS: remove links to obsolete btrfs.wiki.kernel.orgBhaskar Chowdhury
2023-09-08btrfs: assert delayed node locked when removing delayed itemFilipe Manana
2023-09-08btrfs: remove BUG() after failure to insert delayed dir index itemFilipe Manana
2023-09-08btrfs: improve error message after failure to add delayed dir index itemFilipe Manana
2023-09-08btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folioQu Wenruo
2023-09-08btrfs: check for BTRFS_FS_ERROR in pending ordered assertJosef Bacik
2023-09-08btrfs: fix lockdep splat and potential deadlock after failure running delayed...Filipe Manana
2023-09-08btrfs: do not block starts waiting on previous transaction commitJosef Bacik
2023-09-08btrfs: release path before inode lookup during the ino lookup ioctlFilipe Manana
2023-09-08btrfs: fix race between finishing block group creation and its item updateFilipe Manana
2023-09-07tracefs/eventfs: Use dput to free the toplevel events directorySteven Rostedt (Google)
2023-09-07jbd2: Remove page size assumptionsRitesh Harjani (IBM)
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-05tracefs/eventfs: Add missing lockdown checksSteven Rostedt (Google)