summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-03-26nfs: fix panic when nfs4_ff_layout_prepare_ds() failsJosef Bacik
2024-03-26afs: Revert "afs: Hide silly-rename files from userspace"David Howells
2024-03-26f2fs: compress: fix reserve_cblocks counting error when out of spaceXiuhong Wang
2024-03-26f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocksXiuhong Wang
2024-03-26f2fs: convert to use sbi directlyYangtao Li
2024-03-26NFS: Fix an off by one in root_nfs_cat()Christophe JAILLET
2024-03-26f2fs: ro: compress: fix to avoid caching unaligned extentChao Yu
2024-03-26f2fs: check number of blocks in a current sectionJaegeuk Kim
2024-03-26f2fs: compress: fix to check compress flag w/ .i_sem lockChao Yu
2024-03-26NFSv4.2: fix listxattr maximum XDR buffer sizeJorge Mora
2024-03-26NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102Jorge Mora
2024-03-26f2fs: compress: fix to check zstd compress level correctly in mount optionChao Yu
2024-03-26f2fs: fix to avoid potential panic during recoveryChao Yu
2024-03-26f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_semChao Yu
2024-03-26f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeChao Yu
2024-03-26f2fs: update blkaddr in __set_data_blkaddr() for cleanupChao Yu
2024-03-26f2fs: introduce get_dnode_addr() to clean up codesChao Yu
2024-03-26f2fs: delete obsolete FI_DROP_CACHEChao Yu
2024-03-26f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu
2024-03-26f2fs: simplify __allocate_data_blockChristoph Hellwig
2024-03-26f2fs: compress: fix to check unreleased compressed clusterSheng Yong
2024-03-26f2fs: compress: fix to cover normal cluster write with cp_rwsemChao Yu
2024-03-26f2fs: compress: fix to guarantee persisting compressed blocks by CPChao Yu
2024-03-26f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_infoChao Yu
2024-03-26quota: Fix rcu annotations of inode dquot pointersJan Kara
2024-03-26quota: Fix potential NULL pointer dereferenceWang Jianjian
2024-03-26quota: simplify drop_dquot_ref()Baokun Li
2024-03-26pstore: inode: Only d_invalidate() is neededKees Cook
2024-03-26pstore: inode: Convert mutex usage to guard(mutex)Kees Cook
2024-03-26fs/select: rework stack allocation hack for clangArnd Bergmann
2024-03-26fs: Fix rw_hint validationBart Van Assche
2024-03-26do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleakNikita Zhandarovich
2024-03-26btrfs: fix data race at btrfs_use_block_rsv() when accessing block reserveFilipe Manana
2024-03-26btrfs: fix data races when accessing the reserved amount of block reservesFilipe Manana
2024-03-26nfsd: Fix creation time serialization orderTavian Barnes
2024-03-26NFSD: Add an nfsd4_encode_nfstime4() helperChuck Lever
2024-03-26NFSD: Fix problem of COMMIT and NFS4ERR_DELAY in infinite loopDai Ngo
2024-03-26nfsd: simplify the delayed disposal list codeJeff Layton
2024-03-26NFSD: Convert filecache to rhltableChuck Lever
2024-03-26nfsd: allow reaping files still under writebackJeff Layton
2024-03-26nfsd: update comment over __nfsd_file_cache_purgeJeff Layton
2024-03-26nfsd: don't take/put an extra reference when putting a fileJeff Layton
2024-03-26nfsd: add some comments to nfsd_file_do_acquireJeff Layton
2024-03-26nfsd: don't kill nfsd_files because of lease break errorJeff Layton
2024-03-26nfsd: simplify test_bit return in NFSD_FILE_KEY_FULL comparatorJeff Layton
2024-03-26nfsd: NFSD_FILE_KEY_INODE only needs to find GC'ed entriesJeff Layton
2024-03-26nfsd: don't open-code clear_and_wake_up_bitJeff Layton
2024-03-26nfsd: allow nfsd_file_get to sanely handle a NULL pointerJeff Layton
2024-03-15fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children statsOleg Nesterov
2024-03-15fs/proc: do_task_stat: use __for_each_thread()Oleg Nesterov