summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* ceph: always check dir caps asynchronouslyXiubo Li2024-03-014-14/+5
* 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: Fix c/mtime typoKonstantin Komarov2024-03-011-1/+1
* fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame()Konstantin Komarov2024-03-011-8/+12
* fs/ntfs3: Add and fix commentsKonstantin Komarov2024-03-014-4/+6
* 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: Correct use bh_readKonstantin Komarov2024-03-012-14/+12
* 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
* fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children statsOleg Nesterov2024-02-231-26/+32
* fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_t...Oleg Nesterov2024-02-231-4/+6
* mm: hugetlb pages should not be reserved by shmat() if SHM_NORESERVEPrakash Sangappa2024-02-231-1/+12
* fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_superOscar Salvador2024-02-231-2/+4
* ceph: prevent use-after-free in encode_cap_msg()Rishabh Dave2024-02-231-1/+2
* fs: relax mount_setattr() permission checksChristian Brauner2024-02-231-3/+8