summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-01-26ksmbd: validate the zero field of packet headerLi Nan1-1/+5
2024-01-26f2fs: fix the f2fs_file_write_iter tracepointEric Biggers1-2/+3
2024-01-26f2fs: fix to update iostat correctly in f2fs_filemap_fault()Chao Yu1-1/+1
2024-01-26f2fs: fix to check compress file in f2fs_move_file_range()Chao Yu1-0/+5
2024-01-26f2fs: fix to avoid dirent corruptionChao Yu1-1/+1
2024-01-26NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICTTrond Myklebust1-0/+3
2024-01-26blocklayoutdriver: Fix reference leak of pnfs_device_nodeBenjamin Coddington1-0/+2
2024-01-26gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dumpOsama Muhammad1-1/+1
2024-01-26fs: indicate request originates from old mount APIChristian Brauner1-0/+11
2024-01-26pstore: ram_core: fix possible overflow in persistent_ram_init_ecc()Sergey Shtylyov1-1/+1
2024-01-26efivarfs: force RO when remounting if SetVariable is not supportedIlias Apalodimas1-0/+12
2024-01-26jbd2: fix soft lockup in journal_finish_inode_data_buffers()Ye Bin1-0/+1
2024-01-26jbd2: correct the printing of write_flags in jbd2_write_superblock()Zhang Yi1-1/+3
2024-01-26debugfs: fix automount d_fsdata usageJohannes Berg3-9/+36
2024-01-26f2fs: explicitly null-terminate the xattr listEric Biggers1-0/+6
2024-01-05ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon1-3/+12
2024-01-05smb: client: fix OOB in smbCalcSize()Paulo Alcantara1-0/+4
2024-01-05smb: client: fix OOB in SMB2_query_info_init()Paulo Alcantara1-7/+22
2024-01-05ksmbd: fix wrong allocation size update in smb2_open()Namjae Jeon1-18/+18
2024-01-05ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()Namjae Jeon1-5/+5
2024-01-05ksmbd: lazy v2 lease break on smb2_write()Namjae Jeon4-2/+48
2024-01-05ksmbd: send v2 lease break notification for directoryNamjae Jeon6-6/+77
2024-01-05ksmbd: downgrade RWH lease caching state to RH for directoryNamjae Jeon3-7/+12
2024-01-05ksmbd: set v2 lease capabilityNamjae Jeon2-7/+6
2024-01-05ksmbd: set epoch in create context v2 leaseNamjae Jeon2-1/+5
2024-01-05ksmbd: have a dependency on cifs ARC4Namjae Jeon1-2/+2
2024-01-05fuse: share lookup state between submount and its parentKrister Johansen2-3/+87
2024-01-05smb: client: fix OOB in smb2_query_reparse_point()Paulo Alcantara1-10/+16
2024-01-05smb: client: fix NULL deref in asn1_ber_decoder()Paulo Alcantara1-16/+10
2024-01-05ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZENamjae Jeon1-1/+1
2024-01-05afs: Fix use-after-free due to get/remove race in volume treeDavid Howells2-3/+25
2024-01-05afs: Use refcount_t rather than atomic_tDavid Howells8-94/+97
2024-01-05afs: Fix overwriting of result of DNS queryDavid Howells1-2/+4
2024-01-05afs: Fix dynamic root lookup DNS checkDavid Howells1-2/+16
2024-01-05afs: Fix the dynamic root's d_delete to always delete unused dentriesDavid Howells1-12/+1
2023-12-23ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on errorNamjae Jeon1-1/+0
2023-12-23ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncIdNamjae Jeon1-5/+2
2023-12-23ksmbd: release interim response after sending status pending responseNamjae Jeon2-1/+5
2023-12-23ksmbd: move oplock handling after unlock parent dirNamjae Jeon1-56/+65
2023-12-23ksmbd: separately allocate ci per dentryNamjae Jeon4-25/+18
2023-12-23ksmbd: fix possible deadlock in smb2_openNamjae Jeon5-59/+75
2023-12-23ksmbd: prevent memory leak on error returnZongmin Zhou1-2/+5
2023-12-23ksmbd: handle malformed smb1 messageNamjae Jeon1-0/+11
2023-12-23ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()Namjae Jeon1-3/+4
2023-12-23ksmbd: no need to wait for binded connection termination at logoffNamjae Jeon1-16/+0
2023-12-23ksmbd: add support for surrogate pair conversionNamjae Jeon1-49/+138
2023-12-23ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_n...Kangjing Huang1-10/+30
2023-12-23ksmbd: fix recursive locking in vfs helpersMarios Makassikis1-20/+3
2023-12-23ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()Namjae Jeon1-1/+1
2023-12-23ksmbd: reorganize ksmbd_iov_pin_rsp()Namjae Jeon1-21/+22