summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-03-01fs/ntfs3: Enhance the attribute size checkEdward Lo
2024-03-01fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche
2024-03-01erofs: fix inconsistent per-file compression formatGao Xiang
2024-03-01erofs: simplify compression configuration parserGao Xiang
2024-03-01afs: Increase buffer size in afs_update_volume_status()Daniil Dulov
2024-03-01erofs: fix refcount on the metabuf used for inode lookupSandeep Dhavale
2024-03-01cachefiles: fix memory leak in cachefiles_add_cache()Baokun Li
2024-03-01smb3: clarify mount warningSteve French
2024-03-01smb: client: set correct d_type for reparse points under DFS mountsPaulo Alcantara
2024-03-01fs/ntfs3: Fix oob in ntfs_listxattrEdward Adam Davis
2024-03-01fs/ntfs3: Update inode->i_size after success write into compressed fileKonstantin Komarov
2024-03-01fs/ntfs3: Correct function is_rst_area_validKonstantin Komarov
2024-03-01fs/ntfs3: Prevent generic message "attempt to access beyond end of device"Konstantin Komarov
2024-03-01fs/ntfs3: use non-movable memory for ntfs3 MFT buffer cacheIsm Hong
2024-03-01fs/ntfs3: Disable ATTR_LIST_ENTRY size checkKonstantin Komarov
2024-03-01fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame()Konstantin Komarov
2024-03-01fs/ntfs3: Fix detected field-spanning write (size 8) of single field "le->name"Konstantin Komarov
2024-03-01fs/ntfs3: Print warning while fixing hard links countKonstantin Komarov
2024-03-01fs/ntfs3: Correct hard links updating when dealing with DOS namesKonstantin Komarov
2024-03-01fs/ntfs3: Improve ntfs_dir_countKonstantin Komarov
2024-03-01fs/ntfs3: Modified fix directory element type detectionKonstantin Komarov
2024-03-01ext4: correct the hole length returned by ext4_map_blocks()Zhang Yi
2024-03-01smb: client: increase number of PDUs allowed in a compound requestPaulo Alcantara
2024-03-01ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()Baokun Li
2024-03-01ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()Baokun Li
2024-03-01ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap ...Baokun Li
2024-03-01cifs: translate network errors on send to -ECONNABORTEDShyam Prasad N
2024-03-01smb: Work around Clang __bdos() type confusionKees Cook
2024-03-01cifs: open_cached_dir should not rely on primary channelShyam Prasad N
2024-02-23fs/ntfs3: Add null pointer checksKonstantin Komarov
2024-02-23nilfs2: replace WARN_ONs for invalid DAT metadata block requestsRyusuke Konishi
2024-02-23nilfs2: fix potential bug in end_buffer_async_writeRyusuke Konishi
2024-02-23smb: client: fix parsing of SMB3.1.1 POSIX create contextPaulo Alcantara
2024-02-23smb: client: fix potential OOBs in smb2_parse_contexts()Paulo Alcantara
2024-02-23nfsd: don't take fi_lock in nfsd_break_deleg_cb()NeilBrown
2024-02-23nfsd: fix RELEASE_LOCKOWNERNeilBrown
2024-02-23fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_t...Oleg Nesterov
2024-02-23mm: hugetlb pages should not be reserved by shmat() if SHM_NORESERVEPrakash Sangappa
2024-02-23fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_superOscar Salvador
2024-02-23ceph: prevent use-after-free in encode_cap_msg()Rishabh Dave
2024-02-23fs: relax mount_setattr() permission checksChristian Brauner
2024-02-23zonefs: Improve error handlingDamien Le Moal
2024-02-23nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi
2024-02-23nilfs2: fix data corruption in dsync block recovery for small block sizesRyusuke Konishi
2024-02-23ksmbd: free aux buffer if ksmbd_iov_pin_rsp_read failsFedor Pchelkin
2024-02-23ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()Baokun Li
2024-02-23ext4: fix double-free of blocks due to wrong extents moved_lenBaokun Li
2024-02-23cifs: fix underflow in parse_server_interfaces()Dan Carpenter
2024-02-23btrfs: don't drop extent_map for free space inode on write errorJosef Bacik
2024-02-23btrfs: reject encoded write if inode has nodatasum flag setFilipe Manana