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