summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
32 hoursMerge tag 'v7.2-rc1-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
36 hoursMerge tag 'v7.2-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
45 hoursMerge tag 'vfs-7.2-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2 daysnetfs: Fix barriering when walking subrequest listDavid Howells
3 dayscifs: Fix missing credit release on failure in cifs_issue_read()David Howells
3 dayscifs: update internal module version numberSteve French
3 dayssmb: client: use unaligned reads in parse_posix_ctxt()Zihan Xi
3 dayssmb: client: harden POSIX SID length parsingZihan Xi
4 daysiomap: submit read bio after each extentChristoph Hellwig
4 daysfuse: call fuse_send_readpages explicitly from fuse_readaheadJoanne Koong
4 daysiomap: consolidate bio submissionChristoph Hellwig
4 daysfhandle: reject detached mounts in capable_wrt_mount()David Lee
4 daysnetfs: Fix DIO write retry for filesystems without a ->prepare_write()David Howells
4 daysnetfs: Fix folio state after ENOMEM whilst under writeback iterationDavid Howells
4 daysnetfs: Fix writeback error handlingDavid Howells
4 daysnetfs: Fix writethrough to use collection offloadDavid Howells
4 daysnetfs: Replace wb_lock with a bit lock for asynchronicityDavid Howells
4 dayscachefiles: Fix file burial to take lock when unsetting S_KERNEL_FILEDavid Howells
4 dayscachefiles: Fix double fputDavid Howells
4 daysnetfs: Fix netfs_create_write_req() to handle async cache object creationDavid Howells
4 daysnetfs: Fix decision whether to disallow write-streaming due to fscache useDavid Howells
4 daysexec: fix off-by-one in binfmt max rewrite depth commentAlan Urmancheev
4 daysiomap: guard io_size EOF trim against concurrent truncate underflowMorduan Zang
4 daysxfs: fix the error unwind in xfs_open_devices()Christian Brauner
4 daysbpf: have bpf_real_data_inode() take a struct fileChristian Brauner
4 daysorangefs: keep the readdir entry size 64-bit in fill_from_part()Bryam Vargas
4 daysfreevxfs: don't BUG() on unknown typed-extent typeFarhad Alemi
4 daysMerge patch series "afs: Miscellaneous fixes"Christian Brauner
4 daysfat: stop reading directory entries past the end-of-directory markerMatteo Croce
4 daysovl: fix comment about locking orderAmir Goldstein
4 dayscachefiles: Fix double unlock in nomem_d_alloc error pathHongling Zeng
4 daysminix: avoid overflow in bitmap block count calculationMichael Bommarito
4 daysovl: use linked upper dentry in copy-up tmpfileSouvik Banerjee
4 daysproc: only bump parent nlink when registering directoriesKrzysztof WilczyƄski
4 daysiomap: release pages on atomic dio size mismatchFengnan Chang
4 daysafs: Fix unchecked-length string display in debug statementDavid Howells
4 daysafs: Fix the volume AFS_VOLUME_RM_TREE is set onDavid Howells
4 daysafs: Fix premature cell exposure through /afsDavid Howells
4 daysafs: Fix lack of locking around modifications of net->cells_dyn_inoDavid Howells
4 daysafs: Fix vllist leakDavid Howells
4 daysafs: Fix leak of ungot volumeDavid Howells
4 daysafs: Fix missing NULL pointer check in afs_break_some_callbacks()David Howells
4 daysafs: Use scoped_seqlock_read() rather than manually doing seqlock stuffDavid Howells
4 daysafs: Fix callback service message parsers to pass through -EAGAINDavid Howells
4 daysafs: Fix reinitialisation of the inode, in particular ->lock_workDavid Howells
4 daysafs: Fix misplaced inc of net->cells_outstandingDavid Howells
4 daysafs: Fix bulk lookup malfunction due to change in dir_emit() APIDavid Howells
4 daysafs: check for duplicate servers in VL server listYuto Ohnuki
4 daysafs: Remove erroneous seq |= 1 in volume lookup loopLi RongQing
4 daysafs: use kvfree() to free memory allocated by kvcalloc()Zilin Guan