summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-05-31vboxsf: Convert vboxsf_read_folio() to use a folioMatthew Wilcox (Oracle)
2024-05-31ufs: Remove call to set the folio error flagMatthew Wilcox (Oracle)
2024-05-31romfs: Convert romfs_read_folio() to use a folioMatthew Wilcox (Oracle)
2024-05-31reiserfs: Remove call to folio_set_error()Matthew Wilcox (Oracle)
2024-05-31orangefs: Remove calls to set/clear the error flagMatthew Wilcox (Oracle)
2024-05-31nfs: Remove calls to folio_set_errorMatthew Wilcox (Oracle)
2024-05-31jffs2: Remove calls to set/clear the folio error flagMatthew Wilcox (Oracle)
2024-05-31hostfs: Convert hostfs_read_folio() to use a folioMatthew Wilcox (Oracle)
2024-05-31isofs: Convert rock_ridge_symlink_read_folio to use a folioMatthew Wilcox (Oracle)
2024-05-31hpfs: Convert hpfs_symlink_read_folio to use a folioMatthew Wilcox (Oracle)
2024-05-31efs: Convert efs_symlink_read_folio to use a folioMatthew Wilcox (Oracle)
2024-05-31cramfs: Convert cramfs_read_folio to use a folioMatthew Wilcox (Oracle)
2024-05-31coda: Convert coda_symlink_filler() to use folio_end_read()Matthew Wilcox (Oracle)
2024-05-31befs: Convert befs_symlink_read_folio() to use folio_end_read()Matthew Wilcox (Oracle)
2024-05-30NFS: add barriers when testing for NFS_FSDATA_BLOCKEDNeilBrown
2024-05-30NFSv4.1 enforce rootpath check in fs_location queryOlga Kornievskaia
2024-05-30NFS: abort nfs_atomic_open_v23 if name is too long.NeilBrown
2024-05-30fs/file: fix the check in find_next_fd()Yuntao Wang
2024-05-29bcachefs: Fix failure to return error on misaligned dio writeKent Overstreet
2024-05-29Revert "vfs: Delete the associated dentry when deleting a file"Linus Torvalds
2024-05-29Merge tag '9p-for-6.10-rc2' of https://github.com/martinetd/linuxLinus Torvalds
2024-05-29gfs2: Get rid of demote_ok checksAndreas Gruenbacher
2024-05-29Revert "GFS2: Don't add all glocks to the lru"Andreas Gruenbacher
2024-05-29gfs2: Revise glock reference counting modelAndreas Gruenbacher
2024-05-29gfs2: Switch to a per-filesystem glock workqueueAndreas Gruenbacher
2024-05-29gfs2: Report when glocks cannot be freed for a long timeAndreas Gruenbacher
2024-05-29gfs2: gfs2_glock_get cleanupAndreas Gruenbacher
2024-05-29gfs2: Invert the GLF_INITIAL flagAndreas Gruenbacher
2024-05-29gfs2: Remove outdated comment in glock_work_funcAndreas Gruenbacher
2024-05-29Merge patch series "cachefiles: some bugfixes and cleanups for ondemand reque...Christian Brauner
2024-05-29cachefiles: make on-demand read killableBaokun Li
2024-05-29cachefiles: flush all requests after setting CACHEFILES_DEADBaokun Li
2024-05-29cachefiles: Set object to close if ondemand_id < 0 in copenZizhi Wo
2024-05-29cachefiles: defer exposing anon_fd until after copy_to_user() succeedsBaokun Li
2024-05-29cachefiles: never get a new anonymous fd if ondemand_id is validBaokun Li
2024-05-29cachefiles: add spin_lock for cachefiles_ondemand_infoBaokun Li
2024-05-29cachefiles: add consistency check for copen/creadBaokun Li
2024-05-29cachefiles: remove err_put_fd label in cachefiles_ondemand_daemon_read()Baokun Li
2024-05-29cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()Baokun Li
2024-05-29cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()Baokun Li
2024-05-29cachefiles: remove requests from xarray during flushing requestsBaokun Li
2024-05-28bcachefs: Don't return -EROFS from mount on inconsistency errorKent Overstreet
2024-05-28bcachefs: Fix uninitialized var warningKent Overstreet
2024-05-28bcachefs: Split out sb-errors_format.hKent Overstreet
2024-05-28bcachefs: Split out journal_seq_blacklist_format.hKent Overstreet
2024-05-28bcachefs: Split out replicas_format.hKent Overstreet
2024-05-28bcachefs: Split out disk_groups_format.hKent Overstreet
2024-05-28bcachefs: split out sb-downgrade_format.hKent Overstreet
2024-05-28bcachefs: split out sb-members_format.hKent Overstreet
2024-05-28bcachefs: Better fsck error message for key versionKent Overstreet