summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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-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
2025-07-08xfs: remove the bt_bdev_file buftarg fieldChristoph Hellwig
2025-07-08xfs: rename the bt_bdev_* buftarg fieldsChristoph Hellwig
2025-07-08xfs: refactor xfs_calc_atomic_write_unit_maxChristoph Hellwig
2025-07-08xfs: add a xfs_group_type_buftarg helperChristoph Hellwig
2025-07-08xfs: remove the call to sync_blockdev in xfs_configure_buftargChristoph Hellwig
2025-07-08xfs: clean up the initial read logic in xfs_readsbChristoph Hellwig
2025-07-08xfs: replace strncpy with memcpy in xattr listingPranav Tyagi
2025-07-08fold fs_struct->{lock,seq} into a seqlockAl Viro
2025-07-08Revert "fs/ntfs3: Replace inode_trylock with inode_lock"Konstantin Komarov
2025-07-07bcachefs: Fix additional misalignment in journal space calculationsKent Overstreet
2025-07-07bcachefs: Don't schedule non persistent passes persistentlyKent Overstreet
2025-07-07fs/ntfs3: Exclude call make_bad_inode for live nodes.Konstantin Komarov
2025-07-07coredump: fix PIDFD_INFO_COREDUMP ioctl checkLaura Brehm
2025-07-07coredump: add coredump_skip() helperChristian Brauner
2025-07-07coredump: avoid pointless variableChristian Brauner
2025-07-07coredump: order auto cleanup variables at the topChristian Brauner
2025-07-07coredump: add coredump_cleanup()Christian Brauner
2025-07-07coredump: auto cleanup prepare_creds()Christian Brauner
2025-07-07coredump: directly returnChristian Brauner
2025-07-07coredump: auto cleanup argvChristian Brauner
2025-07-07coredump: add coredump_write()Christian Brauner
2025-07-07coredump: use a single helper for the socketChristian Brauner
2025-07-07coredump: move pipe specific file check into coredump_pipe()Christian Brauner
2025-07-07coredump: split pipe coredumping into coredump_pipe()Christian Brauner
2025-07-06hfsplus: remove mutex_lock check in hfsplus_free_extentsYangtao Li