summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-06-03fs: don't block i_writecount during execChristian Brauner
2024-06-03readdir: Add missing quote in macro commentThorsten Blum
2024-06-03readdir: Remove unused header includeThorsten Blum
2024-06-03vfs: replace WARN(down_read_trylock, ...) abuse with proper assertsMateusz Guzik
2024-06-03cachefiles: remove unneeded include of <linux/fdtable.h>Gao Xiang
2024-06-03sysctl: move the extra1/2 boundary check of u8 to sysctl_check_table_arrayWen Yang
2024-06-03sysctl: always initialize i_uid/i_gidThomas Weißschuh
2024-06-01Merge tag '6.10-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-06-01Merge tag 'xfs-6.10-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-05-31Merge tag 'bcachefs-2024-05-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-05-31dlm: move recover idr to xarray datastructureAlexander Aring
2024-05-31dlm: move lkb idr to xarray datastructureAlexander Aring
2024-05-31dlm: drop own rsb pre allocation mechanismAlexander Aring
2024-05-31dlm: remove ls_local_handle from struct dlm_lsAlexander Aring
2024-05-31dlm: remove unused parameter in dlm_midcomms_addrAlexander Aring
2024-05-31dlm: don't kref_init rsbs created for toss listAlexander Aring
2024-05-31dlm: remove scand leftoversAlexander Aring
2024-05-31cifs: fix creating sockets when using sfu mount optionsSteve French
2024-05-31buffer: Remove calls to set and clear the folio error flagMatthew Wilcox (Oracle)
2024-05-31iomap: Remove calls to set and clear folio error flagMatthew Wilcox (Oracle)
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