summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-10-21xfs: Improve CONFIG_XFS_RT Kconfig helpDamien Le Moal
2025-10-20cifs: Add a couple of missing smb3_rw_credits tracepointsDavid Howells
2025-10-20Merge tag 'fsnotify_for_v6.18-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-10-20writeback: Add logging for slow writeback (exceeds sysctl_hung_task_timeout_s...Julian Sun
2025-10-20writeback: Wake up waiting tasks when finishing the writeback of a chunk.Julian Sun
2025-10-20xfs: use the new ->i_state accessorsMateusz Guzik
2025-10-20nilfs2: use the new ->i_state accessorsMateusz Guzik
2025-10-20overlayfs: use the new ->i_state accessorsMateusz Guzik
2025-10-20gfs2: use the new ->i_state accessorsMateusz Guzik
2025-10-20f2fs: use the new ->i_state accessorsMateusz Guzik
2025-10-20smb: use the new ->i_state accessorsMateusz Guzik
2025-10-20ceph: use the new ->i_state accessorsMateusz Guzik
2025-10-20btrfs: use the new ->i_state accessorsMateusz Guzik
2025-10-20Manual conversion to use ->i_state accessors of all places not covered by coc...Mateusz Guzik
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