summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
3 daysxfs: fix UAF in xchk_btree_check_block_ownerDarrick J. Wong1-2/+5
3 dayserofs: fix UAF issue for file-backed mounts w/ directio optionChao Yu1-1/+6
3 dayshfs: ensure sb->s_fs_info is always cleaned upMehdi Ben Hadj Khelifa2-22/+23
3 daysnilfs2: Fix potential block overflow that cause system hangEdward Adam Davis1-0/+4
3 dayssmb: client: let send_done handle a completion without IB_SEND_SIGNALEDStefan Metzmacher1-0/+27
3 dayssmb: client: let smbd_post_send_negotiate_req() use smbd_post_send()Stefan Metzmacher1-25/+7
3 dayssmb: client: fix last send credit problem causing disconnectsStefan Metzmacher1-2/+29
3 dayssmb: client: make use of smbdirect_socket.send_io.bcreditsStefan Metzmacher1-3/+55
3 dayssmb: client: use smbdirect_send_batch processingStefan Metzmacher1-14/+135
3 dayssmb: client: introduce and use smbd_{alloc, free}_send_io()Stefan Metzmacher1-29/+58
3 dayssmb: client: split out smbd_ib_post_send()Stefan Metzmacher1-16/+17
3 dayssmb: client: port and use the wait_for_credits logic used by serverStefan Metzmacher1-27/+43
3 dayssmb: client: remove pointless sc->send_io.pending handling in smbd_post_send_...Stefan Metzmacher1-5/+0
3 dayssmb: client: remove pointless sc->recv_io.credits.count rollbackStefan Metzmacher1-3/+0
3 dayssmb: client: let smbd_post_send() make use of request->wrStefan Metzmacher1-8/+7
3 dayssmb: client: let recv_done() queue a refill when the peer is low on creditsStefan Metzmacher1-2/+5
3 dayssmb: client: make use of smbdirect_socket.recv_io.credits.availableStefan Metzmacher1-6/+28
3 dayssmb: server: let send_done handle a completion without IB_SEND_SIGNALEDStefan Metzmacher1-0/+26
3 dayssmb: server: fix last send credit problem causing disconnectsStefan Metzmacher1-2/+30
3 dayssmb: server: make use of smbdirect_socket.send_io.bcreditsStefan Metzmacher1-2/+51
3 dayssmb: server: let recv_done() queue a refill when the peer is low on creditsStefan Metzmacher1-2/+4
3 dayssmb: server: make use of smbdirect_socket.recv_io.credits.availableStefan Metzmacher1-5/+25
3 dayssmb: smbdirect: introduce smbdirect_socket.send_io.bcredits.*Stefan Metzmacher1-0/+16
3 dayssmb: smbdirect: introduce smbdirect_socket.recv_io.credits.availableStefan Metzmacher1-0/+2
3 dayssmb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()Henrique Carvalho1-1/+2
3 daysksmbd: add chann_lock to protect ksmbd_chann_list xarrayNamjae Jeon3-1/+17
3 daysksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error pathsNamjae Jeon1-3/+3
3 dayssmb: client: split cached_fid bitfields to avoid shared-byte RMW racesHenrique Carvalho1-4/+4
8 dayssmb/client: fix memory leak in smb2_open_file()ChenXiaoSong1-0/+1
8 daysbtrfs: reject new transactions if the fs is fully read-onlyQu Wenruo2-0/+21
8 daysbtrfs: sync read disk super and set block sizeEdward Adam Davis1-0/+2
8 daysbtrfs: fix Wmaybe-uninitialized warning in replay_one_buffer()Qiang Ma1-1/+1
8 daysbtrfs: fix reservation leak in some error paths when inserting inline extentFilipe Manana1-6/+10
8 daysbtrfs: do not free data reservation in fallback from inline due to -ENOSPCFilipe Manana1-1/+5
8 dayssmb/server: fix refcount leak in parse_durable_handle_context()ZhangGuoDong1-0/+1
8 dayssmb/server: fix refcount leak in smb2_open()ZhangGuoDong1-1/+1
8 dayssmb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe()ZhangGuoDong1-1/+4
8 daysceph: fix oops due to invalid pointer for kfree() in parse_longname()Daniel Vogelbacher1-4/+5
8 daysceph: fix NULL pointer dereference in ceph_mds_auth_match()Viacheslav Dubeyko4-11/+37
8 daysprocfs: avoid fetching build ID while holding VMA lockAndrii Nakryiko1-15/+27
13 daysbtrfs: do not strictly require dirty metadata threshold for metadata writepagesQu Wenruo3-26/+2
13 daysefivarfs: fix error propagation in efivar_entry_get()Kohei Enju1-1/+1
13 dayswriteback: fix 100% CPU usage when dirtytime_expire_interval is 0Laveesh Bansal1-4/+10
13 daysbtrfs: zlib: fix the folio leak on S390 hardware accelerationQu Wenruo1-0/+1
13 daysreaddir: require opt-in for d_type flagsAmir Goldstein1-0/+3
2026-01-30ksmbd: smbd: fix dma_unmap_sg() nentsThomas Fourier1-8/+7
2026-01-30fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_sb_inodes()Joanne Koong2-2/+9
2026-01-30btrfs: fix missing fields in superblock backup with BLOCK_GROUP_TREEMark Harmstone1-1/+1
2026-01-23btrfs: fix deadlock in wait_current_trans() due to ignored transaction typeRobbie Ko1-5/+6
2026-01-23ext4: fix iloc.bh leak in ext4_xattr_inode_update_refYang Erkun1-0/+1