summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2025-07-10erofs: allow readdir() to be interruptedChao Yu
2025-07-10erofs: address D-cache aliasingGao Xiang
2025-07-10erofs: use memcpy_to_folio() to replace copy_to_iter()Gao Xiang
2025-07-10erofs: fix to add missing tracepoint in erofs_read_folio()Chao Yu
2025-07-10erofs: fix to add missing tracepoint in erofs_readahead()Chao Yu
2025-07-10cachefiles: Fix the incorrect return value in __cachefiles_write()Zizhi Wo
2025-07-10uapi: export PROCFS_ROOT_INOAleksa Sarai
2025-07-10vfs: Remove unnecessary list_for_each_entry_safe() from evict_inodes()Jan Kara
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple
2025-07-09fs/dax: remove FS_DAX_LIMITED config optionAlistair Popple
2025-07-09mm: remove redundant pXd_devmap callsAlistair Popple
2025-07-09mm: remove remaining uses of PFN_DEVAlistair Popple