summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | netfs: Only call folio_start_fscache() one time for each folioDave Wysochanski2023-09-181-1/+5
* | | | Merge tag 'gfs2-v6.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-09-183-6/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | gfs2: Fix quota=quiet oversightBob Peterson2023-09-181-1/+2
| * | | gfs2: fix glock shrinker ref issuesBob Peterson2023-09-181-1/+3
| * | | gfs2: Fix another freeze/thaw hangAndreas Gruenbacher2023-09-181-4/+5
* | | | stat: remove no-longer-used helper macrosLinus Torvalds2023-09-171-6/+0
* | | | Merge tag '6.6-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-09-174-17/+24
|\ \ \ \
| * | | | smb3: fix some minor typos and repeated wordsSteve French2023-09-152-3/+5
| * | | | smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPPSteve French2023-09-152-4/+4
| * | | | smb3: move server check earlier when setting channel sequence numberSteve French2023-09-121-10/+15
| | |/ / | |/| |
* | | | Merge tag '6.6-rc1-ksmbd' of git://git.samba.org/ksmbdLinus Torvalds2023-09-172-2/+1
|\ \ \ \
| * | | | ksmbd: fix passing freed memory 'aux_payload_buf'Namjae Jeon2023-09-131-1/+1
| * | | | ksmbd: remove unneeded mark_inode_dirty in set_info_sec()Namjae Jeon2023-09-131-1/+0
| |/ / /
* | | | Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-09-175-50/+60
|\ \ \ \
| * | | | ext4: fix rec_len verify errorShida Zhang2023-09-141-11/+15
| * | | | ext4: do not let fstrim block system suspendJan Kara2023-09-141-2/+10
| * | | | ext4: move setting of trimmed bit into ext4_try_to_trim_range()Jan Kara2023-09-141-21/+25
| * | | | jbd2: Fix memory leak in journal_init_common()Li Zetao2023-09-141-0/+2
| * | | | jbd2: Remove page size assumptionsRitesh Harjani (IBM)2023-09-072-18/+10
* | | | | Merge tag 'nfsd-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-09-152-4/+5
|\ \ \ \ \
| * | | | | NFSD: fix possible oops when nfsd/pool_stats is closed.NeilBrown2023-09-121-2/+3
| * | | | | nfsd: fix change_info in NFSv4 RENAME repliesJeff Layton2023-09-091-2/+2
* | | | | | Merge tag 'efi-fixes-for-v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-09-151-4/+10
|\ \ \ \ \ \
| * | | | | | efivarfs: fix statfs() on efivarfsHeinrich Schuchardt2023-09-111-4/+10
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-09-133-10/+59
|\ \ \ \ \ \
| * | | | | | tracefs/eventfs: Use list_for_each_srcu() in dcache_dir_open_wrapper()Steven Rostedt (Google)2023-09-111-1/+2
| * | | | | | tracefs/eventfs: Free top level files on removalSteven Rostedt (Google)2023-09-081-4/+26
| * | | | | | tracefs/eventfs: Use dput to free the toplevel events directorySteven Rostedt (Google)2023-09-073-8/+16
| * | | | | | tracefs/eventfs: Add missing lockdown checksSteven Rostedt (Google)2023-09-051-0/+15