summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-01-24nilfs2: correct return value kernel-doc descriptions for sufileRyusuke Konishi
2025-01-24nilfs2: correct return value kernel-doc descriptions for bmap functionsRyusuke Konishi
2025-01-24nilfs2: correct return value kernel-doc descriptions for ioctl functionsRyusuke Konishi
2025-01-24nilfs2: protect access to buffers with no active referencesRyusuke Konishi
2025-01-24nilfs2: do not force clear folio if buffer is referencedRyusuke Konishi
2025-01-24ocfs2: remove parameter parent_fe_bh from __ocfs2_mknod_lockedSu Yue
2025-01-24ocfs2: mark dquot as inactive if failed to start trans while releasing dquotSu Yue
2025-01-24ocfs2: check tl->count of truncate log inode in ocfs2_get_truncate_log_infoSu Yue
2025-01-24ocfs2: correct l_next_free_rec in online checkJulian Sun
2025-01-24ocfs2: check el->l_next_free_rec in ocfs2_get_clusters_nocacheJulian Sun
2025-01-24squashfs: convert squashfs_fill_page() to take a folioMatthew Wilcox (Oracle)
2025-01-24squashfs; convert squashfs_copy_cache() to take a folioMatthew Wilcox (Oracle)
2025-01-24squashfs: convert squashfs_readpage_block() to take a folioMatthew Wilcox (Oracle)
2025-01-24squashfs: pass a folio to squashfs_readpage_fragment()Matthew Wilcox (Oracle)
2025-01-24squashfs: use a folio throughout squashfs_read_folio()Matthew Wilcox (Oracle)
2025-01-24squashfs: update Kconfig informationPhillip Lougher
2025-01-24squashfs: don't allocate read_page cache if SQUASHFS_FILE_DIRECT configuredPhillip Lougher
2025-01-24squashfs: make squashfs_cache_init() return ERR_PTR(-ENOMEM)Phillip Lougher
2025-01-25f2fs: fix inconsistent dirty state of atomic fileJianan Huang
2025-01-24Merge tag 'efi-next-for-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-24xfs: don't call remap_verify_area with sb write protection heldChristoph Hellwig
2025-01-24xfs: remove an out of data comment in _xfs_buf_allocChristoph Hellwig
2025-01-24xfs: fix the entry condition of exact EOF block allocation optimizationJinliang Zheng
2025-01-24fuse: {io-uring} Make hash-list req unique finding functions non-staticBernd Schubert
2025-01-24fuse: Add fuse-io-uring handling into fuse_copyBernd Schubert
2025-01-24fuse: Make fuse_copy non staticBernd Schubert
2025-01-24fuse: {io-uring} Handle SQEs - register commandsBernd Schubert
2025-01-24fuse: make args->in_args[0] to be always the headerBernd Schubert
2025-01-24fuse: Move request bitsBernd Schubert
2025-01-24fuse: Move fuse_get_dev to header fileBernd Schubert
2025-01-24fuse: rename to fuse_dev_end_requests and make non-staticBernd Schubert
2025-01-23Merge tag 'v6.14-rc-smb3-client-fixes-part' of git://git.samba.org/sfrench/ci...Linus Torvalds
2025-01-23Merge tag 'v6.14-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-01-23Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-23btrfs: avoid starting new transaction when cleaning qgroup during subvolume dropFilipe Manana
2025-01-23btrfs: fix use-after-free when attempting to join an aborted transactionFilipe Manana
2025-01-23btrfs: do not output error message if a qgroup has been already cleaned upQu Wenruo
2025-01-23btrfs: fix assertion failure when splitting ordered extent after transaction ...Filipe Manana
2025-01-23btrfs: fix lockdep splat while merging a relocation rootFilipe Manana
2025-01-23Merge tag 'fs_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-01-23Merge tag 'fsnotify_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-01-23Merge tag 'xfs-merge-6.14' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-01-23erofs: refine z_erofs_get_extent_compressedlen()Gao Xiang
2025-01-22Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-01-22Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-01-22smb: client: handle lack of EA support in smb2_query_path_info()Paulo Alcantara
2025-01-22smb: client: don't check for @leaf_fullpath in match_server()Paulo Alcantara
2025-01-22smb: client: get rid of TCP_Server_Info::refpath_lockPaulo Alcantara
2025-01-22f2fs: fix to avoid changing 'check only' behaior of recoveryZhiguo Niu
2025-01-22f2fs: Clean up the loop outside of f2fs_invalidate_blocks()Yi Sun