summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-02-13xfs: active perag reference countingDave Chinner
2023-02-11xfs: don't assert fail on transaction cancel with deferred opsDave Chinner
2023-02-11xfs: t_firstblock is tracking AGs not blocksDave Chinner
2023-02-11xfs: drop firstblock constraints from allocation setupDave Chinner
2023-02-11xfs: block reservation too large for minleft allocationDave Chinner
2023-02-11xfs: prefer free inodes at ENOSPC over chunk allocationDave Chinner
2023-02-11xfs: fix low space alloc deadlockDave Chinner
2023-02-10xfs: revert commit 8954c44ff477Darrick J. Wong
2023-02-10xfs: make kobj_type structures constantThomas Weißschuh
2023-02-09xfs: allow setting full range of panic tagsDonald Douwsma
2023-02-05xfs: don't use BMBT btree split workers for IO completionDave Chinner
2023-02-05xfs: fix confusing variable names in xfs_refcount_item.cDarrick J. Wong
2023-02-05xfs: pass refcount intent directly through the log intent codeDarrick J. Wong
2023-02-05xfs: fix confusing variable names in xfs_rmap_item.cDarrick J. Wong
2023-02-05xfs: pass rmap space mapping directly through the log intent codeDarrick J. Wong
2023-02-05xfs: fix confusing xfs_extent_item variable namesDarrick J. Wong
2023-02-05xfs: pass xfs_extent_free_item directly through the log intent codeDarrick J. Wong
2023-02-05xfs: fix confusing variable names in xfs_bmap_item.cDarrick J. Wong
2023-02-05xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong
2023-02-05xfs: use strscpy() to instead of strncpy()Xu Panda
2023-01-28Merge tag '6.2-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-01-27Merge tag '6.2-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-01-27Merge tag 'ovl-fixes-6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-01-27ovl: fail on invalid uid/gid mapping at copy upMiklos Szeredi
2023-01-27ovl: fix tmpfile leakMiklos Szeredi
2023-01-25ksmbd: downgrade ndr version error message to debugNamjae Jeon
2023-01-25ksmbd: limit pdu length size according to connection statusNamjae Jeon
2023-01-25Merge tag 'fs.fuse.acl.v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-01-25cifs: Fix oops due to uncleared server->smbd_conn in reconnectDavid Howells
2023-01-24Merge tag 'nfsd-6.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-01-24ext4: make xattr char unsignedness in hash explicitLinus Torvalds
2023-01-24fuse: fixes after adapting to new posix acl apiChristian Brauner
2023-01-23nfsd: don't free files unconditionally in __nfsd_file_cache_purgeJeff Layton
2023-01-22Merge tag 'gfs2-v6.2-rc4-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-01-22Revert "gfs2: stop using generic_writepages in gfs2_ail1_start_one"Andreas Gruenbacher
2023-01-21ext4: deal with legacy signed xattr name hash valuesLinus Torvalds
2023-01-20Merge tag '6.2-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-01-20ksmbd: do not sign response to session request for guest loginMarios Makassikis
2023-01-20ksmbd: add max connections parameterNamjae Jeon
2023-01-20Merge tag 'for-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-01-19Merge tag 'zonefs-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2023-01-18cifs: remove unused functionPaulo Alcantara
2023-01-18cifs: do not include page data when checking signatureEnzo Matsumiya
2023-01-18Merge tag 'affs-for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-01-18Merge tag 'erofs-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-01-18cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()Paulo Alcantara
2023-01-18cifs: handle cache lookup errors different than -ENOENTPaulo Alcantara
2023-01-18cifs: remove duplicate code in __refresh_tcon()Paulo Alcantara
2023-01-18cifs: don't take exclusive lock for updating target hintsPaulo Alcantara
2023-01-18cifs: avoid re-lookups in dfs_cache_find()Paulo Alcantara