summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.nonblocking_timestamps' of git://git.kernel.org/pub/sc...Linus Torvalds
2026-02-09nfs: nfs4proc: Convert comma to semicolonChen Ni
2026-02-09NFSv4: limit lease period in nfs4_set_lease_period()Sergey Shtylyov
2026-02-09NFSv4: pass lease period in seconds to nfs4_set_lease_period()Sergey Shtylyov
2026-02-09nfs: unify security_inode_listsecurity() callsStephen Smalley
2026-02-09fs/nfs: Fix readdir slow-start regressionSagi Grimberg
2026-02-09Merge tag 'lsm-pr-20260203' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-09fs/ntfs3: avoid calling run_get_entry() when run == NULL in ntfs_read_run_nb_...Konstantin Komarov
2026-02-09ksmbd: add chann_lock to protect ksmbd_chann_list xarrayNamjae Jeon
2026-02-09cifs: Fix the copyright banner on smb1maperror.cDavid Howells
2026-02-09ceph: supply snapshot context in ceph_uninline_data()ethanwu
2026-02-09ceph: supply snapshot context in ceph_zero_partial_object()ethanwu
2026-02-09fs/ntfs3: add fall-through between switch labelsKonstantin Komarov
2026-02-08smb: common: add header guards to fs/smb/common/smb2status.hStefan Metzmacher
2026-02-08smb: client: Avoid a dozen -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2026-02-08smb/client: remove useless comment in mapping_table_ERRSRVHuiwen He
2026-02-08smb/client: remove some literal NT error codes from ntstatus_to_dos_mapHuiwen He
2026-02-08smb/client: add NT_STATUS_VOLUME_NOT_UPGRADEDHuiwen He
2026-02-08smb/client: add NT_STATUS_NO_USER_KEYSHuiwen He
2026-02-08smb/client: add NT_STATUS_WRONG_EFSHuiwen He
2026-02-08smb/client: add NT_STATUS_NO_EFSHuiwen He
2026-02-08smb/client: add NT_STATUS_NO_RECOVERY_POLICYHuiwen He
2026-02-08smb/client: add NT_STATUS_RANGE_NOT_FOUNDHuiwen He
2026-02-08smb/client: add NT_STATUS_DECRYPTION_FAILEDHuiwen He
2026-02-08smb/client: add NT_STATUS_ENCRYPTION_FAILEDHuiwen He
2026-02-08smb/client: add NT_STATUS_DIRECTORY_IS_A_REPARSE_POINTHuiwen He
2026-02-08smb/client: add NT_STATUS_VOLUME_DISMOUNTEDHuiwen He
2026-02-08smb/client: add NT_STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPTHuiwen He
2026-02-08smb/client: add NT_STATUS_VARIABLE_NOT_FOUNDHuiwen He
2026-02-08smb/client: rename ERRinvlevel to ERRunknownlevelHuiwen He
2026-02-08smb/client: add NT_STATUS_OS2_INVALID_LEVELHuiwen He
2026-02-08smb/client: map NT_STATUS_INVALID_INFO_CLASS to ERRbadpipeHuiwen He
2026-02-08smb/client: introduce KUnit test to check search result of smb2_error_map_tableChenXiaoSong
2026-02-08smb/client: use bsearch() to find target in smb2_error_map_tableChenXiaoSong
2026-02-08smb/client: check whether smb2_error_map_table is sorted in ascending orderChenXiaoSong
2026-02-08cifs: Autogenerate SMB2 error mapping tableDavid Howells
2026-02-08smb: server: correct value for smb_direct_max_fragmented_recv_sizeStefan Metzmacher
2026-02-08smb: client: correct value for smbd_max_fragmented_recv_sizeStefan Metzmacher
2026-02-08smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()Henrique Carvalho
2026-02-08ksmbd: add procfs interface for runtime monitoring and statisticsBahubali B Gumaji
2026-02-08ksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error pathsNamjae Jeon
2026-02-08smb: server: make use of rdma_restrict_node_type()Stefan Metzmacher
2026-02-08smb: client: make use of rdma_restrict_node_type()Stefan Metzmacher
2026-02-08smb: client: let send_done handle a completion without IB_SEND_SIGNALEDStefan Metzmacher
2026-02-08smb: client: let smbd_post_send_negotiate_req() use smbd_post_send()Stefan Metzmacher
2026-02-08smb: client: fix last send credit problem causing disconnectsStefan Metzmacher
2026-02-08smb: client: make use of smbdirect_socket.send_io.bcreditsStefan Metzmacher
2026-02-08smb: client: use smbdirect_send_batch processingStefan Metzmacher
2026-02-08smb: client: introduce and use smbd_{alloc, free}_send_io()Stefan Metzmacher