aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-01-05ksmbd: Change the return value of ksmbd_vfs_query_maximal_access to voidLu Hongfei
2024-01-05ksmbd: return a literal instead of 'err' in ksmbd_vfs_kern_path_locked()Namjae Jeon
2024-01-05ksmbd: use kzalloc() instead of __GFP_ZERONamjae Jeon
2024-01-05ksmbd: remove unused ksmbd_tree_conn_share functionNamjae Jeon
2024-01-05ksmbd: add mnt_want_write to ksmbd vfs functionsNamjae Jeon
2024-01-05ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR()Namjae Jeon
2024-01-05ksmbd: call putname after using the last componentNamjae Jeon
2024-01-05ksmbd: fix uninitialized pointer read in smb2_create_link()Namjae Jeon
2024-01-05ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()Namjae Jeon
2024-01-05ksmbd: fix racy issue from using ->d_parent and ->d_nameNamjae Jeon
2024-01-05fs: introduce lock_rename_child() helperAl Viro
2024-01-05ksmbd: remove unused compression negotiate ctx packingDavid Disseldorp
2024-01-05ksmbd: avoid duplicate negotiate ctx offset incrementsDavid Disseldorp
2024-01-05ksmbd: set NegotiateContextCount once instead of every incDavid Disseldorp
2024-01-05ksmbd: delete asynchronous work from listNamjae Jeon
2024-01-05ksmbd: remove unused is_char_allowed functionTom Rix
2024-01-05ksmbd: Fix parameter name and comment mismatchJiapeng Chong
2024-01-05ksmbd: Fix spelling mistake "excceed" -> "exceeded"Colin Ian King
2024-01-05ksmbd: update Kconfig to note Kerberos support and fix indentationSteve French
2024-01-05ksmbd: Remove duplicated codesDawei Li
2024-01-05ksmbd: fix typo, syncronous->synchronousDawei Li
2024-01-05ksmbd: Implements sess->rpc_handle_list as xarrayDawei Li
2024-01-05ksmbd: Convert to use sysfs_emit()/sysfs_emit_at() APIsye xingchen
2024-01-05ksmbd: Fix resource leak in smb2_lock()Marios Makassikis
2024-01-05ksmbd: use F_SETLK when unlocking a fileJeff Layton
2024-01-05ksmbd: set SMB2_SESSION_FLAG_ENCRYPT_DATA when enforcing data encryption for ...Namjae Jeon
2024-01-05ksmbd: replace one-element arrays with flexible-array membersGustavo A. R. Silva
2024-01-01fuse: share lookup state between submount and its parentKrister Johansen
2024-01-01ubifs: fix possible dereference after freeKonstantin Meskhidze
2024-01-01btrfs: zoned: no longer count fresh BG region as zone unusableNaohiro Aota
2024-01-01smb: client: fix OOB in smbCalcSize()Paulo Alcantara
2024-01-01smb: client: fix OOB in SMB2_query_info_init()Paulo Alcantara
2024-01-01smb: client: fix potential OOB in cifs_dump_detail()Paulo Alcantara
2024-01-01smb: client: fix OOB in cifsd when receiving compounded respsPaulo Alcantara
2024-01-01afs: Fix use-after-free due to get/remove race in volume treeDavid Howells
2024-01-01afs: Fix overwriting of result of DNS queryDavid Howells
2024-01-01afs: Fix dynamic root lookup DNS checkDavid Howells
2024-01-01afs: Fix the dynamic root's d_delete to always delete unused dentriesDavid Howells
2023-12-20smb: client: fix OOB in smb2_query_reparse_point()Paulo Alcantara
2023-12-20smb: client: fix NULL deref in asn1_ber_decoder()Paulo Alcantara
2023-12-20smb: client: fix OOB in receive_encrypted_standard()Paulo Alcantara
2023-12-20btrfs: don't clear qgroup reserved bit in release_folioBoris Burkov
2023-12-20btrfs: free qgroup reserve when ORDERED_IOERR is setBoris Burkov
2023-12-20ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKSBaokun Li
2023-12-20btrfs: do not allow non subvolume root targets for snapshotJosef Bacik
2023-12-20ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZENamjae Jeon
2023-12-20fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()Hangyu Hua
2023-12-20afs: Fix refcount underflow from error handling raceDavid Howells
2023-12-20ksmbd: fix memory leak in smb2_lock()Zizhi Wo
2023-12-20ext4: fix warning in ext4_dio_write_end_io()Jan Kara