summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-03-01smb3: clarify mount warningSteve French1-1/+1
2024-03-01cifs: handle cases where multiple sessions share connectionShyam Prasad N2-1/+6
2024-03-01cifs: change tcon status when need_reconnect is set on itShyam Prasad N3-1/+14
2024-03-01smb: client: set correct d_type for reparse points under DFS mountsPaulo Alcantara2-7/+14
2024-03-01fs/ntfs3: Fix oob in ntfs_listxattrEdward Adam Davis1-0/+3
2024-03-01fs/ntfs3: Update inode->i_size after success write into compressed fileKonstantin Komarov1-0/+2
2024-03-01fs/ntfs3: Fixed overflow check in mi_enum_attr()Konstantin Komarov1-1/+1
2024-03-01fs/ntfs3: Correct function is_rst_area_validKonstantin Komarov1-6/+8
2024-03-01fs/ntfs3: Use i_size_read and i_size_writeKonstantin Komarov6-18/+19
2024-03-01fs/ntfs3: Prevent generic message "attempt to access beyond end of device"Konstantin Komarov2-13/+25
2024-03-01fs/ntfs3: use non-movable memory for ntfs3 MFT buffer cacheIsm Hong1-1/+1
2024-03-01fs/ntfs3: Use kvfree to free memory allocated by kvmallocKonstantin Komarov4-7/+7
2024-03-01fs/ntfs3: Disable ATTR_LIST_ENTRY size checkKonstantin Komarov2-6/+4
2024-03-01fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame()Konstantin Komarov1-8/+12
2024-03-01fs/ntfs3: ntfs3_forced_shutdown use int instead of boolKonstantin Komarov3-5/+6
2024-03-01fs/ntfs3: Implement super_operations::shutdownKonstantin Komarov7-3/+75
2024-03-01fs/ntfs3: Drop suid and sgid bits as a part of fpunchKonstantin Komarov1-0/+9
2024-03-01fs/ntfs3: Add file_modifiedKonstantin Komarov1-0/+13
2024-03-01fs/ntfs3: Fix detected field-spanning write (size 8) of single field "le->name"Konstantin Komarov1-1/+1
2024-03-01fs/ntfs3: Fix multithreaded stress testKonstantin Komarov1-7/+14
2024-03-01fs/ntfs3: Reduce stack usageKonstantin Komarov1-120/+98
2024-03-01fs/ntfs3: Print warning while fixing hard links countKonstantin Komarov1-1/+1
2024-03-01fs/ntfs3: Correct hard links updating when dealing with DOS namesKonstantin Komarov1-2/+14
2024-03-01fs/ntfs3: Improve ntfs_dir_countKonstantin Komarov1-7/+3
2024-03-01fs/ntfs3: Modified fix directory element type detectionKonstantin Komarov1-5/+25
2024-03-01fs/ntfs3: Improve alternative boot processingKonstantin Komarov1-18/+17
2024-03-01ext4: correct the hole length returned by ext4_map_blocks()Zhang Yi1-41/+70
2024-03-01smb: client: increase number of PDUs allowed in a compound requestPaulo Alcantara2-3/+3
2024-03-01cifs: do not search for channel if server is terminatingShyam Prasad N2-1/+5
2024-03-01cifs: make sure that channel scaling is done only onceShyam Prasad N2-1/+20
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-01ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap ...Baokun Li1-1/+1
2024-03-01cifs: helper function to check replayable error codesShyam Prasad N2-0/+8
2024-03-01cifs: translate network errors on send to -ECONNABORTEDShyam Prasad N1-2/+9
2024-03-01cifs: cifs_pick_channel should try selecting active channelsShyam Prasad N1-0/+3
2024-03-01smb: Work around Clang __bdos() type confusionKees Cook1-1/+1
2024-03-01cifs: open_cached_dir should not rely on primary channelShyam Prasad N1-1/+1
2024-02-23nilfs2: fix potential bug in end_buffer_async_writeRyusuke Konishi1-3/+5
2024-02-23nfsd: don't take fi_lock in nfsd_break_deleg_cb()NeilBrown1-6/+5
2024-02-23eventfs: Keep all directory links at 1Steven Rostedt (Google)1-4/+10
2024-02-23eventfs: Remove fsnotify*() functions from lookup()Steven Rostedt (Google)1-2/+0
2024-02-23eventfs: Restructure eventfs_inode structure to be more condensedSteven Rostedt (Google)1-15/+12
2024-02-23eventfs: Warn if an eventfs_inode is freed without is_freed being setSteven Rostedt (Google)1-4/+14
2024-02-23eventfs: Get rid of dentry pointers without refcountsLinus Torvalds2-177/+78
2024-02-23eventfs: Clean up dentry ops and add revalidate functionLinus Torvalds3-13/+22
2024-02-23eventfs: Remove unused d_parent pointer fieldLinus Torvalds2-5/+1
2024-02-23tracefs: dentry lookup crapectomyLinus Torvalds3-297/+50
2024-02-23tracefs: Avoid using the ei->dentry pointer unnecessarilyLinus Torvalds1-14/+12
2024-02-23eventfs: Initialize the tracefs inode properlyLinus Torvalds1-4/+2