summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-07-14iomap: improve argument passing to iomap_read_folio_syncChristoph Hellwig
2025-07-14iomap: replace iomap_folio_ops with iomap_write_opsChristoph Hellwig
2025-07-14iomap: export iomap_writeback_folioChristoph Hellwig
2025-07-14iomap: move folio_unlock out of iomap_writeback_folioJoanne Koong
2025-07-14iomap: rename iomap_writepage_map to iomap_writeback_folioChristoph Hellwig
2025-07-14iomap: move all ioend handling to ioend.cChristoph Hellwig
2025-07-14iomap: add public helpers for uptodate state manipulationJoanne Koong
2025-07-14iomap: hide ioends from the generic writeback codeChristoph Hellwig
2025-07-14iomap: refactor the writeback interfaceChristoph Hellwig
2025-07-14iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocksJoanne Koong
2025-07-14iomap: pass more arguments using the iomap writeback contextChristoph Hellwig
2025-07-14iomap: header dietChristoph Hellwig
2025-07-14fix a leak in fcntl_dirnotify()Al Viro
2025-07-13ext4: fix insufficient credits calculation in ext4_meta_trans_blocks()Zhang Yi
2025-07-13ext4: replace ext4_writepage_trans_blocks()Zhang Yi
2025-07-13ext4: reserved credits for one extent during the folio writebackZhang Yi
2025-07-13ext4: correct the reserved credits for extent conversionZhang Yi
2025-07-13ext4: enhance tracepoints during the folios writebackZhang Yi
2025-07-13ext4: restart handle if credits are insufficient during allocating blocksZhang Yi
2025-07-13ext4: refactor the block allocation process of ext4_page_mkwrite()Zhang Yi
2025-07-13ext4: fix stale data if it bail out of the extents mapping loopZhang Yi
2025-07-13ext4: move the calculation of wbc->nr_to_write to mpage_folio_done()Zhang Yi
2025-07-13ext4: process folios writeback in bytesZhang Yi
2025-07-13mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*David Hildenbrand
2025-07-13mm/hugetlb: remove prepare_hugepage_range()Peter Xu
2025-07-13smb: invalidate and close cached directory when creating child entriesBharath SM
2025-07-13smb: client: fix use-after-free in crypt_message when using async cryptoWang Zhaolong
2025-07-13smb: client: fix use-after-free in cifs_oplock_breakWang Zhaolong
2025-07-13bcachefs: io_read: remove from async obj list in rbio_done()Kent Overstreet
2025-07-12ext4: remove unused EXT_STATS macro from ext4_extents.hBaolin Liu
2025-07-12Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton
2025-07-12Merge tag 'mm-hotfixes-stable-2025-07-11-16-16' of git://git.kernel.org/pub/s...Linus Torvalds
2025-07-12Merge tag 'erofs-for-6.16-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-07-12Merge tag 'bcachefs-2025-07-11' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-07-12Merge tag 'v6.16-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-07-11Revert "eventpoll: Fix priority inversion problem"Linus Torvalds
2025-07-11ext4: remove unnecessary duplicate check in ext4_map_blocks()Dan Carpenter
2025-07-12erofs: fix large fragment handlingGao Xiang
2025-07-11udf: Verify partition map countJan Kara
2025-07-11udf: stop using write_cache_pagesChristoph Hellwig
2025-07-11iomap: avoid unnecessary ifs_set_range_uptodate() with locksJinliang Zheng
2025-07-11isofs: Verify inode mode when loading from diskJan Kara
2025-07-10ext4: remove duplicate check for EXT4_FC_REPLAYJinliang Zheng
2025-07-10ceph: Remove gfp_t argument from ceph_fscrypt_encrypt_*()Eric Biggers
2025-07-10fscrypt: Remove gfp_t argument from fscrypt_encrypt_block_inplace()Eric Biggers
2025-07-10fscrypt: Remove gfp_t argument from fscrypt_crypt_data_unit()Eric Biggers
2025-07-10fscrypt: Switch to sync_skcipher and on-stack requestsEric Biggers
2025-07-10fscrypt: Drop FORBID_WEAK_KEYS flag for AES-ECBEric Biggers
2025-07-10fscrypt: Don't use asynchronous CryptoAPI algorithmsEric Biggers
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski