summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-09-241-17/+70
|\
| * eventfs: Remember what dentries were created on dir openSteven Rostedt (Google)2023-09-221-17/+70
* | Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Linus Torvalds2023-09-232-29/+37
|\ \
| * | proc: nommu: fix empty /proc/<pid>/mapsBen Wolsieffer2023-09-192-17/+22
| * | proc: nommu: /proc/<pid>/maps: release mmap read lockBen Wolsieffer2023-09-191-12/+15
| |/
* | Merge tag '6.6-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-09-2311-27/+60
|\ \
| * | smb3: fix confusing debug messageSteve French2023-09-201-1/+1
| * | smb: client: handle STATUS_IO_REPARSE_TAG_NOT_HANDLEDPaulo Alcantara2023-09-201-0/+3
| * | smb3: remove duplicate error mappingSteve French2023-09-201-2/+0
| * | cifs: Fix UAF in cifs_demultiplex_thread()Zhang Xiaoxu2023-09-192-11/+24
| * | smb3: do not start laundromat thread when dir leasesSteve French2023-09-196-10/+24
| * | smb3: Add dynamic trace points for RDMA (smbdirect) reconnectSteve French2023-09-192-3/+8
| |/
* | 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