aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-09-24Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-17/+70
2023-09-23Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 2-29/+37
2023-09-23Merge tag '6.6-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 11-27/+60
2023-09-23Merge tag 'iomap-6.6-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 2-23/+32
2023-09-22Merge tag 'xfs-6.6-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 27-240/+441
2023-09-22eventfs: Remember what dentries were created on dir openGravatar Steven Rostedt (Google) 1-17/+70
2023-09-21Merge tag 'v6.6-rc3.vfs.ctime.revert' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 8-133/+35
2023-09-20smb3: fix confusing debug messageGravatar Steve French 1-1/+1
2023-09-20smb: client: handle STATUS_IO_REPARSE_TAG_NOT_HANDLEDGravatar Paulo Alcantara 1-0/+3
2023-09-20smb3: remove duplicate error mappingGravatar Steve French 1-2/+0
2023-09-20Merge tag 'for-6.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-53/+69
2023-09-20Revert "fs: add infrastructure for multigrain timestamps"Gravatar Christian Brauner 2-118/+5
2023-09-20Revert "btrfs: convert to multigrain timestamps"Gravatar Christian Brauner 2-7/+22
2023-09-20Revert "ext4: switch to multigrain timestamps"Gravatar Christian Brauner 1-1/+1
2023-09-20Revert "xfs: switch to multigrain timestamps"Gravatar Christian Brauner 3-7/+7
2023-09-19cifs: Fix UAF in cifs_demultiplex_thread()Gravatar Zhang Xiaoxu 2-11/+24
2023-09-19proc: nommu: fix empty /proc/<pid>/mapsGravatar Ben Wolsieffer 2-17/+22
2023-09-19proc: nommu: /proc/<pid>/maps: release mmap read lockGravatar Ben Wolsieffer 1-12/+15
2023-09-19smb3: do not start laundromat thread when dir leasesGravatar Steve French 6-10/+24
2023-09-19iomap: convert iomap_unshare_iter to use large foliosGravatar Darrick J. Wong 1-10/+14
2023-09-19smb3: Add dynamic trace points for RDMA (smbdirect) reconnectGravatar Steve French 2-3/+8
2023-09-18iomap: don't skip reading in !uptodate folios when unsharing a rangeGravatar Darrick J. Wong 1-2/+4
2023-09-18Merge tag 'nfs-for-6.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 5-54/+116
2023-09-18netfs: Only call folio_start_fscache() one time for each folioGravatar Dave Wysochanski 1-1/+5
2023-09-18Merge tag 'gfs2-v6.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-6/+10
2023-09-18gfs2: Fix quota=quiet oversightGravatar Bob Peterson 1-1/+2
2023-09-18gfs2: fix glock shrinker ref issuesGravatar Bob Peterson 1-1/+3
2023-09-18gfs2: Fix another freeze/thaw hangGravatar Andreas Gruenbacher 1-4/+5
2023-09-17stat: remove no-longer-used helper macrosGravatar Linus Torvalds 1-6/+0
2023-09-17Merge tag '6.6-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 4-17/+24
2023-09-17Merge tag '6.6-rc1-ksmbd' of git://git.samba.org/ksmbdGravatar Linus Torvalds 2-2/+1
2023-09-17Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-50/+60
2023-09-15Merge tag 'nfsd-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 2-4/+5
2023-09-15Merge tag 'efi-fixes-for-v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-4/+10
2023-09-15NFSv4.1: fix zero value filehandle in post open getattrGravatar Olga Kornievskaia 1-1/+5
2023-09-15smb3: fix some minor typos and repeated wordsGravatar Steve French 2-3/+5
2023-09-15smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPPGravatar Steve French 2-4/+4
2023-09-14btrfs: fix race between reading a directory and adding entries to itGravatar Filipe Manana 1-4/+7
2023-09-14btrfs: refresh dir last index during a rewinddir(3) callGravatar Filipe Manana 1-1/+14
2023-09-14btrfs: set last dir index to the current last index when opening dirGravatar Filipe Manana 1-1/+2
2023-09-14ext4: fix rec_len verify errorGravatar Shida Zhang 1-11/+15
2023-09-14ext4: do not let fstrim block system suspendGravatar Jan Kara 1-2/+10
2023-09-14ext4: move setting of trimmed bit into ext4_try_to_trim_range()Gravatar Jan Kara 1-21/+25
2023-09-14jbd2: Fix memory leak in journal_init_common()Gravatar Li Zetao 1-0/+2
2023-09-13Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 3-10/+59
2023-09-13btrfs: don't clear uptodate on write errorsGravatar Josef Bacik 2-12/+1
2023-09-13btrfs: file_remove_privs needs an exclusive lock in direct io writeGravatar Bernd Schubert 1-2/+14
2023-09-13btrfs: convert btrfs_read_merkle_tree_page() to use a folioGravatar Matthew Wilcox (Oracle) 1-33/+31
2023-09-13NFSv4.1: fix pnfs MDS=DS session trunkingGravatar Olga Kornievskaia 1-1/+5
2023-09-13NFS/pNFS: Report EINVAL errors from connect() to the serverGravatar Trond Myklebust 1-0/+1