summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2024-01-08smb: client: fix OOB in smbCalcSize()Paulo Alcantara1-0/+4
2024-01-08btrfs: do not allow non subvolume root targets for snapshotJosef Bacik1-0/+9
2024-01-08smb: client: fix NULL deref in asn1_ber_decoder()Paulo Alcantara1-16/+10
2024-01-08afs: Fix overwriting of result of DNS queryDavid Howells1-2/+4
2024-01-08afs: Fix dynamic root lookup DNS checkDavid Howells1-2/+16
2024-01-08afs: Fix the dynamic root's d_delete to always delete unused dentriesDavid Howells1-12/+1
2024-01-08ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZENamjae Jeon1-1/+1
2023-12-20ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKSBaokun Li1-0/+4
2023-12-20afs: Fix refcount underflow from error handling raceDavid Howells1-1/+1
2023-12-13smb: client: fix potential NULL deref in parse_dfs_referrals()Paulo Alcantara1-0/+2
2023-12-13cifs: Fix non-availability of dedup breaking generic/304David Howells1-1/+3
2023-12-13Revert "btrfs: add dmesg output for first mount and last unmount of a filesys...Greg Kroah-Hartman2-5/+1
2023-12-13io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov1-100/+1
2023-12-13nilfs2: fix missing error check for sb_set_blocksize callRyusuke Konishi1-1/+5
2023-12-13nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()Ryusuke Konishi1-7/+35
2023-12-08ovl: skip overlayfs superblocks at global syncKonstantin Khlebnikov2-3/+5
2023-12-08smb3: fix touch -h of symlinkSteve French1-0/+1
2023-12-08btrfs: make error messages more clear when getting a chunk mapFilipe Manana1-3/+4
2023-12-08btrfs: send: ensure send_fd is writableJann Horn1-1/+1
2023-12-08btrfs: fix off-by-one when checking chunk map includes logical addressFilipe Manana1-1/+1
2023-12-08btrfs: add dmesg output for first mount and last unmount of a filesystemQu Wenruo2-1/+5
2023-12-08io_uring: fix off-by one bvec indexKeith Busch1-1/+1
2023-12-08ext4: make sure allocate pending entry not failZhang Yi1-34/+89
2023-12-08ext4: fix slab-use-after-free in ext4_es_insert_extent()Baokun Li1-14/+30
2023-12-08ext4: using nofail preallocation in ext4_es_insert_extent()Baokun Li1-12/+26
2023-12-08ext4: using nofail preallocation in ext4_es_insert_delayed_block()Baokun Li1-11/+22
2023-12-08ext4: using nofail preallocation in ext4_es_remove_extent()Baokun Li1-2/+11
2023-12-08ext4: use pre-allocated es in __es_remove_extent()Baokun Li1-13/+13
2023-12-08ext4: use pre-allocated es in __es_insert_extent()Baokun Li1-7/+12
2023-12-08ext4: factor out __es_alloc_extent() and __es_free_extent()Baokun Li1-11/+19
2023-12-08ext4: add a new helper to check if es must be keptBaokun Li1-13/+21
2023-12-08afs: Fix file locking on R/O volumes to operate in local modeDavid Howells1-0/+2
2023-12-08afs: Return ENOENT if no cell DNS record can be foundDavid Howells1-0/+10
2023-12-08afs: Make error on cell lookup failure consistent with OpenAFSDavid Howells1-2/+2
2023-11-28ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocksKemeng Shi1-7/+2
2023-11-28ext4: correct the start block of counting reserved clustersZhang Yi1-2/+2
2023-11-28ext4: correct return value of ext4_convert_meta_bgKemeng Shi1-3/+1
2023-11-28ext4: correct offset of gdb backup in non meta_bg group to update_backupsKemeng Shi1-2/+4
2023-11-28ext4: apply umask if ACL support is disabledMax Kellermann1-0/+5
2023-11-28nfsd: fix file memleak on client_opens_releaseMahmoud Adam1-1/+1
2023-11-28quota: explicitly forbid quota files from being encryptedEric Biggers1-0/+14
2023-11-28jbd2: fix potential data lost in recovering journal raced with synchronizing ...Zhihao Cheng1-0/+8