summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-09-23eventfd: prevent underflow for eventfd semaphoresWen Yang1-1/+1
2023-09-23eventfd: Export eventfd_ctx_do_read()David Woodhouse1-1/+4
2023-09-23reiserfs: Check the return value from __getblk()Matthew Wilcox1-1/+3
2023-09-23udf: Handle error when adding extent to a fileJan Kara1-14/+27
2023-09-23udf: Check consistency of Space Bitmap DescriptorVladislav Efanov1-4/+27
2023-09-23cifs: add a warning when the in-flight count goes negativeShyam Prasad N1-0/+1
2023-09-23fs/nls: make load_nls() take a const parameterWinston Wen1-2/+2
2023-09-23nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuseRyusuke Konishi2-3/+7
2023-09-23nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi1-0/+5
2023-08-30nfsd: Fix race to FREE_STATEID and cl_revokedBenjamin Coddington1-1/+1
2023-08-30fs: dlm: fix mismatch of plock results from userspaceAlexander Aring1-13/+45
2023-08-30fs: dlm: use dlm_plock_info for do_unlock_closeAlexander Aring1-10/+6
2023-08-30fs: dlm: change plock interrupted message to debug againAlexander Aring1-2/+2
2023-08-30fs: dlm: add pid to debug logAlexander Aring1-2/+2
2023-08-30dlm: replace usage of found with dedicated list iterator variableJakob Koschel3-60/+56
2023-08-30dlm: improve plock logging if interruptedAlexander Aring1-4/+5
2023-08-30cifs: Release folio lock on fscache read hit.Russell Harmon via samba-technical1-1/+1
2023-08-30btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui1-2/+1
2023-08-30nfsd: Remove incorrect check in nfsd4_validate_stateidTrond Myklebust1-2/+0
2023-08-30nfsd4: kill warnings on testing stateids with mismatched clientidsJ. Bruce Fields1-8/+1
2023-08-30gfs2: Fix possible data races in gfs2_show_options()Tuo Li1-11/+15
2023-08-30FS: JFS: Check for read-only mounted filesystem in txBeginImmad Mir1-0/+5
2023-08-30FS: JFS: Fix null-ptr-deref Read in txBeginImmad Mir1-0/+5
2023-08-30fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLevYogesh1-0/+3
2023-08-30udf: Fix uninitialized array access for some pathnamesJan Kara1-1/+1
2023-08-30quota: fix warning in dqgrab()Ye Bin1-1/+1
2023-08-30quota: Properly disable quotas when add_dquot_ref() failsJan Kara1-1/+2
2023-08-16btrfs: don't stop integrity writeback too earlyChristoph Hellwig1-3/+4
2023-08-16nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iputRyusuke Konishi3-0/+12
2023-08-11ext2: Drop fragment supportJan Kara2-31/+4
2023-08-11fs/sysv: Null check to prevent null-ptr-deref bugPrince Kumar Maurya1-0/+4
2023-08-11btrfs: check for commit error at btrfs_attach_transaction_barrier()Filipe Manana1-2/+7
2023-08-11ext4: fix to check return value of freeze_bdev() in ext4_shutdown()Chao Yu1-1/+4
2023-08-11fs: dlm: interrupt posix locks only when process is killedAlexander Aring1-1/+1
2023-08-11dlm: rearrange async condition returnAlexander Aring1-14/+13
2023-08-11dlm: cleanup plock_op vs plock_xopAlexander Aring1-31/+46
2023-08-11ext4: Fix reusing stale buffer heads from last failed mountingZhihao Cheng1-6/+7
2023-08-11ext4: rename journal_dev to s_journal_dev inside ext4_sb_infoChunguang Xu3-12/+12
2023-08-11btrfs: fix extent buffer leak after tree mod log failure at split_node()Filipe Manana1-0/+2
2023-08-11ext4: correct inline offset when handling xattrs in inode bodyEric Whitney1-0/+14
2023-08-11fuse: revalidate: don't invalidate if interruptedMiklos Szeredi1-1/+1
2023-08-11ceph: don't let check_caps skip sending responses for revoke msgsXiubo Li1-0/+9
2023-08-11fs: dlm: return positive pid value for F_GETLKAlexander Aring1-1/+3
2023-08-11jfs: jfs_dmap: Validate db_l2nbperpage while mountingSiddh Raman Pant2-0/+8
2023-08-11ext4: only update i_reserved_data_blocks on successful block allocationBaokun Li2-10/+8
2023-08-11ext4: fix wrong unit use in ext4_mb_clear_bbKemeng Shi1-2/+2
2023-08-11btrfs: fix race when deleting quota root from the dirty cow roots listFilipe Manana1-0/+2
2023-08-11jffs2: reduce stack usage in jffs2_build_xattr_subsystem()Fabian Frederick3-7/+15
2023-08-11NFSD: add encoding of op_recall flag for write delegationDai Ngo1-1/+1
2023-08-11f2fs: fix error path handling in truncate_dnode()Chao Yu1-1/+3