summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge tag 'iomap-6.6-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-09-232-23/+32
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | iomap: convert iomap_unshare_iter to use large foliosDarrick J. Wong2023-09-191-10/+14
| * | | | | iomap: don't skip reading in !uptodate folios when unsharing a rangeDarrick J. Wong2023-09-181-2/+4
| * | | | | iomap: handle error conditions more gracefully in iomap_to_bhChristoph Hellwig2023-09-121-11/+14
| | |/ / / | |/| | |
* | | | | Merge tag 'xfs-6.6-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-09-2227-240/+441
|\ \ \ \ \
| * | | | | xfs: use roundup_pow_of_two instead of ffs during xlog_find_tailWang Jianchao2023-09-131-2/+2
| * | | | | Merge tag 'fix-scrub-6.6_2023-09-12' of https://git.kernel.org/pub/scm/linux/...Chandan Babu R2023-09-132-3/+6
| |\ \ \ \ \
| | * | | | | xfs: only call xchk_stats_merge after validating scrub inputsDarrick J. Wong2023-09-122-3/+6
| * | | | | | Merge tag 'fix-larp-requirements-6.6_2023-09-12' of https://git.kernel.org/pu...Chandan Babu R2023-09-131-0/+11
| |\| | | | |
| | * | | | | xfs: require a relatively recent V5 filesystem for LARP modeDarrick J. Wong2023-09-121-0/+11
| * | | | | | Merge tag 'fix-iunlink-list-6.6_2023-09-12' of https://git.kernel.org/pub/scm...Chandan Babu R2023-09-139-9/+195
| |\| | | | |
| | * | | | | xfs: make inode unlinked bucket recovery work with quotacheckDarrick J. Wong2023-09-125-6/+29
| | * | | | | xfs: reload entire unlinked bucket listsDarrick J. Wong2023-09-125-0/+144
| | * | | | | xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked listDarrick J. Wong2023-09-123-3/+22
| * | | | | | Merge tag 'fix-iunlink-6.6_2023-09-12' of https://git.kernel.org/pub/scm/linu...Chandan Babu R2023-09-132-5/+100
| |\| | | | |
| | * | | | | xfs: load uncached unlinked inodes into memory on demandDarrick J. Wong2023-09-122-5/+100
| * | | | | | Merge tag 'fix-efi-recovery-6.6_2023-09-12' of https://git.kernel.org/pub/scm...Chandan Babu R2023-09-136-9/+40
| |\| | | | |
| | * | | | | xfs: reserve less log space when recovering log intent itemsDarrick J. Wong2023-09-126-9/+40
| * | | | | | Merge tag 'fix-ro-mounts-6.6_2023-09-12' of https://git.kernel.org/pub/scm/li...Chandan Babu R2023-09-133-22/+12
| |\| | | | |
| | * | | | | xfs: fix log recovery when unknown rocompat bits are setDarrick J. Wong2023-09-122-18/+2
| | * | | | | xfs: allow inode inactivation during a ro mount log recoveryDarrick J. Wong2023-09-121-4/+10
| * | | | | | Merge tag 'fix-percpu-lists-6.6_2023-09-12' of https://git.kernel.org/pub/scm...Chandan Babu R2023-09-136-182/+56
| |\| | | | |
| | * | | | | xfs: remove CPU hotplug infrastructureDarrick J. Wong2023-09-111-41/+1
| | * | | | | xfs: remove the all-mounts listDarrick J. Wong2023-09-112-40/+0
| | * | | | | xfs: use per-mount cpumask to track nonempty percpu inodegc listsDarrick J. Wong2023-09-114-56/+33
| | * | | | | xfs: fix per-cpu CIL structure aggregation racing with dying cpusDarrick J. Wong2023-09-113-45/+22
| * | | | | | Merge tag 'fix-fsmap-6.6_2023-09-12' of https://git.kernel.org/pub/scm/linux/...Chandan Babu R2023-09-131-7/+18
| |\| | | | |
| | * | | | | xfs: fix an agbno overflow in __xfs_getfsmap_datadevDarrick J. Wong2023-09-111-7/+18
| | |/ / / /
| * / / / / xfs: fix select in config XFS_ONLINE_SCRUB_STATSLukas Bulwahn2023-09-111-1/+1
| |/ / / /
* | | | | Merge tag 'v6.6-rc3.vfs.ctime.revert' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-09-218-133/+35
|\ \ \ \ \
| * | | | | Revert "fs: add infrastructure for multigrain timestamps"Christian Brauner2023-09-202-118/+5
| * | | | | Revert "btrfs: convert to multigrain timestamps"Christian Brauner2023-09-202-7/+22
| * | | | | Revert "ext4: switch to multigrain timestamps"Christian Brauner2023-09-201-1/+1
| * | | | | Revert "xfs: switch to multigrain timestamps"Christian Brauner2023-09-203-7/+7
| | |/ / / | |/| | |
* | | | | Merge tag 'for-6.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-09-204-53/+69
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | btrfs: fix race between reading a directory and adding entries to itFilipe Manana2023-09-141-4/+7
| * | | | btrfs: refresh dir last index during a rewinddir(3) callFilipe Manana2023-09-141-1/+14
| * | | | btrfs: set last dir index to the current last index when opening dirFilipe Manana2023-09-141-1/+2
| * | | | btrfs: don't clear uptodate on write errorsJosef Bacik2023-09-132-12/+1
| * | | | btrfs: file_remove_privs needs an exclusive lock in direct io writeBernd Schubert2023-09-131-2/+14
| * | | | btrfs: convert btrfs_read_merkle_tree_page() to use a folioMatthew Wilcox (Oracle)2023-09-131-33/+31
* | | | | Merge tag 'nfs-for-6.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-09-185-54/+116
|\ \ \ \ \
| * | | | | NFSv4.1: fix zero value filehandle in post open getattrOlga Kornievskaia2023-09-151-1/+5
| * | | | | NFSv4.1: fix pnfs MDS=DS session trunkingOlga Kornievskaia2023-09-131-1/+5
| * | | | | NFS/pNFS: Report EINVAL errors from connect() to the serverTrond Myklebust2023-09-131-0/+1
| * | | | | NFS: More fixes for nfs_direct_write_reschedule_io()Trond Myklebust2023-09-131-6/+11
| * | | | | NFS: Use the correct commit info in nfs_join_page_group()Trond Myklebust2023-09-132-14/+17
| * | | | | NFS: More O_DIRECT accounting fixes for error pathsTrond Myklebust2023-09-131-16/+31
| * | | | | NFS: Fix O_DIRECT locking issuesTrond Myklebust2023-09-131-4/+4
| * | | | | NFS: Fix error handling for O_DIRECT write schedulingTrond Myklebust2023-09-111-16/+46
| | |_|/ / | |/| | |