summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fs_for_v6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-10-111-27/+39
|\
| * quota: Fix slow quotaoffJan Kara2023-10-061-27/+39
* | Merge tag 'for-6.6-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-10-113-6/+2
|\ \
| * | btrfs: add __counted_by for struct btrfs_delayed_item and use struct_size()Gustavo A. R. Silva2023-10-112-2/+2
| * | Revert "btrfs: reject unknown mount options early"David Sterba2023-10-101-4/+0
* | | Merge tag '6.6-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-10-0810-45/+151
|\ \ \
| * | | ksmbd: fix race condition between tree conn lookup and disconnectNamjae Jeon2023-10-046-17/+90
| * | | ksmbd: fix race condition from parallel smb2 lock requestsNamjae Jeon2023-10-041-11/+1
| * | | ksmbd: fix race condition from parallel smb2 logoff requestsNamjae Jeon2023-10-041-8/+16
| * | | ksmbd: fix uaf in smb20_oplock_break_ackluosili2023-10-041-2/+2
| * | | ksmbd: fix race condition with fpNamjae Jeon2023-10-043-4/+32
| * | | ksmbd: fix race condition between session lookup and expireNamjae Jeon2023-10-043-3/+10
| | |/ | |/|
* | | Merge tag '6.6-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-10-071-13/+13
|\ \ \
| * | | smb: client: do not start laundromat thread on nohandlecachePaulo Alcantara2023-10-041-8/+8
| * | | smb: use kernel_connect() and kernel_bind()Jordan Rife2023-10-041-5/+5
| |/ /
* | | Merge tag 'xfs-6.6-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-10-076-117/+311
|\ \ \
| * | | xfs: abort fstrim if kernel is suspendingDave Chinner2023-10-041-8/+13
| * | | xfs: reduce AGF hold times during fstrim operationsDave Chinner2023-10-043-24/+188
| * | | xfs: move log discard work to xfs_discard.cDave Chinner2023-10-045-88/+113
| |/ /
* | | Merge tag 'for-6.6-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-10-064-17/+47
|\ \ \ | | |/ | |/|
| * | btrfs: error out when reallocating block for defrag using a stale transactionFilipe Manana2023-10-041-2/+16
| * | btrfs: error when COWing block from a root that is being deletedFilipe Manana2023-10-041-3/+7
| * | btrfs: error out when COWing block using a stale transactionFilipe Manana2023-10-041-8/+16
| * | btrfs: always print transaction aborted messages with an error levelFilipe Manana2023-10-041-2/+2
| * | btrfs: reject unknown mount options earlyQu Wenruo2023-10-041-0/+4
| * | btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.cJosef Bacik2023-10-041-2/+2
* | | Merge tag 'erofs-for-6.6-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-052-2/+5
|\ \ \
| * | | erofs: allow empty device tags in flatdev modeJingbo Xu2023-09-191-1/+1
| * | | erofs: fix memory leak of LZMA global compressed deduplicationGao Xiang2023-09-111-1/+4
* | | | Merge tag 'ovl-fixes-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-10-055-30/+28
|\ \ \ \
| * | | | ovl: fix NULL pointer defer when encoding non-decodable lower fidAmir Goldstein2023-10-031-1/+1
| * | | | ovl: make use of ->layers safe in rcu pathwalkAmir Goldstein2023-10-023-24/+21
| * | | | ovl: fetch inode once in ovl_dentry_revalidate_common()Al Viro2023-10-021-2/+4
| * | | | ovl: move freeing ovl_entry past rcu delayAl Viro2023-10-021-1/+2
| * | | | ovl: fix file reference leak when submitting aioAmir Goldstein2023-10-021-2/+0
| | |_|/ | |/| |
* | | | Merge tag 'nfs-for-6.6-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-10-033-14/+37
|\ \ \ \ | |/ / / |/| | |
| * | | nfs: decrement nrequests counter before releasing the reqJeff Layton2023-09-281-1/+1
| * | | NFSv4: Fix a state manager thread deadlock regressionTrond Myklebust2023-09-272-13/+29
| * | | NFSv4: Fix a nfs4_state_manager() raceTrond Myklebust2023-09-271-0/+7
* | | | Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds2023-10-012-6/+5
|\ \ \ \
| * | | | nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()Pan Bian2023-09-291-3/+3
| * | | | fs: binfmt_elf_efpic: fix personality for ELF-FDPICGreg Ungerer2023-09-291-3/+2
* | | | | Merge tag 'trace-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-09-301-1/+1
|\ \ \ \ \
| * | | | | eventfs: Test for dentries array allocated in eventfs_release()Steven Rostedt (Google)2023-09-301-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'iomap-6.6-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-09-302-2/+11
|\ \ \ \ \
| * | | | | iomap: Spelling s/preceeding/preceding/gGeert Uytterhoeven2023-09-281-1/+1
| * | | | | iomap: add a workaround for racy i_size updates on block devicesChristoph Hellwig2023-09-251-1/+10
* | | | | | Merge tag 'nfsd-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-09-301-2/+2
|\ \ \ \ \ \
| * | | | | | NFSD: Fix zero NFSv4 READ results when RQ_SPLICE_OK is not setChuck Lever2023-09-281-2/+2
* | | | | | | Merge tag '6.6-rc3-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-09-301-0/+1
|\ \ \ \ \ \ \