aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-06-05bcachefs: Fix GFP_KERNEL allocation in break_cycle()Kent Overstreet1-0/+1
2024-06-05udf: Fix lock ordering in udf_evict_inode()Jan Kara2-7/+6
2024-06-05udf: Drop pointless IS_IMMUTABLE and IS_APPEND checkJan Kara1-2/+0
2024-06-05isofs: add missing MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-06-05jbd2: add missing MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-06-05fsnotify: clear PARENT_WATCHED flags lazilyAmir Goldstein3-14/+51
2024-06-04jfs: xattr: fix buffer overflow for invalid xattrGreg Kroah-Hartman1-1/+3
2024-06-04gfs2: Minor gfs2_quota_init error path cleanupAndreas Gruenbacher1-9/+7
2024-06-03fs: nls: add missing MODULE_DESCRIPTION() macrosJeff Johnson53-0/+53
2024-06-03hostfs: convert hostfs to use the new mount APIHongbo Li1-21/+62
2024-06-03fs: don't block i_writecount during execChristian Brauner4-22/+6
2024-06-03readdir: Add missing quote in macro commentThorsten Blum1-1/+1
2024-06-03readdir: Remove unused header includeThorsten Blum1-2/+0
2024-06-03vfs: replace WARN(down_read_trylock, ...) abuse with proper assertsMateusz Guzik2-7/+3
2024-06-03cachefiles: remove unneeded include of <linux/fdtable.h>Gao Xiang1-1/+0
2024-06-03sysctl: move the extra1/2 boundary check of u8 to sysctl_check_table_arrayWen Yang1-0/+14
2024-06-03sysctl: always initialize i_uid/i_gidThomas Weißschuh1-4/+2
2024-06-01Merge tag '6.10-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-1/+10
2024-06-01Merge tag 'xfs-6.10-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds11-46/+73
2024-05-31Merge tag 'bcachefs-2024-05-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds27-686/+706
2024-05-31dlm: move recover idr to xarray datastructureAlexander Aring3-36/+40
2024-05-31dlm: move lkb idr to xarray datastructureAlexander Aring3-46/+49
2024-05-31dlm: drop own rsb pre allocation mechanismAlexander Aring3-99/+13
2024-05-31dlm: remove ls_local_handle from struct dlm_lsAlexander Aring3-16/+5
2024-05-31dlm: remove unused parameter in dlm_midcomms_addrAlexander Aring5-6/+6
2024-05-31dlm: don't kref_init rsbs created for toss listAlexander Aring1-1/+0
2024-05-31dlm: remove scand leftoversAlexander Aring2-9/+0
2024-05-31cifs: fix creating sockets when using sfu mount optionsSteve French3-1/+8
2024-05-31buffer: Remove calls to set and clear the folio error flagMatthew Wilcox (Oracle)2-16/+4
2024-05-31iomap: Remove calls to set and clear folio error flagMatthew Wilcox (Oracle)1-8/+0
2024-05-31vboxsf: Convert vboxsf_read_folio() to use a folioMatthew Wilcox (Oracle)1-13/+5
2024-05-31ufs: Remove call to set the folio error flagMatthew Wilcox (Oracle)1-1/+0
2024-05-31romfs: Convert romfs_read_folio() to use a folioMatthew Wilcox (Oracle)1-16/+6
2024-05-31reiserfs: Remove call to folio_set_error()Matthew Wilcox (Oracle)1-1/+0
2024-05-31orangefs: Remove calls to set/clear the error flagMatthew Wilcox (Oracle)2-13/+4
2024-05-31nfs: Remove calls to folio_set_errorMatthew Wilcox (Oracle)3-13/+2
2024-05-31jffs2: Remove calls to set/clear the folio error flagMatthew Wilcox (Oracle)1-11/+3
2024-05-31hostfs: Convert hostfs_read_folio() to use a folioMatthew Wilcox (Oracle)1-17/+6
2024-05-31isofs: Convert rock_ridge_symlink_read_folio to use a folioMatthew Wilcox (Oracle)1-9/+8
2024-05-31hpfs: Convert hpfs_symlink_read_folio to use a folioMatthew Wilcox (Oracle)1-12/+3
2024-05-31efs: Convert efs_symlink_read_folio to use a folioMatthew Wilcox (Oracle)1-9/+5
2024-05-31cramfs: Convert cramfs_read_folio to use a folioMatthew Wilcox (Oracle)1-15/+10
2024-05-31coda: Convert coda_symlink_filler() to use folio_end_read()Matthew Wilcox (Oracle)1-9/+1
2024-05-31befs: Convert befs_symlink_read_folio() to use folio_end_read()Matthew Wilcox (Oracle)1-6/+4
2024-05-30NFS: add barriers when testing for NFS_FSDATA_BLOCKEDNeilBrown1-15/+32
2024-05-30NFSv4.1 enforce rootpath check in fs_location queryOlga Kornievskaia1-1/+22
2024-05-30NFS: abort nfs_atomic_open_v23 if name is too long.NeilBrown1-0/+3
2024-05-30fs/file: fix the check in find_next_fd()Yuntao Wang1-2/+2
2024-05-29bcachefs: Fix failure to return error on misaligned dio writeKent Overstreet1-1/+3
2024-05-29Revert "vfs: Delete the associated dentry when deleting a file"Linus Torvalds1-7/+8