summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-07-28Merge tag 'ntfs3_for_6.17' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds
2025-07-28Merge tag 'for-6.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2025-07-28smb: client: get rid of kstrdup() when parsing iocharset mount optionPaulo Alcantara
2025-07-28smb: client: get rid of kstrdup() when parsing domain mount optionPaulo Alcantara
2025-07-28smb: client: get rid of kstrdup() when parsing pass2 mount optionPaulo Alcantara
2025-07-28smb: client: get rid of kstrdup() when parsing pass mount optionPaulo Alcantara
2025-07-28smb: client: get rid of kstrdup() when parsing user mount optionPaulo Alcantara
2025-07-27cifs: Add support for creating reparse points over SMB1Pali Rohár
2025-07-27cifs: Do not query WSL EAs for native SMB symlinkPali Rohár
2025-07-27cifs: Optimize CIFSFindFirst() response when not searchingPali Rohár
2025-07-27cifs: Fix calling CIFSFindFirst() for root path without msearchPali Rohár
2025-07-27smb: client: fix session setup against servers that require SPNPaulo Alcantara
2025-07-27smb: client: allow parsing zero-length AV pairsPaulo Alcantara
2025-07-27cifs: add new field to track the last access time of cfidShyam Prasad N
2025-07-27smb: change return type of cached_dir_lease_break() to boolBharath SM
2025-07-27cifs: reset iface weights when we cannot find a candidateShyam Prasad N
2025-07-27smb: client: fix netns refcount leak after net_passive changesWang Zhaolong
2025-07-25hfs: fix general protection fault in hfs_find_init()Viacheslav Dubeyko
2025-07-25hfs: fix slab-out-of-bounds in hfs_bnode_read()Viacheslav Dubeyko
2025-07-25hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read()Viacheslav Dubeyko
2025-07-25hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()Viacheslav Dubeyko
2025-07-25hfsplus: don't use BUG_ON() in hfsplus_create_attributes_file()Tetsuo Handa
2025-07-25hfsplus: don't set REQ_SYNC for hfsplus_submit_bio()Johannes Thumshirn
2025-07-25Merge tag 'vfs-6.16-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-25Merge tag 'bcachefs-2025-07-24' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-07-25ext4: do not BUG when INLINE_DATA_FL lacks system.data xattrTheodore Ts'o
2025-07-25ext4: implement linear-like traversal across order xarraysBaokun Li
2025-07-25ext4: refactor choose group to scan groupBaokun Li
2025-07-25ext4: convert free groups order lists to xarraysBaokun Li
2025-07-25ext4: factor out ext4_mb_scan_group()Baokun Li
2025-07-25ext4: factor out ext4_mb_might_prefetch()Baokun Li
2025-07-25ext4: factor out __ext4_mb_scan_group()Baokun Li
2025-07-25ext4: fix largest free orders lists corruption on mb_optimize_scan switchBaokun Li
2025-07-25ext4: fix zombie groups in average fragment size listsBaokun Li
2025-07-25ext4: merge freed extent with existing extents before insertionBaokun Li
2025-07-25ext4: convert sbi->s_mb_free_pending to atomic_tBaokun Li
2025-07-25ext4: fix typo in CR_GOAL_LEN_SLOW commentBaokun Li
2025-07-25ext4: get rid of some obsolete EXT4_MB_HINT flagsBaokun Li
2025-07-25ext4: utilize multiple global goals to reduce contentionBaokun Li
2025-07-25ext4: remove unnecessary s_md_lock on update s_mb_last_groupBaokun Li
2025-07-25ext4: remove unnecessary s_mb_last_startBaokun Li
2025-07-25ext4: separate stream goal hits from s_bal_goals for better trackingBaokun Li
2025-07-25ext4: add ext4_try_lock_group() to skip busy groupsBaokun Li
2025-07-25ext4: initialize superblock fields in the kballoc-test.c kunit testsZhang Yi
2025-07-25ovl: properly print correct variableAntonio Quartulli
2025-07-24ksmbd: fix corrupted mtime and ctime in smb2_openNamjae Jeon
2025-07-24ksmbd: fix Preauh_HashValue race conditionNamjae Jeon
2025-07-24ksmbd: check return value of xa_store() in krb5_authenticateNamjae Jeon
2025-07-24ksmbd: fix null pointer dereference error in generate_encryptionkeyNamjae Jeon
2025-07-24bcachefs: Add missing snapshots_seen_add_inorder()Kent Overstreet