summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
13 daysbtrfs: fix incorrect buffered IO fallback for append direct writesQu Wenruo1-1/+42
13 daysbtrfs: fix false IO failure after falling back to buffered writeQu Wenruo3-8/+41
13 daysbtrfs: do not trim a device which is not writeableQu Wenruo1-4/+8
13 dayshfs/hfsplus: fix u32 overflow in check_and_correct_requested_lengthTristan Madani2-2/+2
13 dayshfs/hfsplus: prevent getting negative values of offset/lengthViacheslav Dubeyko12-152/+168
13 daysxfs: use null daddr for unset first bad log blockYousef Alhouseen1-3/+3
13 daysxfs: Remove dead codeJiapeng Chong1-59/+0
13 daysxfs: Remove redundant assignment of mpJiapeng Chong1-2/+0
13 daysproc: protect ptrace_may_access() with exec_update_lock (part 1)Jann Horn3-17/+42
13 daysproc: protect ptrace_may_access() with exec_update_lock (FD links)Jann Horn3-89/+59
13 daysproc: rename proc_setattr to proc_nochmod_setattrChristoph Hellwig5-22/+22
13 daysproc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operationTyler Hicks (Microsoft)1-22/+20
13 daysproc: use generic setattr() for /proc/$PID/netThomas Weißschuh1-0/+1
13 daysksmbd: track the connection owning a byte-range lockNamjae Jeon3-6/+17
13 daysksmbd: centralize ksmbd_conn final release to plug transport leakDaeMyung Kang4-5/+69
13 daysksmbd: destroy async_ida in ksmbd_conn_free()DaeMyung Kang1-0/+1
13 daysksmbd: fix mechToken leak when SPNEGO decode fails after token allocGreg Kroah-Hartman2-1/+2
13 daysksmbd: fix use-after-free in __ksmbd_close_fd() via durable scavengerNamjae Jeon1-3/+5
13 dayssmb: client: harden POSIX SID length parsingZihan Xi1-1/+1
13 dayssmb: client: use unaligned reads in parse_posix_ctxt()Zihan Xi1-3/+3
13 dayssmb: client: mask server-provided mode to 07777 in modefromsidNorbert Manthey1-1/+1
13 dayssmb: client: resolve SWN tcon from live registrationsMichael Bommarito2-58/+262
13 dayscifs: Add tracing for the cifs_tcon struct refcountingDavid Howells12-33/+141
13 dayssmb: client: Fix next buffer leak in receive_encrypted_standard()Haoxiang Li1-4/+6
13 dayssmb: client: restrict implied bcc[0] exemption to responses without data areaShoichiro Miyamoto1-6/+26
13 dayscifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya9-13/+11
13 dayssmb2: small refactor in smb2_check_message()Enzo Matsumiya2-26/+34
13 dayscifs: remove check of list iterator against head past the loop bodyJakob Koschel1-4/+6
13 dayscifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg12-476/+493
13 daysorangefs: keep the readdir entry size 64-bit in fill_from_part()Bryam Vargas1-3/+4
13 daysocfs2: reject non-inline dinodes with i_size and zero i_clustersMichael Bommarito1-0/+60
13 daysocfs2: reject dinodes whose i_rdev disagrees with the file typeMichael Bommarito1-0/+55
13 daysocfs2: reject dinodes with non-canonical i_mode typeMichael Bommarito1-2/+33
13 daysocfs2: fix NULL h_transaction deref in ocfs2_assure_trans_creditsIan Bridges1-1/+5
13 daysocfs2: avoid moving extents to occupied clustersKyle Zeng1-1/+3
13 daysocfs2: use kzalloc for quota recovery bitmap allocationTristan Madani1-1/+1
13 daysproc: only bump parent nlink when registering directoriesKrzysztof Wilczyński1-5/+4
13 daysntfs3: fix out-of-bounds read in decompress_lzntTristan Madani1-1/+1
13 daysntfs3: bound to_move in indx_insert_into_root before hdr_insert_headMichael Bommarito1-0/+16
13 daysntfs3: cap RESTART_TABLE free-chain walker at rt->usedMichael Bommarito1-1/+12
13 daysfs/ntfs3: bound NTFS_DE view.data_off in UpdateRecordData{Root,Allocation}Michael Bommarito1-0/+18
13 daysfs/ntfs3: add depth limit to indx_find_buffer to prevent stack overflowMichael Bommarito1-3/+12
13 daysfs/ntfs3: validate lcns_follow in log_replay conversionKonstantin Komarov1-3/+16
13 daysfs/ntfs3: bound attr_off in UpdateResidentValue against data_offKonstantin Komarov1-0/+11
13 daysfs/ntfs3: bound DeleteIndexEntryAllocation memmove lengthKonstantin Komarov1-1/+15
13 daysfs/ntfs3: fix syncing wrong inode on DIRSYNC cross-directory renameZhan Xusheng1-1/+1
13 dayslockd: Plug nlm_file refcount leak on cached nlm_do_fopen() failureChuck Lever1-0/+2
13 dayslockd: Plug nlm_file leak when nlm_do_fopen() failsChuck Lever1-1/+1
13 daysjbd2: fix integer underflow in jbd2_journal_initialize_fast_commit()Junrui Luo1-0/+2
13 dayssmb: client: fix overflow in passthrough ioctl bounds checkGuangshuo Li1-2/+2