summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-02-17btrfs: convert BUG_ON in btrfs_reloc_cow_block() to proper error handlingJosef Bacik1-2/+12
2025-02-17btrfs: fix data race when accessing the inode's disk_i_size at btrfs_drop_ext...Hao-ran Zheng1-1/+1
2025-02-17exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) caseKees Cook1-3/+26
2025-02-17btrfs: fix use-after-free when attempting to join an aborted transactionFilipe Manana1-1/+3
2025-02-17btrfs: do not output error message if a qgroup has been already cleaned upQu Wenruo1-1/+4
2025-02-17btrfs: fix assertion failure when splitting ordered extent after transaction ...Filipe Manana1-0/+12
2025-02-08btrfs: do proper folio cleanup when run_delalloc_nocow() failedQu Wenruo2-6/+102
2025-02-08btrfs: output the reason for open_ctree() failureQu Wenruo1-1/+1
2025-02-08xfs: don't shut down the filesystem for media failures beyond end of logDarrick J. Wong1-39/+82
2025-02-08xfs: check for dead buffers in xfs_buf_find_insertChristoph Hellwig1-2/+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 string handling in __dentry_name()Al Viro1-21/+6
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-08nfs: fix incorrect error handling in LOCALIOMike Snitzer2-13/+80
2025-02-08nilfs2: handle errors that nilfs_prepare_chunk() may returnRyusuke Konishi3-19/+27
2025-02-08nilfs2: protect access to buffers with no active referencesRyusuke Konishi1-1/+3
2025-02-08nilfs2: do not force clear folio if buffer is referencedRyusuke Konishi1-4/+27
2025-02-08ocfs2: mark dquot as inactive if failed to start trans while releasing dquotSu Yue1-0/+5
2025-02-08erofs: fix potential return value overflow of z_erofs_shrink_scan()Gao Xiang1-2/+1
2025-02-08erofs: sunset `struct erofs_workgroup`Gao Xiang2-77/+60
2025-02-08erofs: move erofs_workgroup operations into zdata.cGao Xiang3-112/+105
2025-02-08erofs: get rid of erofs_{find,insert}_workgroupGao Xiang3-63/+30
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-08btrfs: subpage: fix the bitmap dump of the locked flagsQu Wenruo1-2/+4
2025-02-08btrfs: improve the warning and error message for btrfs_remove_qgroup()Qu Wenruo1-5/+16
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-08dlm: fix removal of rsb struct that is master and dir recordAlexander Aring1-16/+30
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-26/+58
2025-02-01libfs: Replace simple_offset end-of-directory detectionChuck Lever1-16/+21
2025-02-01Revert "libfs: fix infinite directory reads for offset dir"Chuck Lever1-24/+11
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-01gfs2: Truncate address space when flipping GFS2_DIF_JDATA flagAndreas Gruenbacher1-0/+1
2025-01-23fs/proc: fix softlockup in __read_vmcore (part 2)Rik van Riel1-0/+2
2025-01-23afs: Fix merge preference rule failure conditionLizhi Xu1-2/+4
2025-01-23iomap: avoid avoid truncating 64-bit offset to 32 bitsMarco Nelissen1-1/+1
2025-01-23cachefiles: Parse the "secctx" immediatelyMax Kellermann3-11/+12