summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-02-08btrfs: output the reason for open_ctree() failureQu Wenruo
2025-02-08NFSD: Reset cb_seq_status after NFS4ERR_DELAYChuck Lever
2025-02-08f2fs: Introduce linear search for dentriesDaniel Lee
2025-02-08cifs: Fix getting and setting SACLs over SMB1Pali Rohár
2025-02-08cifs: Validate EAs for WSL reparse pointsPali Rohár
2025-02-08hostfs: fix the host directory parse when mounting.Hongbo Li
2025-02-08hostfs: Add const qualifier to host_root in hostfs_fill_super()Nathan Chancellor
2025-02-08hostfs: fix string handling in __dentry_name()Al Viro
2025-02-08hostfs: convert hostfs to use the new mount APIHongbo Li
2025-02-08ubifs: skip dumping tnc tree when zroot is nullpangliyuan
2025-02-08NFSv4.2: mark OFFLOAD_CANCEL MOVEABLEOlga Kornievskaia
2025-02-08NFSv4.2: fix COPY_NOTIFY xdr buf size calculationOlga Kornievskaia
2025-02-08nilfs2: protect access to buffers with no active referencesRyusuke Konishi
2025-02-08nilfs2: convert nilfs_lookup_dirty_data_buffers to use folio_create_empty_buf...Matthew Wilcox (Oracle)
2025-02-08buffer: make folio_create_empty_buffers() return a buffer_headMatthew Wilcox (Oracle)
2025-02-08ocfs2: mark dquot as inactive if failed to start trans while releasing dquotSu Yue
2025-02-08cifs: Use cifs_autodisable_serverino() for disabling CIFS_MOUNT_SERVER_INUM i...Pali Rohár
2025-02-08smb: client: fix oops due to unset link speedPaulo Alcantara
2025-02-08afs: Fix the fallback handling for the YFS.RemoveFile2 RPC callDavid Howells
2025-02-08select: Fix unbalanced user_access_end()Christophe Leroy
2025-02-08pstore/blk: trivial typo fixesEugen Hristev
2025-02-08fs: fix proc_handler for sysctl_nr_openJinliang Zheng
2025-02-08afs: Fix cleanup of immediately failed async callsDavid Howells
2025-02-08afs: Fix directory format encoding structDavid Howells
2025-02-08afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTYDavid Howells
2025-02-08dlm: fix srcu_read_lock() return type to intAlexander Aring
2025-02-01ext4: fix access to uninitialised lock in fc replay pathLuis Henriques (SUSE)
2025-02-01smb: client: handle lack of EA support in smb2_query_path_info()Paulo Alcantara
2025-02-01libfs: Use d_children list to iterate simple_offset directoriesChuck Lever
2025-02-01libfs: Replace simple_offset end-of-directory detectionChuck Lever
2025-02-01Revert "libfs: Add simple_offset_empty()"Chuck Lever
2025-02-01libfs: Return ENOSPC when the directory offset range is exhaustedChuck Lever
2025-02-01shmem: Fix shmem_rename2()Chuck Lever
2025-02-01libfs: Add simple_offset_rename() APIChuck Lever
2025-02-01libfs: Fix simple_offset_rename_exchange()Chuck Lever
2025-02-01libfs: Add simple_offset_empty()Chuck Lever
2025-02-01libfs: Define a minimum directory offsetChuck Lever
2025-02-01libfs: Re-arrange locking in offset_iterate_dir()Chuck Lever
2025-02-01gfs2: Truncate address space when flipping GFS2_DIF_JDATA flagAndreas Gruenbacher
2025-01-23nfsd: add list_head nf_gc to struct nfsd_fileYouzhong Yang
2025-01-23fs: relax assertions on failure to encode file handlesAmir Goldstein
2025-01-23ovl: support encoding fid from inode with no aliasAmir Goldstein
2025-01-23ovl: pass realinode to ovl_encode_real_fh() instead of realdentryAmir Goldstein
2025-01-23ocfs2: fix deadlock in ocfs2_get_system_file_inodeMohammed Anees
2025-01-23fs/proc: fix softlockup in __read_vmcore (part 2)Rik van Riel
2025-01-23iomap: avoid avoid truncating 64-bit offset to 32 bitsMarco Nelissen
2025-01-23cachefiles: Parse the "secctx" immediatelyMax Kellermann
2025-01-23fs: fix missing declaration of init_filesZhang Kunbo
2025-01-23hfs: Sanity check the root recordLeo Stone
2025-01-23smb: client: fix double free of TCP_Server_Info::hostnamePaulo Alcantara