summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-03-01afs: Increase buffer size in afs_update_volume_status()Daniil Dulov
2024-03-01smb3: add missing null server pointer checkSteve French
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-01fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche
2024-03-01btrfs: defrag: avoid unnecessary defrag caused by incorrect extent sizeQu Wenruo
2024-03-01smb3: clarify mount warningSteve French
2024-03-01cifs: handle cases where multiple sessions share connectionShyam Prasad N
2024-03-01cifs: change tcon status when need_reconnect is set on itShyam Prasad N
2024-03-01smb: client: set correct d_type for reparse points under DFS mountsPaulo Alcantara
2024-03-01ceph: always check dir caps asynchronouslyXiubo Li
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: Fixed overflow check in mi_enum_attr()Konstantin Komarov
2024-03-01fs/ntfs3: Correct function is_rst_area_validKonstantin Komarov
2024-03-01fs/ntfs3: Use i_size_read and i_size_writeKonstantin 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: Use kvfree to free memory allocated by kvmallocKonstantin Komarov
2024-03-01fs/ntfs3: Disable ATTR_LIST_ENTRY size checkKonstantin Komarov
2024-03-01fs/ntfs3: Fix c/mtime typoKonstantin Komarov
2024-03-01fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame()Konstantin Komarov
2024-03-01fs/ntfs3: Add and fix commentsKonstantin Komarov
2024-03-01fs/ntfs3: ntfs3_forced_shutdown use int instead of boolKonstantin Komarov
2024-03-01fs/ntfs3: Implement super_operations::shutdownKonstantin Komarov
2024-03-01fs/ntfs3: Drop suid and sgid bits as a part of fpunchKonstantin Komarov
2024-03-01fs/ntfs3: Add file_modifiedKonstantin Komarov
2024-03-01fs/ntfs3: Correct use bh_readKonstantin Komarov
2024-03-01fs/ntfs3: Fix detected field-spanning write (size 8) of single field "le->name"Konstantin Komarov
2024-03-01fs/ntfs3: Fix multithreaded stress testKonstantin Komarov
2024-03-01fs/ntfs3: Reduce stack usageKonstantin 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-01fs/ntfs3: Improve alternative boot processingKonstantin 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-01cifs: do not search for channel if server is terminatingShyam Prasad N
2024-03-01cifs: make sure that channel scaling is done only onceShyam Prasad N
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: helper function to check replayable error codesShyam Prasad N
2024-03-01cifs: translate network errors on send to -ECONNABORTEDShyam Prasad N
2024-03-01cifs: cifs_pick_channel should try selecting active channelsShyam 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-23nilfs2: fix potential bug in end_buffer_async_writeRyusuke Konishi
2024-02-23nfsd: don't take fi_lock in nfsd_break_deleg_cb()NeilBrown