summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-02-13xfs: introduce xfs_for_each_perag_wrap()Dave Chinner3-50/+105
2023-02-13xfs: perags need atomic operational stateDave Chinner13-65/+101
2023-02-13xfs: convert xfs_ialloc_next_ag() to an atomicDave Chinner4-20/+4
2023-02-13xfs: inobt can use perags in many more places than it doesDave Chinner7-56/+47
2023-02-13xfs: use active perag references for inode allocationDave Chinner3-35/+33
2023-02-13xfs: convert xfs_imap() to take a peragDave Chinner4-35/+28
2023-02-13xfs: rework the perag trace points to be perag centricDave Chinner3-28/+22
2023-02-13xfs: active perag reference countingDave Chinner9-19/+105
2023-02-10xfs: don't assert fail on transaction cancel with deferred opsDave Chinner1-2/+2
2023-02-10xfs: t_firstblock is tracking AGs not blocksDave Chinner10-23/+21
2023-02-10xfs: drop firstblock constraints from allocation setupDave Chinner2-132/+66
2023-02-10xfs: block reservation too large for minleft allocationDave Chinner3-11/+12
2023-02-10xfs: prefer free inodes at ENOSPC over chunk allocationDave Chinner1-0/+17
2023-02-10xfs: fix low space alloc deadlockDave Chinner3-26/+58
2023-02-10xfs: revert commit 8954c44ff477Darrick J. Wong1-1/+3
2023-02-10xfs: make kobj_type structures constantThomas Weißschuh3-12/+12
2023-02-10xfs: allow setting full range of panic tagsDonald Douwsma2-2/+13
2023-02-05xfs: don't use BMBT btree split workers for IO completionDave Chinner1-2/+16
2023-02-05xfs: fix confusing variable names in xfs_refcount_item.cDarrick J. Wong1-27/+27
2023-02-05xfs: pass refcount intent directly through the log intent codeDarrick J. Wong4-103/+74
2023-02-05xfs: fix confusing variable names in xfs_rmap_item.cDarrick J. Wong1-39/+40
2023-02-05xfs: pass rmap space mapping directly through the log intent codeDarrick J. Wong3-66/+55
2023-02-05xfs: fix confusing xfs_extent_item variable namesDarrick J. Wong2-51/+51
2023-02-05xfs: pass xfs_extent_free_item directly through the log intent codeDarrick J. Wong1-25/+30
2023-02-05xfs: fix confusing variable names in xfs_bmap_item.cDarrick J. Wong1-28/+28
2023-02-05xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong3-72/+46
2023-02-05xfs: use strscpy() to instead of strncpy()Xu Panda1-3/+1
2023-01-28Merge tag '6.2-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds8-10/+46
2023-01-28Merge tag '6.2-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+1
2023-01-28Merge tag 'ovl-fixes-6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+5
2023-01-27ovl: fail on invalid uid/gid mapping at copy upMiklos Szeredi1-0/+4
2023-01-27ovl: fix tmpfile leakMiklos Szeredi1-1/+1
2023-01-26ksmbd: downgrade ndr version error message to debugNamjae Jeon1-4/+4
2023-01-26ksmbd: limit pdu length size according to connection statusNamjae Jeon2-4/+18
2023-01-25Merge tag 'fs.fuse.acl.v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-74/+78
2023-01-25cifs: Fix oops due to uncleared server->smbd_conn in reconnectDavid Howells1-0/+1
2023-01-24Merge tag 'nfsd-6.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-25/+36
2023-01-24ext4: make xattr char unsignedness in hash explicitLinus Torvalds1-5/+6
2023-01-24fuse: fixes after adapting to new posix acl apiChristian Brauner5-74/+78
2023-01-23nfsd: don't free files unconditionally in __nfsd_file_cache_purgeJeff Layton1-25/+36
2023-01-22Merge tag 'gfs2-v6.2-rc4-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+10
2023-01-22Revert "gfs2: stop using generic_writepages in gfs2_ail1_start_one"Andreas Gruenbacher1-1/+10
2023-01-21ext4: deal with legacy signed xattr name hash valuesLinus Torvalds1-2/+39
2023-01-21Merge tag '6.2-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-156/+105
2023-01-21ksmbd: do not sign response to session request for guest loginMarios Makassikis1-0/+2
2023-01-21ksmbd: add max connections parameterNamjae Jeon4-2/+22
2023-01-20Merge tag 'for-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-36/+52
2023-01-19Merge tag 'zonefs-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-0/+22
2023-01-18cifs: remove unused functionPaulo Alcantara2-63/+0
2023-01-18cifs: do not include page data when checking signatureEnzo Matsumiya1-6/+9