summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
34 hoursksmbd: fix durable reconnect double-bind race in ksmbd_reopen_durable_fdGil Portnoy1-3/+9
34 hoursbtrfs: fix incorrect buffered IO fallback for append direct writesQu Wenruo1-1/+42
34 hoursbtrfs: fix false IO failure after falling back to buffered writeQu Wenruo4-8/+29
34 hoursbtrfs: remove folio parameter from ordered io related functionsQu Wenruo6-47/+32
34 hoursbtrfs: replace for_each_set_bit() with for_each_set_bitmap()Qu Wenruo1-10/+16
34 hoursbtrfs: concentrate the error handling of submit_one_sector()Qu Wenruo1-14/+15
34 hoursnew helper: simple_remove_by_name()Al Viro2-6/+14
34 hoursxfs: use bio_reuse in the zone GC codeChristoph Hellwig1-5/+5
34 hoursxfs: only log freed extents for the current RTG in zoned growfsChristoph Hellwig1-4/+4
34 hoursxfs: add a xfs_groups_to_rfsbs helperChristoph Hellwig4-7/+21
34 hoursxfs: initialize iomap->flags earlier in xfs_bmbt_to_iomapChristoph Hellwig1-1/+1
34 hourshfs/hfsplus: fix u32 overflow in check_and_correct_requested_lengthTristan Madani2-2/+2
34 hourshfs/hfsplus: prevent getting negative values of offset/lengthViacheslav Dubeyko12-153/+171
34 hoursproc: protect ptrace_may_access() with exec_update_lock (part 1)Jann Horn3-19/+40
34 hoursseqlock: Change do_task_stat() to use scoped_seqlock_read()Oleg Nesterov1-7/+2
34 hoursproc: protect ptrace_may_access() with exec_update_lock (FD links)Jann Horn3-89/+59
34 hoursproc: rename proc_setattr to proc_nochmod_setattrChristoph Hellwig5-19/+19
34 hoursksmbd: validate NTLMv2 response before updating session keyHaofeng Li1-4/+16
34 hoursksmbd: Use HMAC-MD5 library for NTLMv2Eric Biggers5-165/+27
34 hoursksmbd: Use HMAC-SHA256 library for message signing and key generationEric Biggers8-176/+52
34 hoursksmbd: Use SHA-512 library for SMB3.1.1 preauth hashEric Biggers5-48/+8
34 hoursksmbd: track the connection owning a byte-range lockNamjae Jeon3-8/+26
34 hoursksmbd: centralize ksmbd_conn final release to plug transport leakDaeMyung Kang5-30/+156
34 hoursksmbd: fix path resolution in ksmbd_vfs_kern_path_createDavide Ornaghi3-40/+32
34 hoursksmbd: use opener credentials for FSCTL mutationsNamjae Jeon2-7/+16
34 hourscifs: SMB1 split: Add some #includesDavid Howells2-4/+5
34 hourscifs: SMB1 split: Rename cifstransport.cDavid Howells2-1/+4
34 hoursfs/resctrl: Fix double-add of pseudo-locked region's RMID to free listReinette Chatre1-5/+7
34 hoursfs/resctrl: Free mon_data structures on rdt_get_tree() failureTony Luck1-0/+3
34 hoursorangefs: keep the readdir entry size 64-bit in fill_from_part()Bryam Vargas1-3/+4
34 hoursfhandle: reject detached mounts in capable_wrt_mount()David Lee1-1/+1
34 hoursNFS: Charge unstable writes by request size, not folio sizeBenjamin Coddington3-12/+16
34 hoursksmbd: fix integer overflow in set_file_allocation_info()Ibrahim Hashimov1-1/+14
34 hourssmb: client: use kvzalloc() for megabyte buffer in simple fallocateFredric Cover1-2/+2
34 hoursocfs2: reject non-inline dinodes with i_size and zero i_clustersMichael Bommarito1-0/+60
34 hoursocfs2: reject dinodes whose i_rdev disagrees with the file typeMichael Bommarito1-0/+55
34 hoursocfs2: reject dinodes with non-canonical i_mode typeMichael Bommarito1-2/+33
34 hoursocfs2: add journal NULL check in ocfs2_checkpoint_inode()Joseph Qi1-0/+3
34 hoursocfs2: fix UBSAN array-index-out-of-bounds in ocfs2_sum_rightmost_recIan Bridges1-0/+32
34 hoursocfs2: fix NULL h_transaction deref in ocfs2_assure_trans_creditsIan Bridges1-1/+5
34 hoursocfs2: avoid moving extents to occupied clustersKyle Zeng1-1/+3
34 hoursocfs2: use kzalloc for quota recovery bitmap allocationTristan Madani1-1/+1
34 hours9p: skip nlink update in cacheless mode to fix WARN_ONBreno Leitao1-0/+9
34 hoursfs/proc: fix KPF_KSM reported for all anonymous pagesJinjiang Tu1-1/+1
34 hoursproc: only bump parent nlink when registering directoriesKrzysztof WilczyƄski1-5/+4
34 hoursfs/proc/task_mmu: use huge_page_size() in pagemap_scan_hugetlb_entry()Kiryl Shutsemau (Meta)1-1/+1
34 hoursfs/proc/task_mmu: fix hugetlb self-deadlock in pagemap_scan_pte_hole()Kiryl Shutsemau (Meta)1-1/+58
34 hoursntfs3: fix out-of-bounds read in decompress_lzntTristan Madani1-1/+1
34 hoursntfs3: validate split-point offset in indx_insert_into_bufferMichael Bommarito1-0/+14
34 hoursntfs3: bound to_move in indx_insert_into_root before hdr_insert_headMichael Bommarito1-0/+16