summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-03-13udf: Fix use of check_add_overflow() with mixed type argumentsBen Hutchings1-1/+1
2025-03-13btrfs: bring back the incorrectly removed extent buffer lock recursion supportFilipe Manana1-4/+64
2025-03-13nilfs2: handle errors that nilfs_prepare_chunk() may returnRyusuke Konishi3-19/+27
2025-03-13nilfs2: eliminate staggered calls to kunmap in nilfs_renameRyusuke Konishi1-1/+2
2025-03-13nilfs2: move page release outside of nilfs_delete_entry and nilfs_set_linkRyusuke Konishi3-16/+14
2025-03-13Squashfs: check the inode number is not the invalid value of zeroPhillip Lougher1-1/+4
2025-03-13smb: client: Add check for next_buffer in receive_encrypted_standard()Haoxiang Li1-0/+4
2025-03-13btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana1-0/+2
2025-03-13Revert "btrfs: avoid monopolizing a core when activating a swap file"Koichiro Den1-2/+0
2025-03-13f2fs: fix to wait dio completionChao Yu1-0/+13
2025-03-13nilfs2: protect access to buffers with no active referencesRyusuke Konishi1-1/+3
2025-03-13nilfs2: do not force clear folio if buffer is referencedRyusuke Konishi1-6/+29
2025-03-13nilfs2: do not output warnings when clearing dirty buffersRyusuke Konishi4-24/+10
2025-03-13orangefs: fix a oob in orangefs_debug_writeMike Marshall1-2/+2
2025-03-13NFSD: fix hang in nfsd4_shutdown_callbackDai Ngo1-2/+5
2025-03-13nfsd: clear acl_access/acl_default after releasing themLi Lingfeng2-0/+4
2025-03-13ocfs2: check dir i_size in ocfs2_find_entrySu Yue1-4/+21
2025-03-13nilfs2: fix possible int overflows in nilfs_fiemap()Nikita Zhandarovich1-3/+3
2025-03-13ocfs2: handle a symlink read error correctlyMatthew Wilcox (Oracle)1-2/+3
2025-03-13ocfs2: fix incorrect CPU endianness conversion causing mount failureHeming Zhao1-1/+1
2025-03-13pnfs/flexfiles: retry getting layout segment for readsMike Snitzer1-6/+21
2025-03-13binfmt_flat: Fix integer overflow bug on 32 bit systemsDan Carpenter1-1/+1
2025-03-13btrfs: convert BUG_ON in btrfs_reloc_cow_block() to proper error handlingJosef Bacik1-2/+12
2025-03-13btrfs: fix use-after-free when attempting to join an aborted transactionFilipe Manana1-1/+3
2025-03-13btrfs: output the reason for open_ctree() failureQu Wenruo1-1/+1
2025-03-13NFSD: Reset cb_seq_status after NFS4ERR_DELAYChuck Lever1-0/+1
2025-03-13ubifs: skip dumping tnc tree when zroot is nullpangliyuan1-9/+13
2025-03-13NFSv4.2: fix COPY_NOTIFY xdr buf size calculationOlga Kornievskaia1-0/+2
2025-03-13ocfs2: mark dquot as inactive if failed to start trans while releasing dquotSu Yue1-0/+5
2025-03-13afs: Fix the fallback handling for the YFS.RemoveFile2 RPC callDavid Howells1-2/+3
2025-03-13select: Fix unbalanced user_access_end()Christophe Leroy1-2/+2
2025-03-13afs: Fix directory format encoding structDavid Howells1-1/+1
2025-03-13afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTYDavid Howells1-1/+6
2025-02-01gfs2: Truncate address space when flipping GFS2_DIF_JDATA flagAndreas Gruenbacher1-0/+1
2025-02-01nfsd: add list_head nf_gc to struct nfsd_fileYouzhong Yang2-8/+11
2025-02-01fs/proc: fix softlockup in __read_vmcore (part 2)Rik van Riel1-0/+2
2025-02-01fs: fix missing declaration of init_filesZhang Kunbo1-0/+1
2025-02-01hfs: Sanity check the root recordLeo Stone1-1/+3
2025-02-01ocfs2: fix slab-use-after-free due to dangling pointer dqi_privDennis Lam2-1/+2
2025-02-01ocfs2: correct return value of ocfs2_local_free_info()Joseph Qi1-6/+3
2025-02-01afs: Fix the maximum cell name lengthDavid Howells4-4/+9
2025-02-01exfat: fix the infinite loop in exfat_readdir()Yuezhang Mo1-1/+2
2025-02-01jbd2: flush filesystem device before updating tail sequenceZhang Yi1-2/+2
2025-02-01ceph: give up on paths longer than PATH_MAXMax Kellermann1-5/+4
2025-01-09btrfs: don't set lock_owner when locking extent buffer for readingZygo Blaxell1-3/+0
2025-01-09btrfs: locking: remove the recursion handling codeJosef Bacik1-64/+4
2025-01-09btrfs: flush delalloc workers queue before stopping cleaner kthread during un...Filipe Manana1-0/+9
2025-01-09btrfs: fix use-after-free when COWing tree bock and tracing is enabledFilipe Manana1-7/+4
2025-01-09btrfs: rename and export __btrfs_cow_block()Filipe Manana2-15/+22
2025-01-09btrfs: locking: remove all the blocking helpersJosef Bacik15-219/+30