aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
30 hoursMerge tag 'x86-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-17/+22
3 daysMerge tag 'v7.2-rc1-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds8-59/+214
3 daysMerge tag 'v7.2-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-6/+7
3 daysMerge tag 'vfs-7.2-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds43-170/+384
3 daysnetfs: Fix barriering when walking subrequest listDavid Howells2-2/+12
4 dayscifs: Fix missing credit release on failure in cifs_issue_read()David Howells1-0/+1
5 dayscifs: update internal module version numberSteve French1-2/+2
5 dayssmb: client: use unaligned reads in parse_posix_ctxt()Zihan Xi1-3/+3
5 dayssmb: client: harden POSIX SID length parsingZihan Xi1-1/+1
5 daysx86,fs/resctrl: Prevent out-of-bounds access while offlining CPU when SNC ena...Reinette Chatre1-17/+22
5 daysiomap: submit read bio after each extentChristoph Hellwig2-8/+10
5 daysfuse: call fuse_send_readpages explicitly from fuse_readaheadJoanne Koong1-11/+3
5 daysiomap: consolidate bio submissionChristoph Hellwig5-17/+15
5 daysfhandle: reject detached mounts in capable_wrt_mount()David Lee1-1/+1
5 daysnetfs: Fix DIO write retry for filesystems without a ->prepare_write()David Howells1-11/+7
5 daysnetfs: Fix folio state after ENOMEM whilst under writeback iterationDavid Howells1-0/+4
5 daysnetfs: Fix writeback error handlingDavid Howells1-3/+8
5 daysnetfs: Fix writethrough to use collection offloadDavid Howells1-0/+1
5 daysnetfs: Replace wb_lock with a bit lock for asynchronicityDavid Howells4-29/+117
5 dayscachefiles: Fix file burial to take lock when unsetting S_KERNEL_FILEDavid Howells1-1/+1
5 dayscachefiles: Fix double fputDavid Howells1-1/+0
5 daysnetfs: Fix netfs_create_write_req() to handle async cache object creationDavid Howells1-1/+1
5 daysnetfs: Fix decision whether to disallow write-streaming due to fscache useDavid Howells3-2/+14
5 daysexec: fix off-by-one in binfmt max rewrite depth commentAlan Urmancheev1-1/+1
5 daysiomap: guard io_size EOF trim against concurrent truncate underflowMorduan Zang1-2/+6
5 daysxfs: fix the error unwind in xfs_open_devices()Christian Brauner1-0/+3
5 daysbpf: have bpf_real_data_inode() take a struct fileChristian Brauner1-9/+14
5 daysorangefs: keep the readdir entry size 64-bit in fill_from_part()Bryam Vargas1-3/+4
5 daysfreevxfs: don't BUG() on unknown typed-extent typeFarhad Alemi1-1/+2
5 daysMerge patch series "afs: Miscellaneous fixes"Christian Brauner11-51/+93
5 daysfat: stop reading directory entries past the end-of-directory markerMatteo Croce1-4/+40
5 daysovl: fix comment about locking orderAmir Goldstein1-2/+2
5 dayscachefiles: Fix double unlock in nomem_d_alloc error pathHongling Zeng1-1/+0
5 daysminix: avoid overflow in bitmap block count calculationMichael Bommarito1-1/+1
5 daysovl: use linked upper dentry in copy-up tmpfileSouvik Banerjee1-2/+10
5 daysproc: only bump parent nlink when registering directoriesKrzysztof WilczyƄski1-5/+4
5 daysiomap: release pages on atomic dio size mismatchFengnan Chang1-1/+6
5 daysafs: Fix unchecked-length string display in debug statementDavid Howells1-1/+5
5 daysafs: Fix the volume AFS_VOLUME_RM_TREE is set onDavid Howells1-1/+1
5 daysafs: Fix premature cell exposure through /afsDavid Howells2-10/+18
5 daysafs: Fix lack of locking around modifications of net->cells_dyn_inoDavid Howells2-2/+8
5 daysafs: Fix vllist leakDavid Howells1-0/+2
5 daysafs: Fix leak of ungot volumeDavid Howells1-0/+1
5 daysafs: Fix missing NULL pointer check in afs_break_some_callbacks()David Howells1-1/+5
5 daysafs: Use scoped_seqlock_read() rather than manually doing seqlock stuffDavid Howells1-8/+1
5 daysafs: Fix callback service message parsers to pass through -EAGAINDavid Howells1-2/+0
5 daysafs: Fix reinitialisation of the inode, in particular ->lock_workDavid Howells2-1/+2
5 daysafs: Fix misplaced inc of net->cells_outstandingDavid Howells1-1/+1
5 daysafs: Fix bulk lookup malfunction due to change in dir_emit() APIDavid Howells1-15/+25
5 daysafs: check for duplicate servers in VL server listYuto Ohnuki1-1/+13