summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
5 daysext4: fix fd leak in EXT4_IOC_MOVE_EXT cross-sb validationYun Zhou1-2/+4
6 daysafs: Fix afs_dynroot_readdir() to not use the RCU read lockDavid Howells1-2/+2
6 daysafs: Fix afs_atcell_get_link() to check if ws_cell is unset firstDavid Howells1-3/+3
6 daysksmbd: fix durable reconnect double-bind race in ksmbd_reopen_durable_fdGil Portnoy1-3/+9
6 daysfscrypt: Replace mk_users keyring with simple listEric Biggers2-135/+113
6 daysfscrypt: Fix key setup in edge case with multiple data unit sizesEric Biggers4-80/+125
6 daysbtrfs: fix incorrect buffered IO fallback for append direct writesQu Wenruo1-1/+42
6 daysbtrfs: fix false IO failure after falling back to buffered writeQu Wenruo4-8/+29
6 daysexfat: preserve benign secondary entries during rename and moveRochan Avlur3-28/+116
6 daysexfat: fix incorrect directory checksum after rename to shorter nameChi Zhiling1-0/+1
6 daysexfat: move exfat_chain_set() out of __exfat_resolve_path()Yuezhang Mo1-34/+26
6 daysexfat: add exfat_get_dentry_set_by_ei() helperYuezhang Mo3-36/+21
6 daysexfat: rename argument name for exfat_move_file and exfat_rename_fileYuezhang Mo1-12/+12
6 daysexfat: remove unnecessary read entry in __exfat_rename()Yuezhang Mo1-16/+4
6 daysbtrfs: check and set EXTENT_DELALLOC_NEW before clearing EXTENT_DELALLOCQu Wenruo4-34/+57
6 daysbtrfs: remove the COW fixup mechanismQu Wenruo5-216/+12
6 daysbtrfs: remove folio parameter from ordered io related functionsQu Wenruo6-45/+30
6 daysbtrfs: replace for_each_set_bit() with for_each_set_bitmap()Qu Wenruo1-10/+16
6 daysbtrfs: concentrate the error handling of submit_one_sector()Qu Wenruo1-18/+28
6 dayshfs/hfsplus: fix u32 overflow in check_and_correct_requested_lengthTristan Madani2-2/+2
6 dayshfs/hfsplus: prevent getting negative values of offset/lengthViacheslav Dubeyko12-153/+171
6 daysproc: protect ptrace_may_access() with exec_update_lock (part 1)Jann Horn3-19/+40
6 daysseqlock: Change do_task_stat() to use scoped_seqlock_read()Oleg Nesterov1-7/+2
6 daysproc: protect ptrace_may_access() with exec_update_lock (FD links)Jann Horn3-89/+59
6 daysproc: rename proc_setattr to proc_nochmod_setattrChristoph Hellwig5-19/+19
6 daysksmbd: track the connection owning a byte-range lockNamjae Jeon3-8/+26
6 daysksmbd: centralize ksmbd_conn final release to plug transport leakDaeMyung Kang5-30/+156
6 daysksmbd: use opener credentials for FSCTL mutationsNamjae Jeon2-7/+16
6 daysksmbd: fix path resolution in ksmbd_vfs_kern_path_createDavide Ornaghi3-40/+30
6 daysvfs: make LAST_XXX private to fs/namei.cJori Koolstra2-16/+19
6 daysksmbd_vfs_rename(): vfs_path_parent_lookup() accepts ERR_PTR() as nameAl Viro1-5/+0
6 dayssmb: client: resolve SWN tcon from live registrationsMichael Bommarito2-54/+262
6 dayssmb: client: Improve unlocking of a mutex in cifs_get_swn_reg()Markus Elfring1-7/+6
6 daysorangefs: keep the readdir entry size 64-bit in fill_from_part()Bryam Vargas1-3/+4
6 daysfhandle: reject detached mounts in capable_wrt_mount()David Lee1-1/+1
6 daysNFS: Charge unstable writes by request size, not folio sizeBenjamin Coddington3-12/+16
6 daysksmbd: fix integer overflow in set_file_allocation_info()Ibrahim Hashimov1-1/+14
6 dayssmb: client: use kvzalloc() for megabyte buffer in simple fallocateFredric Cover1-2/+2
6 daysocfs2: reject non-inline dinodes with i_size and zero i_clustersMichael Bommarito1-0/+60
6 daysocfs2: reject dinodes whose i_rdev disagrees with the file typeMichael Bommarito1-0/+55
6 daysocfs2: reject dinodes with non-canonical i_mode typeMichael Bommarito1-2/+33
6 daysocfs2: add journal NULL check in ocfs2_checkpoint_inode()Joseph Qi1-0/+3
6 daysocfs2: fix NULL h_transaction deref in ocfs2_assure_trans_creditsIan Bridges1-1/+5
6 daysocfs2: avoid moving extents to occupied clustersKyle Zeng1-1/+3
6 daysocfs2: use kzalloc for quota recovery bitmap allocationTristan Madani1-1/+1
6 days9p: skip nlink update in cacheless mode to fix WARN_ONBreno Leitao1-0/+9
6 daysproc: only bump parent nlink when registering directoriesKrzysztof WilczyƄski1-5/+4
6 daysfs/proc/task_mmu: use huge_page_size() in pagemap_scan_hugetlb_entry()Kiryl Shutsemau (Meta)1-1/+1
6 daysfs/proc/task_mmu: fix hugetlb self-deadlock in pagemap_scan_pte_hole()Kiryl Shutsemau (Meta)1-1/+58
6 daysntfs3: fix out-of-bounds read in decompress_lzntTristan Madani1-1/+1