summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-08-16btrfs: set cache_block_group_error if we find an errorJosef Bacik1-1/+4
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-11exfat: check if filename entries exceeds max filename lengthNamjae Jeon1-2/+7
2023-08-11exfat: support dynamic allocate bh for exfat_entry_set_cacheYuezhang Mo2-1/+19
2023-08-11exfat: speed up iterate/lookup by fixing start point of traversing cluster chainHyeongseok Kim3-8/+22
2023-08-11ext2: Drop fragment supportJan Kara2-31/+4
2023-08-11fs: Protect reconfiguration of sb read-write from racing writesJan Kara1-1/+10
2023-08-11fs/sysv: Null check to prevent null-ptr-deref bugPrince Kumar Maurya1-0/+4
2023-08-11file: reinstate f_pos locking optimization for regular filesLinus Torvalds1-1/+17
2023-08-11open: make RESOLVE_CACHED correctly test for O_TMPFILEAleksa Sarai1-1/+1
2023-08-11exfat: release s_lock before calling dir_emit()Sungjong Seo1-15/+12
2023-08-11exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfreegaoming1-3/+3
2023-08-11ceph: defer stopping mdsc delayed_workXiubo Li3-2/+17
2023-08-11ceph: never send metrics if disable_send_metrics is setXiubo Li1-1/+1
2023-08-11btrfs: check if the transaction was aborted at btrfs_wait_for_commit()Filipe Manana1-0/+1
2023-08-11nfsd: Remove incorrect check in nfsd4_validate_stateidTrond Myklebust1-2/+0
2023-08-11file: always lock position for FMODE_ATOMIC_POSChristian Brauner1-4/+2
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-11btrfs: fix extent buffer leak after tree mod log failure at split_node()Filipe Manana1-0/+2
2023-08-11btrfs: fix race between quota disable and relocationFilipe Manana1-3/+15
2023-07-27btrfs: add xxhash to fast checksum implementationsDavid Sterba1-0/+3
2023-07-27ext4: correct inline offset when handling xattrs in inode bodyEric Whitney1-0/+14
2023-07-27fuse: revalidate: don't invalidate if interruptedMiklos Szeredi1-1/+1
2023-07-27btrfs: fix warning when putting transaction with qgroups enabled after abortFilipe Manana1-0/+1
2023-07-27ceph: don't let check_caps skip sending responses for revoke msgsXiubo Li1-0/+9
2023-07-27fs: dlm: return positive pid value for F_GETLKAlexander Aring1-1/+3
2023-07-27jfs: jfs_dmap: Validate db_l2nbperpage while mountingSiddh Raman Pant2-0/+8
2023-07-27ext4: only update i_reserved_data_blocks on successful block allocationBaokun Li2-10/+8
2023-07-27ext4: fix wrong unit use in ext4_mb_new_blocksKemeng Shi1-1/+1
2023-07-27ext4: get block from bh in ext4_free_blocks for fast commit replayKemeng Shi1-6/+7
2023-07-27ext4: fix wrong unit use in ext4_mb_clear_bbKemeng Shi1-2/+2
2023-07-27ext4: Fix reusing stale buffer heads from last failed mountingZhihao Cheng1-6/+7
2023-07-27erofs: fix compact 4B support for 16k block sizeGao Xiang1-5/+1
2023-07-27f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()Chao Yu3-5/+21
2023-07-27erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOFChunhai Guo1-1/+1
2023-07-27fanotify: disallow mount/sb marks on kernel internal pseudo fsAmir Goldstein1-2/+20
2023-07-27fs: no need to check sourceJan Kara1-2/+1
2023-07-27btrfs: fix race when deleting quota root from the dirty cow roots listFilipe Manana1-0/+2
2023-07-27btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profileMatt Corallo1-1/+8
2023-07-27fs: Lock moved directoriesJan Kara1-8/+14
2023-07-27fs: Establish locking order for unrelated directoriesJan Kara3-2/+46
2023-07-27Revert "f2fs: fix potential corruption when moving a directory"Jan Kara1-15/+1
2023-07-27ext4: Remove ext4 locking of moved directoryJan Kara1-15/+2
2023-07-27fs: avoid empty option when generating legacy mount stringThomas Weißschuh1-1/+2
2023-07-27jffs2: reduce stack usage in jffs2_build_xattr_subsystem()Fabian Frederick3-7/+15