summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-03-28bcachefs: Fix bch2_seek_hole() lockingKent Overstreet
2025-03-28bcachefs: Recovery no longer holds state_lockKent Overstreet
2025-03-28bcachefs: Fix permissions on version modparamKent Overstreet
2025-03-28fs: namespace: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva
2025-03-27ksmbd: fix r_count dec/increment mismatchNamjae Jeon
2025-03-27ksmbd: fix multichannel connection failureNamjae Jeon
2025-03-27ksmbd: fix use-after-free in ksmbd_sessions_deregister()Namjae Jeon
2025-03-27ksmbd: use ib_device_get_netdev() instead of calling ops.get_netdevNamjae Jeon
2025-03-27ksmbd: use aead_request_free to match aead_request_allocMiaoqian Lin
2025-03-27Revert "ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_c...Namjae Jeon
2025-03-27ksmbd: add bounds check for create lease contextNorbert Szetei
2025-03-27Merge tag 'ext4-for_linus-6.15-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-03-27Merge tag 'bcachefs-2025-03-24' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-03-27Merge tag 'jfs-6.14' of github.com:kleikamp/linux-shaggyLinus Torvalds
2025-03-27Merge tag 'for-linus-6.15-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-27Merge tag 'xfs-6.15-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-03-27Merge tag 'dlm-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds
2025-03-27Merge tag 'f2fs-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-27Merge tag 'for-6.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2025-03-27Merge tag 'erofs-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-27Merge tag 'gfs2-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds
2025-03-27exfat: fix missing shutdown checkYuezhang Mo
2025-03-27exfat: fix the infinite loop in exfat_find_last_cluster()Yuezhang Mo
2025-03-27exfat: fix random stack corruption after get_blockSungjong Seo
2025-03-27exfat: remove count used cluster from exfat_statfs()Yuezhang Mo
2025-03-27exfat: support batch discard of clusters when freeing clustersYuezhang Mo
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-03-26Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-26bcachefs: cond_resched() in journal_key_sort_cmp()Kent Overstreet
2025-03-26bcachefs: Fix 'hung task' messages in btree node scanKent Overstreet
2025-03-26bcachefs: Fix btree iter flags in data move (2)Kent Overstreet
2025-03-26bcachefs: Don't unnecessarily decrypt data when movingKent Overstreet
2025-03-26bcachefs: Document disk accounting keys and conutersKent Overstreet
2025-03-26bcachefs: Validate number of counters for accounting keysKent Overstreet
2025-03-26cifs: Add new mount option -o nounicode to disable SMB1 UNICODE modePali Rohár
2025-03-26cifs: Set default Netbios RFC1001 server name to hostname in UNCPali Rohár
2025-03-26smb: client: Fix netns refcount imbalance causing leaks and use-after-freeWang Zhaolong
2025-03-26cifs: add validation check for the fields in smb_acesNamjae Jeon
2025-03-26CIFS: Propagate min offload along with other parameters from primary to secon...Aman
2025-03-26cifs: Improve establishing SMB connection with NetBIOS sessionPali Rohár
2025-03-26cifs: Fix establishing NetBIOS session for SMB2+ connectionPali Rohár
2025-03-26cifs: Fix getting DACL-only xattr system.cifs_acl and system.smb3_aclPali Rohár
2025-03-26cifs: Check if server supports reparse points before using themPali Rohár
2025-03-26NFSv4: Treat ENETUNREACH errors as fatal for state recoveryTrond Myklebust
2025-03-26NFSv4: clp->cl_cons_state < 0 signifies an invalid nfs_clientTrond Myklebust
2025-03-26NFSv4: Further cleanups to shutdown loopsTrond Myklebust
2025-03-26NFS: Shut down the nfs_client only after all the superblocksTrond Myklebust
2025-03-25Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2025-03-25Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds