summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* afs: Increase buffer size in afs_update_volume_status()Daniil Dulov2024-03-011-2/+2
* smb3: add missing null server pointer checkSteve French2024-03-011-1/+1
* erofs: fix refcount on the metabuf used for inode lookupSandeep Dhavale2024-03-011-14/+14
* cachefiles: fix memory leak in cachefiles_add_cache()Baokun Li2024-03-012-0/+3
* fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche2024-03-011-1/+8
* btrfs: defrag: avoid unnecessary defrag caused by incorrect extent sizeQu Wenruo2024-03-011-1/+1
* smb3: clarify mount warningSteve French2024-03-011-1/+1
* cifs: handle cases where multiple sessions share connectionShyam Prasad N2024-03-012-1/+6
* cifs: change tcon status when need_reconnect is set on itShyam Prasad N2024-03-013-1/+14
* smb: client: set correct d_type for reparse points under DFS mountsPaulo Alcantara2024-03-012-7/+14
* fs/ntfs3: Fix oob in ntfs_listxattrEdward Adam Davis2024-03-011-0/+3
* fs/ntfs3: Update inode->i_size after success write into compressed fileKonstantin Komarov2024-03-011-0/+2
* fs/ntfs3: Fixed overflow check in mi_enum_attr()Konstantin Komarov2024-03-011-1/+1
* fs/ntfs3: Correct function is_rst_area_validKonstantin Komarov2024-03-011-6/+8
* fs/ntfs3: Use i_size_read and i_size_writeKonstantin Komarov2024-03-016-18/+19
* fs/ntfs3: Prevent generic message "attempt to access beyond end of device"Konstantin Komarov2024-03-012-13/+25
* fs/ntfs3: use non-movable memory for ntfs3 MFT buffer cacheIsm Hong2024-03-011-1/+1
* fs/ntfs3: Use kvfree to free memory allocated by kvmallocKonstantin Komarov2024-03-014-7/+7
* fs/ntfs3: Disable ATTR_LIST_ENTRY size checkKonstantin Komarov2024-03-012-6/+4
* fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame()Konstantin Komarov2024-03-011-8/+12
* fs/ntfs3: ntfs3_forced_shutdown use int instead of boolKonstantin Komarov2024-03-013-5/+6
* fs/ntfs3: Implement super_operations::shutdownKonstantin Komarov2024-03-017-3/+75
* fs/ntfs3: Drop suid and sgid bits as a part of fpunchKonstantin Komarov2024-03-011-0/+9
* fs/ntfs3: Add file_modifiedKonstantin Komarov2024-03-011-0/+13
* fs/ntfs3: Fix detected field-spanning write (size 8) of single field "le->name"Konstantin Komarov2024-03-011-1/+1
* fs/ntfs3: Fix multithreaded stress testKonstantin Komarov2024-03-011-7/+14
* fs/ntfs3: Reduce stack usageKonstantin Komarov2024-03-011-120/+98
* fs/ntfs3: Print warning while fixing hard links countKonstantin Komarov2024-03-011-1/+1
* fs/ntfs3: Correct hard links updating when dealing with DOS namesKonstantin Komarov2024-03-011-2/+14
* fs/ntfs3: Improve ntfs_dir_countKonstantin Komarov2024-03-011-7/+3
* fs/ntfs3: Modified fix directory element type detectionKonstantin Komarov2024-03-011-5/+25
* fs/ntfs3: Improve alternative boot processingKonstantin Komarov2024-03-011-18/+17
* ext4: correct the hole length returned by ext4_map_blocks()Zhang Yi2024-03-011-41/+70
* smb: client: increase number of PDUs allowed in a compound requestPaulo Alcantara2024-03-012-3/+3
* cifs: do not search for channel if server is terminatingShyam Prasad N2024-03-012-1/+5
* cifs: make sure that channel scaling is done only onceShyam Prasad N2024-03-012-1/+20
* ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()Baokun Li2024-03-011-5/+4
* ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()Baokun Li2024-03-011-0/+4
* ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap ...Baokun Li2024-03-011-1/+1
* cifs: helper function to check replayable error codesShyam Prasad N2024-03-012-0/+8
* cifs: translate network errors on send to -ECONNABORTEDShyam Prasad N2024-03-011-2/+9
* cifs: cifs_pick_channel should try selecting active channelsShyam Prasad N2024-03-011-0/+3
* smb: Work around Clang __bdos() type confusionKees Cook2024-03-011-1/+1
* cifs: open_cached_dir should not rely on primary channelShyam Prasad N2024-03-011-1/+1
* nilfs2: fix potential bug in end_buffer_async_writeRyusuke Konishi2024-02-231-3/+5
* nfsd: don't take fi_lock in nfsd_break_deleg_cb()NeilBrown2024-02-231-6/+5
* eventfs: Keep all directory links at 1Steven Rostedt (Google)2024-02-231-4/+10
* eventfs: Remove fsnotify*() functions from lookup()Steven Rostedt (Google)2024-02-231-2/+0
* eventfs: Restructure eventfs_inode structure to be more condensedSteven Rostedt (Google)2024-02-231-15/+12
* eventfs: Warn if an eventfs_inode is freed without is_freed being setSteven Rostedt (Google)2024-02-231-4/+14