summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2026-03-23gfs2: Get rid of gfs2_log_[un]lock helpersAndreas Gruenbacher-61/+37
2026-03-23gfs2: less aggressive low-memory log flushingAndreas Gruenbacher-2/+3
2026-03-23gfs2: Fix data loss during inode evictAndreas Gruenbacher-8/+28
2026-03-23gfs2: minor evict_[un]linked_inode cleanupAndreas Gruenbacher-6/+8
2026-03-23gfs2: Avoid unnecessary transactions in evict_linked_inodeAndreas Gruenbacher-5/+30
2026-03-23btrfs: fix lost error when running device stats on multiple devices fsFilipe Manana-2/+3
2026-03-23btrfs: zlib: handle page aligned compressed size correctlyQu Wenruo-1/+3
2026-03-23btrfs: fix leak of kobject name for sub-group space_infoShin'ichiro Kawasaki-1/+1
2026-03-23btrfs: fix zero size inode with non-zero size after log replayFilipe Manana-33/+65
2026-03-23btrfs: fix super block offset in error message in btrfs_validate_super()Mark Harmstone-2/+2
2026-03-23pidfds: add coredump_code field to pidfd_infoEmanuele Rocca-4/+8
2026-03-23smb/client: ensure smb2_mapping_table rebuild on cmd changesHuiwen He-3/+4
2026-03-23coredump: add tracepoint for coredump eventsBreno Leitao-0/+5
2026-03-23fs: remove do_sys_truncateChristoph Hellwig-4/+4
2026-03-23fs: pass on FTRUNCATE_* flags to do_truncateChristoph Hellwig-13/+11
2026-03-23fs: fix archiecture-specific compat_ftruncate64Christoph Hellwig-7/+6
2026-03-23Merge branch 'xfs-7.1-merge' into for-nextCarlos Maiolino-78/+169
2026-03-23Merge branch 'xfs-7.0-fixes' into for-nextCarlos Maiolino-98/+130
2026-03-23xfs: report cow mappings with dirty pagecache for iomap zero rangeBrian Foster-4/+22
2026-03-23xfs: replace zero range flush with folio batchBrian Foster-18/+6
2026-03-23xfs: only flush when COW fork blocks overlap data fork holesBrian Foster-6/+30
2026-03-23xfs: look up cow fork extent earlier for buffered iomap_beginBrian Foster-21/+25
2026-03-23xfs: flush eof folio before insert range size updateBrian Foster-0/+17
2026-03-23iomap, xfs: lift zero range hole mapping flush into xfsBrian Foster-4/+23
2026-03-23xfs: flush dirty pagecache over hole in zoned mode zero rangeBrian Foster-0/+19
2026-03-23xfs: fix iomap hole map reporting for zoned zero rangeBrian Foster-8/+10
2026-03-23xfs: remove redundant validation in xlog_recover_attri_commit_pass2Long Li-46/+0
2026-03-23xfs: fix ri_total validation in xlog_recover_attri_commit_pass2Long Li-2/+2
2026-03-23xfs: close crash window in attr dabtree inactivationLong Li-38/+57
2026-03-23xfs: factor out xfs_attr3_leaf_initLong Li-0/+25
2026-03-23xfs: factor out xfs_attr3_node_entry_removeLong Li-11/+44
2026-03-23xfs: only assert new size for datafork during truncate extentsLong Li-1/+2
2026-03-23xfs: Use xarray to track SB UUIDs instead of plain array.Lukas Herbolt-39/+39
2026-03-23fanotify: replace deprecated strcpy in fanotify_info_copy_{name,name2}Thorsten Blum-2/+3
2026-03-22ksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len()Namjae Jeon-8/+12
2026-03-22ksmbd: fix memory leaks and NULL deref in smb2_lock()Werner Kasselman-9/+18
2026-03-22ksmbd: fix use-after-free and NULL deref in smb_grant_oplock()Werner Kasselman-27/+45
2026-03-22ksmbd: do not expire session on binding failureHyunwoo Kim-2/+8
2026-03-22Merge tag 'v7.0-rc5' into driver-core-nextDanilo Krummrich-109/+495
2026-03-21Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-40/+341
2026-03-20Merge tag 'execve-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+6
2026-03-20Merge tag 'v7.0-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-33/+21
2026-03-20Merge tag 'v7.0-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds-8/+18
2026-03-20writeback: don't block sync for filesystems with no data integrity guaranteesJoanne Koong-9/+14
2026-03-19smb: client: fix generic/694 due to wrong ->i_blocksPaulo Alcantara-32/+16
2026-03-19udf: fix partition descriptor append bookkeepingSeohyeon Maeng-1/+3
2026-03-19netfs: Fix read abandonment during retryDavid Howells-1/+4
2026-03-19vfs: fix docstring of hash_name()Jori Koolstra-2/+8
2026-03-18hfsplus: validate b-tree node 0 bitmap at mount timeShardul Bankar-0/+60
2026-03-18hfsplus: refactor b-tree map page access and add node-type validationShardul Bankar-47/+122