summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik
2025-10-20fs: spell out fenced ->i_state accesses with explicit smp_wmb/smp_rmbMateusz Guzik
2025-10-20fs: add missing fences to I_NEW handlingMateusz Guzik
2025-10-20ocfs2: retire ocfs2_drop_inode() and I_WILL_FREE usageMateusz Guzik
2025-10-20fs: assert on ->i_count in iput_final()Mateusz Guzik
2025-10-20iomap: rename iomap_readpage_ctx struct to iomap_read_folio_ctxJoanne Koong
2025-10-20iomap: rename iomap_readpage_iter() to iomap_read_folio_iter()Joanne Koong
2025-10-20iomap: iterate over folio mapping in iomap_readpage_iter()Joanne Koong
2025-10-20iomap: store read/readahead bio genericallyJoanne Koong
2025-10-20iomap: move read/readahead bio submission logic into helper functionJoanne Koong
2025-10-20iomap: move bio read logic into helper functionJoanne Koong
2025-10-20iomap: adjust read range correctly for non-block-aligned positionsJoanne Koong
2025-10-20iomap: simplify iomap_iter_advance()Joanne Koong
2025-10-20x86,fs/resctrl: Fix NULL pointer dereference with events force-disabled in mb...Babu Moger
2025-10-20mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()Matthew Wilcox
2025-10-19smb: client: allocate enough space for MR WRs and ib_drain_qp()Stefan Metzmacher
2025-10-18Merge tag 'exfat-for-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-10-18Merge tag 'nfs-for-6.18-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2025-10-18Merge tag '6.18-rc1-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-10-17btrfs: send: fix duplicated rmdir operations when using extrefsTing-Chang Hou
2025-10-17btrfs: directly free partially initialized fs_info in btrfs_check_leaked_roots()Dewei Meng
2025-10-17ntfs3: Fix uninit buffer allocated by __getname()Sidharth Seela
2025-10-17ntfs3: fix uninit memory after failed mi_read in mi_format_newRaphael Pinsonneault-Thibeault
2025-10-17ntfs3: fix use-after-free of sbi->options in cmp_fnamesYangWen
2025-10-17ntfs: Do not overwrite uptodate pagesMatthew Wilcox (Oracle)
2025-10-17ntfs: Do not kmap page cache pages for compressionMatthew Wilcox (Oracle)
2025-10-17ntfs: Do not kmap pages used for reading from diskMatthew Wilcox (Oracle)
2025-10-17fs/ntfs3: fix mount failure for sparse runs in run_unpack()Konstantin Komarov
2025-10-17fs/ntfs3: Reformat code and update terminologyKonstantin Komarov
2025-10-17fs/ntfs3: Support timestamps prior to epochKonstantin Komarov
2025-10-17sysfs: check visibility before changing group attribute ownershipFernando Fernandez Mancera
2025-10-17erofs: fix crafted invalid cases for encoded extentsGao Xiang
2025-10-16Merge tag 'f2fs-fix-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-10-16Merge tag 'for-6.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-10-16Merge tag 'v6.18-rc1-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-10-15smb: client: Consolidate cmac(aes) shash allocationEric Biggers
2025-10-15smb: client: Remove obsolete crypto_shash allocationsEric Biggers
2025-10-15smb: client: Use HMAC-MD5 library for NTLMv2Eric Biggers
2025-10-15smb: client: Use MD5 library for SMB1 signature calculationEric Biggers
2025-10-15smb: client: Use MD5 library for M-F symlink hashingEric Biggers
2025-10-15smb: client: Use HMAC-SHA256 library for SMB2 signature calculationEric Biggers
2025-10-15smb: client: Use HMAC-SHA256 library for key generationEric Biggers
2025-10-15smb: client: Use SHA-512 library for SMB3.1.1 preauth hashEric Biggers
2025-10-15cifs: parse_dfs_referrals: prevent oob on malformed inputEugene Korenevsky
2025-10-15smb: client: Fix refcount leak for cifs_sb_tlinkShuhao Fu
2025-10-15Merge tag 'vfs-6.18-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-10-15ocfs2: clear extent cache after moving/defragmenting extentsDeepanshu Kartikey
2025-10-15smb: client: let smbd_destroy() wait for SMBDIRECT_SOCKET_DISCONNECTEDStefan Metzmacher
2025-10-15Merge tag 'ext4_for_linus-6.18-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-10-15smb: move some duplicate definitions to common/cifsglob.hZhangGuoDong