summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-03-06afs: Fix endless loop in directory parsingDavid Howells1-1/+3
2024-03-01fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche1-1/+8
2024-03-01afs: Increase buffer size in afs_update_volume_status()Daniil Dulov1-2/+2
2024-03-01iomap: Set all uptodate bits for an Uptodate pageMatthew Wilcox (Oracle)1-0/+3
2024-03-01ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()Baokun Li1-5/+4
2024-03-01ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()Baokun Li1-0/+4
2024-03-01nilfs2: replace WARN_ONs for invalid DAT metadata block requestsRyusuke Konishi1-10/+17
2024-02-23lsm: new security_file_ioctl_compat() hookAlfred Piccioni1-2/+1
2024-02-23nilfs2: fix potential bug in end_buffer_async_writeRyusuke Konishi1-3/+5
2024-02-23nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi1-1/+7
2024-02-23nilfs2: fix data corruption in dsync block recovery for small block sizesRyusuke Konishi1-3/+4
2024-02-23ext4: fix double-free of blocks due to wrong extents moved_lenBaokun Li1-4/+2
2024-02-23btrfs: send: return EOPNOTSUPP on unknown flagsDavid Sterba1-1/+1
2024-02-23btrfs: forbid deleting live subvol qgroupBoris Burkov1-0/+14
2024-02-23btrfs: forbid creating subvol qgroupsBoris Burkov1-0/+5
2024-02-23ceph: fix deadlock or deadcode of misusing dget()Xiubo Li1-6/+3
2024-02-23fs/kernfs/dir: obey S_ISGIDMax Kellermann1-0/+12
2024-02-23fast_dput(): handle underflows gracefullyAl Viro1-3/+4
2024-02-23f2fs: fix to check return value of f2fs_reserve_new_block()Chao Yu1-6/+17
2024-02-23ext4: avoid online resizing failures due to oversized flex bgBaokun Li1-8/+17
2024-02-23ext4: remove unnecessary check from alloc_flex_gd()Baokun Li1-3/+0
2024-02-23ext4: unify the type of flexbg_size to unsigned intBaokun Li1-6/+7
2024-02-23ext4: fix inconsistent between segment fstrim and full fstrimYe Bin1-3/+8
2024-02-23ecryptfs: Reject casefold directory inodesGabriel Krisman Bertazi1-0/+8
2024-02-23jfs: fix array-index-out-of-bounds in diNewExtEdward Adam Davis1-0/+3
2024-02-23afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*()Oleg Nesterov1-3/+4
2024-02-23pstore/ram: Fix crash when setting number of cpus to an odd numberWeichen Chen1-0/+1
2024-02-23jfs: fix uaf in jfs_evict_inodeEdward Adam Davis1-3/+3
2024-02-23jfs: fix array-index-out-of-bounds in dbAdjTreeManas Ghandat1-29/+31
2024-02-23jfs: fix slab-out-of-bounds Read in dtSearchManas Ghandat1-0/+5
2024-02-23UBSAN: array-index-out-of-bounds in dtSplitRootOsama Muhammad1-1/+1
2024-02-23FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTreeOsama Muhammad1-0/+3
2024-02-23btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_argsQu Wenruo1-0/+4
2024-02-23btrfs: don't warn if discard range is not aligned to sectorDavid Sterba1-1/+2
2024-02-23btrfs: tree-checker: fix inline ref size in error messagesChung-Chiang Cheng1-1/+1
2024-02-23btrfs: ref-verify: free ref cache before clearing mount optFedor Pchelkin1-2/+4
2024-02-23afs: Hide silly-rename files from userspaceDavid Howells1-0/+8
2024-02-23fs: move S_ISGID stripping into the vfs_*() helpersYang Xu3-17/+70
2024-02-23fs: add mode_strip_sgid() helperYang Xu1-4/+30
2024-02-23rename(): fix the locking of subdirectoriesAl Viro1-23/+37
2024-02-23ubifs: ubifs_symlink: Fix memleak of inode->i_link in error pathZhihao Cheng1-0/+2
2024-02-23ext4: allow for the last group to be marked as trimmedSuraj Jitindar Singh1-5/+10
2024-01-26f2fs: fix to avoid dirent corruptionChao Yu1-1/+1
2024-01-26NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICTTrond Myklebust1-0/+3
2024-01-26blocklayoutdriver: Fix reference leak of pnfs_device_nodeBenjamin Coddington1-0/+2
2024-01-26gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dumpOsama Muhammad1-1/+1
2024-01-26pstore: ram_core: fix possible overflow in persistent_ram_init_ecc()Sergey Shtylyov1-1/+1
2024-01-26jbd2: correct the printing of write_flags in jbd2_write_superblock()Zhang Yi1-1/+3
2024-01-26f2fs: explicitly null-terminate the xattr listEric Biggers1-0/+6
2024-01-08block: Don't invalidate pagecache for invalid falloc modesSarthak Kukreti1-2/+7