summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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-09ocfs2: update d_splice_alias() return code checkingTetsuo Handa
2025-07-09fs/proc/vmcore: a few cleanups for vmcore_add_device_dump()Su Hui
2025-07-09ocfs2: embed actual values into ocfs2_sysfile_lock_key namesTetsuo Handa
2025-07-09fs: fat: Prevent fsfuzzer from dominating the consoleLi Chen
2025-07-09ocfs2: remove redundant NULL check in rename pathLong Li
2025-07-09ocfs2: reset folio to NULL when get folio failsLizhi Xu
2025-07-09squashfs: use folios in squashfs_bio_read_cached()Matthew Wilcox (Oracle)
2025-07-09squashfs: pass the inode to squashfs_readahead_fragment()Matthew Wilcox (Oracle)
2025-07-09ocfs2: replace simple_strtol with kstrtolSu Hui
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
2025-07-09mm: convert pXd_devmap checks to vma_is_daxAlistair Popple
2025-07-09mm/hugetlb: make hugetlb_reserve_pages() return nr of entries updatedVivek Kasireddy
2025-07-09mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes
2025-07-09ceph: convert ceph_zero_partial_page() to use a folioMatthew Wilcox (Oracle)
2025-07-09direct-io: use memzero_page()Matthew Wilcox (Oracle)
2025-07-09proc: use the same treatment to check proc_lseek as ones for proc_read_iter e...wangzijie
2025-07-09userfaultfd: remove UFFD_CLOEXEC, UFFD_NONBLOCK, and UFFD_FLAGS_SETTal Zussman
2025-07-09userfaultfd: remove (VM_)BUG_ON()sTal Zussman
2025-07-09userfaultfd: prevent unregistering VMAs through a different userfaultfdTal Zussman
2025-07-09mm: remove the for_reclaim field from struct writeback_controlChristoph Hellwig
2025-07-09mm: fix the inaccurate memory statistics issue for usersBaolin Wang
2025-07-09gfs2: Minor do_xmote cancelation fixAndreas Gruenbacher
2025-07-09f2fs: introduce is_cur{seg,sec}()Chao Yu
2025-07-09f2fs: fix to avoid panic in f2fs_evict_inodeChao Yu
2025-07-09f2fs: fix to avoid UAF in f2fs_sync_inode_meta()Chao Yu
2025-07-09f2fs: use kfree() instead of kvfree() to free some memoryJiazi Li
2025-07-09gfs2: Remove GIF_ALLOC_FAILED flagAndreas Gruenbacher
2025-07-09gfs2: Use SECTOR_SIZE and SECTOR_SHIFTAndreas Gruenbacher
2025-07-09eventpoll: don't decrement ep refcount while still holding the ep mutexLinus Torvalds
2025-07-09debugfs_get_aux(): allow storing non-const void *Al Viro
2025-07-09debugfs: split short and full proxy wrappers, kill debugfs_real_fops()Al Viro
2025-07-09resctrl: get rid of pointless debugfs_file_{get,put}()Al Viro
2025-07-08bcachefs: Don't set BCH_FS_error on transaction restartKent Overstreet
2025-07-08ksmbd: fix potential use-after-free in oplock/lease break ackNamjae Jeon
2025-07-08ksmbd: fix a mount write count leak in ksmbd_vfs_kern_path_locked()Al Viro
2025-07-08smb: server: make use of rdma_destroy_qp()Stefan Metzmacher
2025-07-08fs/libfs: don't assume blocksize <= PAGE_SIZE in generic_check_addressablePankaj Raghav
2025-07-08fs/buffer: remove the min and max limit checks in __getblk_slow()Pankaj Raghav
2025-07-08fs: Prevent file descriptor table allocations exceeding INT_MAXSasha Levin