summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
35 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
6 daysiomap: submit read bio after each extentChristoph Hellwig
6 daysfuse: call fuse_send_readpages explicitly from fuse_readaheadJoanne Koong
6 daysiomap: consolidate bio submissionChristoph Hellwig
6 daysfhandle: reject detached mounts in capable_wrt_mount()David Lee
6 daysnetfs: Fix DIO write retry for filesystems without a ->prepare_write()David Howells
6 daysnetfs: Fix folio state after ENOMEM whilst under writeback iterationDavid Howells
6 daysnetfs: Fix writeback error handlingDavid Howells
6 daysnetfs: Fix writethrough to use collection offloadDavid Howells
6 daysnetfs: Replace wb_lock with a bit lock for asynchronicityDavid Howells
6 dayscachefiles: Fix file burial to take lock when unsetting S_KERNEL_FILEDavid Howells
6 dayscachefiles: Fix double fputDavid Howells
6 daysnetfs: Fix netfs_create_write_req() to handle async cache object creationDavid Howells
6 daysnetfs: Fix decision whether to disallow write-streaming due to fscache useDavid Howells
6 daysexec: fix off-by-one in binfmt max rewrite depth commentAlan Urmancheev
6 daysiomap: guard io_size EOF trim against concurrent truncate underflowMorduan Zang
6 daysxfs: fix the error unwind in xfs_open_devices()Christian Brauner
6 daysbpf: have bpf_real_data_inode() take a struct fileChristian Brauner
6 daysorangefs: keep the readdir entry size 64-bit in fill_from_part()Bryam Vargas
6 daysfreevxfs: don't BUG() on unknown typed-extent typeFarhad Alemi
6 daysMerge patch series "afs: Miscellaneous fixes"Christian Brauner
6 daysfat: stop reading directory entries past the end-of-directory markerMatteo Croce
6 daysovl: fix comment about locking orderAmir Goldstein
6 dayscachefiles: Fix double unlock in nomem_d_alloc error pathHongling Zeng
6 daysminix: avoid overflow in bitmap block count calculationMichael Bommarito
6 daysovl: use linked upper dentry in copy-up tmpfileSouvik Banerjee
6 daysproc: only bump parent nlink when registering directoriesKrzysztof WilczyƄski
6 daysiomap: release pages on atomic dio size mismatchFengnan Chang
6 daysafs: Fix unchecked-length string display in debug statementDavid Howells
6 daysafs: Fix the volume AFS_VOLUME_RM_TREE is set onDavid Howells
6 daysafs: Fix premature cell exposure through /afsDavid Howells
6 daysafs: Fix lack of locking around modifications of net->cells_dyn_inoDavid Howells
6 daysafs: Fix vllist leakDavid Howells
6 daysafs: Fix leak of ungot volumeDavid Howells
6 daysafs: Fix missing NULL pointer check in afs_break_some_callbacks()David Howells
6 daysafs: Use scoped_seqlock_read() rather than manually doing seqlock stuffDavid Howells
6 daysafs: Fix callback service message parsers to pass through -EAGAINDavid Howells
6 daysafs: Fix reinitialisation of the inode, in particular ->lock_workDavid Howells
6 daysafs: Fix misplaced inc of net->cells_outstandingDavid Howells
6 daysafs: Fix bulk lookup malfunction due to change in dir_emit() APIDavid Howells
6 daysafs: check for duplicate servers in VL server listYuto Ohnuki