summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-02-11Revert "hostfs: convert hostfs to use the new mount API"Greg Kroah-Hartman1-62/+21
2025-02-11Revert "hostfs: fix string handling in __dentry_name()"Greg Kroah-Hartman1-6/+21
2025-02-11Revert "hostfs: Add const qualifier to host_root in hostfs_fill_super()"Greg Kroah-Hartman1-1/+1
2025-02-11Revert "hostfs: fix the host directory parse when mounting."Greg Kroah-Hartman1-55/+10
2025-02-08btrfs: output the reason for open_ctree() failureQu Wenruo1-1/+1
2025-02-08NFSD: Reset cb_seq_status after NFS4ERR_DELAYChuck Lever1-0/+1
2025-02-08f2fs: Introduce linear search for dentriesDaniel Lee3-19/+45
2025-02-08cifs: Fix getting and setting SACLs over SMB1Pali Rohár3-13/+18
2025-02-08cifs: Validate EAs for WSL reparse pointsPali Rohár1-4/+18
2025-02-08hostfs: fix the host directory parse when mounting.Hongbo Li1-10/+55
2025-02-08hostfs: Add const qualifier to host_root in hostfs_fill_super()Nathan Chancellor1-1/+1
2025-02-08hostfs: fix string handling in __dentry_name()Al Viro1-21/+6
2025-02-08hostfs: convert hostfs to use the new mount APIHongbo Li1-21/+62
2025-02-08ubifs: skip dumping tnc tree when zroot is nullpangliyuan1-9/+13
2025-02-08NFSv4.2: mark OFFLOAD_CANCEL MOVEABLEOlga Kornievskaia1-1/+1
2025-02-08NFSv4.2: fix COPY_NOTIFY xdr buf size calculationOlga Kornievskaia1-0/+2
2025-02-08nilfs2: protect access to buffers with no active referencesRyusuke Konishi1-1/+3
2025-02-08nilfs2: convert nilfs_lookup_dirty_data_buffers to use folio_create_empty_buf...Matthew Wilcox (Oracle)1-4/+3
2025-02-08buffer: make folio_create_empty_buffers() return a buffer_headMatthew Wilcox (Oracle)1-11/+13
2025-02-08ocfs2: mark dquot as inactive if failed to start trans while releasing dquotSu Yue1-0/+5
2025-02-08cifs: Use cifs_autodisable_serverino() for disabling CIFS_MOUNT_SERVER_INUM i...Pali Rohár1-1/+1
2025-02-08smb: client: fix oops due to unset link speedPaulo Alcantara1-1/+2
2025-02-08afs: Fix the fallback handling for the YFS.RemoveFile2 RPC callDavid Howells1-2/+3
2025-02-08select: Fix unbalanced user_access_end()Christophe Leroy1-2/+2
2025-02-08pstore/blk: trivial typo fixesEugen Hristev1-2/+2
2025-02-08fs: fix proc_handler for sysctl_nr_openJinliang Zheng1-1/+1
2025-02-08afs: Fix cleanup of immediately failed async callsDavid Howells2-3/+18
2025-02-08afs: Fix directory format encoding structDavid Howells1-1/+1
2025-02-08afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTYDavid Howells1-1/+6
2025-02-08dlm: fix srcu_read_lock() return type to intAlexander Aring1-1/+2
2025-02-01ext4: fix access to uninitialised lock in fc replay pathLuis Henriques (SUSE)1-1/+2
2025-02-01smb: client: handle lack of EA support in smb2_query_path_info()Paulo Alcantara1-23/+69
2025-02-01libfs: Use d_children list to iterate simple_offset directoriesChuck Lever1-25/+59
2025-02-01libfs: Replace simple_offset end-of-directory detectionChuck Lever1-16/+21
2025-02-01Revert "libfs: Add simple_offset_empty()"Chuck Lever1-32/+0
2025-02-01libfs: Return ENOSPC when the directory offset range is exhaustedChuck Lever1-2/+2
2025-02-01shmem: Fix shmem_rename2()Chuck Lever1-0/+9
2025-02-01libfs: Add simple_offset_rename() APIChuck Lever1-0/+21
2025-02-01libfs: Fix simple_offset_rename_exchange()Chuck Lever1-6/+19
2025-02-01libfs: Add simple_offset_empty()Chuck Lever1-0/+32
2025-02-01libfs: Define a minimum directory offsetChuck Lever1-5/+8
2025-02-01libfs: Re-arrange locking in offset_iterate_dir()Chuck Lever1-6/+6
2025-02-01gfs2: Truncate address space when flipping GFS2_DIF_JDATA flagAndreas Gruenbacher1-0/+1
2025-01-23nfsd: add list_head nf_gc to struct nfsd_fileYouzhong Yang2-8/+11
2025-01-23fs: relax assertions on failure to encode file handlesAmir Goldstein2-6/+3
2025-01-23ovl: support encoding fid from inode with no aliasAmir Goldstein1-21/+25
2025-01-23ovl: pass realinode to ovl_encode_real_fh() instead of realdentryAmir Goldstein4-10/+12
2025-01-23ocfs2: fix deadlock in ocfs2_get_system_file_inodeMohammed Anees1-1/+7
2025-01-23fs/proc: fix softlockup in __read_vmcore (part 2)Rik van Riel1-0/+2
2025-01-23iomap: avoid avoid truncating 64-bit offset to 32 bitsMarco Nelissen1-1/+1