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