summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
3 daysmm: refactor mm_access() to not return NULLLorenzo Stoakes
7 daysext4: fix fd leak in EXT4_IOC_MOVE_EXT cross-sb validationYun Zhou
8 daysafs: Fix afs_dynroot_readdir() to not use the RCU read lockDavid Howells
8 daysafs: Fix afs_atcell_get_link() to check if ws_cell is unset firstDavid Howells
8 daysksmbd: fix durable reconnect double-bind race in ksmbd_reopen_durable_fdGil Portnoy
8 daysfscrypt: Replace mk_users keyring with simple listEric Biggers
8 daysfscrypt: Fix key setup in edge case with multiple data unit sizesEric Biggers
8 daysbtrfs: fix incorrect buffered IO fallback for append direct writesQu Wenruo
8 daysbtrfs: fix false IO failure after falling back to buffered writeQu Wenruo
8 daysexfat: preserve benign secondary entries during rename and moveRochan Avlur
8 daysexfat: fix incorrect directory checksum after rename to shorter nameChi Zhiling
8 daysexfat: move exfat_chain_set() out of __exfat_resolve_path()Yuezhang Mo
8 daysexfat: add exfat_get_dentry_set_by_ei() helperYuezhang Mo
8 daysexfat: rename argument name for exfat_move_file and exfat_rename_fileYuezhang Mo
8 daysexfat: remove unnecessary read entry in __exfat_rename()Yuezhang Mo
8 daysbtrfs: check and set EXTENT_DELALLOC_NEW before clearing EXTENT_DELALLOCQu Wenruo
8 daysbtrfs: remove the COW fixup mechanismQu Wenruo
8 daysbtrfs: remove folio parameter from ordered io related functionsQu Wenruo
8 daysbtrfs: replace for_each_set_bit() with for_each_set_bitmap()Qu Wenruo
8 daysbtrfs: concentrate the error handling of submit_one_sector()Qu Wenruo
8 dayshfs/hfsplus: fix u32 overflow in check_and_correct_requested_lengthTristan Madani
8 dayshfs/hfsplus: prevent getting negative values of offset/lengthViacheslav Dubeyko
8 daysproc: protect ptrace_may_access() with exec_update_lock (part 1)Jann Horn
8 daysseqlock: Change do_task_stat() to use scoped_seqlock_read()Oleg Nesterov
8 daysproc: protect ptrace_may_access() with exec_update_lock (FD links)Jann Horn
8 daysproc: rename proc_setattr to proc_nochmod_setattrChristoph Hellwig
8 daysksmbd: track the connection owning a byte-range lockNamjae Jeon
8 daysksmbd: centralize ksmbd_conn final release to plug transport leakDaeMyung Kang
8 daysksmbd: use opener credentials for FSCTL mutationsNamjae Jeon
8 daysksmbd: fix path resolution in ksmbd_vfs_kern_path_createDavide Ornaghi
8 daysvfs: make LAST_XXX private to fs/namei.cJori Koolstra
8 daysksmbd_vfs_rename(): vfs_path_parent_lookup() accepts ERR_PTR() as nameAl Viro
8 dayssmb: client: resolve SWN tcon from live registrationsMichael Bommarito
8 dayssmb: client: Improve unlocking of a mutex in cifs_get_swn_reg()Markus Elfring
8 daysorangefs: keep the readdir entry size 64-bit in fill_from_part()Bryam Vargas
8 daysfhandle: reject detached mounts in capable_wrt_mount()David Lee
8 daysNFS: Charge unstable writes by request size, not folio sizeBenjamin Coddington
8 daysksmbd: fix integer overflow in set_file_allocation_info()Ibrahim Hashimov
8 dayssmb: client: use kvzalloc() for megabyte buffer in simple fallocateFredric Cover
8 daysocfs2: reject non-inline dinodes with i_size and zero i_clustersMichael Bommarito
8 daysocfs2: reject dinodes whose i_rdev disagrees with the file typeMichael Bommarito
8 daysocfs2: reject dinodes with non-canonical i_mode typeMichael Bommarito
8 daysocfs2: add journal NULL check in ocfs2_checkpoint_inode()Joseph Qi
8 daysocfs2: fix NULL h_transaction deref in ocfs2_assure_trans_creditsIan Bridges
8 daysocfs2: avoid moving extents to occupied clustersKyle Zeng
8 daysocfs2: use kzalloc for quota recovery bitmap allocationTristan Madani
8 days9p: skip nlink update in cacheless mode to fix WARN_ONBreno Leitao
8 daysproc: only bump parent nlink when registering directoriesKrzysztof WilczyƄski
8 daysfs/proc/task_mmu: use huge_page_size() in pagemap_scan_hugetlb_entry()Kiryl Shutsemau (Meta)
8 daysfs/proc/task_mmu: fix hugetlb self-deadlock in pagemap_scan_pte_hole()Kiryl Shutsemau (Meta)