summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-07-05smb: client: refactor cifs_revalidate_mapping() to use clear_and_wake_up_bit()Mehdi Hassan1-3/+1
2026-07-05Merge tag 'x86-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-16/+21
2026-07-03Merge tag 'v7.2-rc1-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds8-59/+214
2026-07-03Merge tag 'v7.2-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-6/+7
2026-07-03Merge tag 'vfs-7.2-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds43-170/+384
2026-07-03fanotify: initialize permission event watchdog stateXuanqiang Luo1-0/+1
2026-07-03netfs: Fix barriering when walking subrequest listDavid Howells2-2/+12
2026-07-02nilfs2: reject invalid block index in GC ioctlRyusuke Konishi1-2/+18
2026-07-02cifs: Fix missing credit release on failure in cifs_issue_read()David Howells1-0/+1
2026-07-01fs/proc: fix KPF_KSM reported for all anonymous pagesJinjiang Tu1-1/+1
2026-07-01cifs: update internal module version numberSteve French1-2/+2
2026-07-01smb: client: use unaligned reads in parse_posix_ctxt()Zihan Xi1-3/+3
2026-07-01smb: client: harden POSIX SID length parsingZihan Xi1-1/+1
2026-07-01x86,fs/resctrl: Prevent out-of-bounds access while offlining CPU when SNC ena...Reinette Chatre1-16/+21
2026-07-01iomap: submit read bio after each extentChristoph Hellwig2-8/+10
2026-07-01fuse: call fuse_send_readpages explicitly from fuse_readaheadJoanne Koong1-11/+3
2026-07-01iomap: consolidate bio submissionChristoph Hellwig5-17/+15
2026-07-01fhandle: reject detached mounts in capable_wrt_mount()David Lee1-1/+1
2026-07-01netfs: Fix DIO write retry for filesystems without a ->prepare_write()David Howells1-11/+7
2026-07-01netfs: Fix folio state after ENOMEM whilst under writeback iterationDavid Howells1-0/+4
2026-07-01netfs: Fix writeback error handlingDavid Howells1-3/+8
2026-07-01netfs: Fix writethrough to use collection offloadDavid Howells1-0/+1
2026-07-01netfs: Replace wb_lock with a bit lock for asynchronicityDavid Howells4-29/+117
2026-07-01cachefiles: Fix file burial to take lock when unsetting S_KERNEL_FILEDavid Howells1-1/+1
2026-07-01cachefiles: Fix double fputDavid Howells1-1/+0
2026-07-01netfs: Fix netfs_create_write_req() to handle async cache object creationDavid Howells1-1/+1
2026-07-01netfs: Fix decision whether to disallow write-streaming due to fscache useDavid Howells3-2/+14
2026-07-01exec: fix off-by-one in binfmt max rewrite depth commentAlan Urmancheev1-1/+1
2026-07-01iomap: guard io_size EOF trim against concurrent truncate underflowMorduan Zang1-2/+6
2026-07-01xfs: fix the error unwind in xfs_open_devices()Christian Brauner1-0/+3
2026-07-01bpf: have bpf_real_data_inode() take a struct fileChristian Brauner1-9/+14
2026-07-01orangefs: keep the readdir entry size 64-bit in fill_from_part()Bryam Vargas1-3/+4
2026-07-01freevxfs: don't BUG() on unknown typed-extent typeFarhad Alemi1-1/+2
2026-07-01Merge patch series "afs: Miscellaneous fixes"Christian Brauner11-51/+93
2026-07-01fat: stop reading directory entries past the end-of-directory markerMatteo Croce1-4/+40
2026-07-01ovl: fix comment about locking orderAmir Goldstein1-2/+2
2026-07-01cachefiles: Fix double unlock in nomem_d_alloc error pathHongling Zeng1-1/+0
2026-07-01minix: avoid overflow in bitmap block count calculationMichael Bommarito1-1/+1
2026-07-01ovl: use linked upper dentry in copy-up tmpfileSouvik Banerjee1-2/+10
2026-07-01proc: only bump parent nlink when registering directoriesKrzysztof WilczyƄski1-5/+4
2026-07-01iomap: release pages on atomic dio size mismatchFengnan Chang1-1/+6
2026-07-01afs: Fix unchecked-length string display in debug statementDavid Howells1-1/+5
2026-07-01afs: Fix the volume AFS_VOLUME_RM_TREE is set onDavid Howells1-1/+1
2026-07-01afs: Fix premature cell exposure through /afsDavid Howells2-10/+18
2026-07-01afs: Fix lack of locking around modifications of net->cells_dyn_inoDavid Howells2-2/+8
2026-07-01afs: Fix vllist leakDavid Howells1-0/+2
2026-07-01afs: Fix leak of ungot volumeDavid Howells1-0/+1
2026-07-01afs: Fix missing NULL pointer check in afs_break_some_callbacks()David Howells1-1/+5
2026-07-01afs: Use scoped_seqlock_read() rather than manually doing seqlock stuffDavid Howells1-8/+1
2026-07-01afs: Fix callback service message parsers to pass through -EAGAINDavid Howells1-2/+0