aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-04-25ocfs2: return real error code in ocfs2_dio_wr_get_blockSu Yue1-2/+0
2024-04-25vmcore: replace strncpy with strscpy_padJustin Stitt1-3/+2
2024-04-25Squashfs: remove deprecated strncpy by not copying the stringPhillip Lougher1-10/+4
2024-04-25ocfs2: fix sparse warningsHeming Zhao5-15/+16
2024-04-25ocfs2: speed up chain-list searchingHeming Zhao1-1/+1
2024-04-25ocfs2: adjust enabling place for la windowHeming Zhao2-12/+8
2024-04-25ocfs2: improve write IO performance when fragmentation is highHeming Zhao5-11/+108
2024-04-25regset: use kvzalloc() for regset_get_alloc()Douglas Anderson1-1/+1
2024-04-25fs: add kernel-doc comments to fat_parse_long()Yang Li1-0/+12
2024-04-25ocfs2: update inode ctime in ocfs2_fileattr_setSu Yue1-0/+1
2024-04-25ocfs2: correctly use ocfs2_find_next_zero_bit()Joseph Qi3-18/+9
2024-04-25proc: convert smaps_pmd_entry to use a folioMatthew Wilcox (Oracle)1-3/+5
2024-04-25proc: pass a folio to smaps_page_accumulate()Matthew Wilcox (Oracle)1-6/+5
2024-04-25proc: convert smaps_page_accumulate to use a folioMatthew Wilcox (Oracle)1-3/+4
2024-04-25proc: convert gather_stats to use a folioMatthew Wilcox (Oracle)1-6/+7
2024-04-25proc: convert smaps_account() to use a folioMatthew Wilcox (Oracle)1-7/+9
2024-04-25proc: convert clear_refs_pte_range to use a folioMatthew Wilcox (Oracle)1-8/+8
2024-04-25mm/ksm: fix ksm exec support for prctlJinjiang Tu1-0/+11
2024-04-25treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe1-5/+2
2024-04-25mm: switch mm->get_unmapped_area() to a flagRick Edgecombe3-4/+5
2024-04-25proc: refactor pde_get_unmapped_area as prepRick Edgecombe1-6/+3
2024-04-25userfaultfd: early return in dup_userfaultfd()ZhangPeng1-1/+4
2024-04-25dax: use huge_zero_folioMatthew Wilcox (Oracle)1-7/+7
2024-04-25mm: add is_huge_zero_folio()Matthew Wilcox (Oracle)1-1/+1
2024-04-25proc: rewrite stable_page_flags()Matthew Wilcox (Oracle)1-32/+37
2024-04-25mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan1-4/+1
2024-04-25mm: zswap: optimize zswap pool size trackingJohannes Weiner1-2/+1
2024-04-25Merge tag '9p-for-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/e...Linus Torvalds4-22/+56
2024-04-25NFSD: Fix nfsd4_encode_fattr4() crasherChuck Lever1-1/+1
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski58-190/+442
2024-04-25smb3: fix lock ordering potential deadlock in cifs_sync_mid_resultSteve French1-0/+3
2024-04-25smb3: missing lock when picking channelSteve French1-1/+3
2024-04-25Merge tag 'nfsd-6.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2-22/+6
2024-04-25f2fs: use helper to print zone conditionWu Bo1-14/+3
2024-04-25f2fs: fix false alarm on invalid block addressJaegeuk Kim1-4/+5
2024-04-25f2fs: clear writeback when compression failedJaegeuk Kim1-2/+38
2024-04-25btrfs: take the cleaner_mutex earlier in qgroup disableJosef Bacik2-16/+38
2024-04-25btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()Dominique Martinet1-0/+1
2024-04-25exfat: zero the reserved fields of file and stream extension dentriesYuezhang Mo1-0/+2
2024-04-25iomap: do some small logical cleanup in buffered writeZhang Yi1-5/+3
2024-04-25iomap: make iomap_write_end() return a booleanZhang Yi1-17/+31
2024-04-25iomap: use a new variable to handle the written bytes in iomap_write_iter()Zhang Yi1-16/+17
2024-04-25iomap: don't increase i_size if it's not a write operationZhang Yi1-25/+25
2024-04-25iomap: drop the write failure handles when unsharing and zeroingZhang Yi1-4/+6
2024-04-25erofs_buf: store address_space instead of inodeAl Viro6-10/+9
2024-04-24mm: support page_mapcount() on page_has_type() pagesMatthew Wilcox (Oracle)1-5/+2
2024-04-24fs: ecryptfs: replace deprecated strncpy with strscpyJustin Stitt2-23/+7
2024-04-24hfsplus: refactor copy_name to not use strncpyJustin Stitt1-12/+10
2024-04-24reiserfs: replace deprecated strncpy with scnprintfJustin Stitt1-10/+3
2024-04-24binfmt_elf_fdpic: fix /proc/<pid>/auxvMax Filippov1-46/+39