summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-01-25nilfs2: do not update mtime of renamed directory that is not movedRyusuke Konishi1-7/+9
2025-01-25nilfs2: handle errors that nilfs_prepare_chunk() may returnRyusuke Konishi3-19/+27
2025-01-25nilfs2: revise the return value description style for consistency.Ryusuke Konishi7-13/+23
2025-01-25nilfs2: add missing return value kernel-doc descriptionsRyusuke Konishi14-7/+160
2025-01-25nilfs2: correct return value kernel-doc descriptions for the restRyusuke Konishi6-90/+50
2025-01-25nilfs2: correct return value kernel-doc descriptions for metadata filesRyusuke Konishi4-105/+77
2025-01-25nilfs2: correct return value kernel-doc descriptions for sufileRyusuke Konishi2-73/+45
2025-01-25nilfs2: correct return value kernel-doc descriptions for bmap functionsRyusuke Konishi2-75/+56
2025-01-25nilfs2: correct return value kernel-doc descriptions for ioctl functionsRyusuke Konishi1-137/+96
2025-01-25nilfs2: protect access to buffers with no active referencesRyusuke Konishi1-1/+3
2025-01-25nilfs2: do not force clear folio if buffer is referencedRyusuke Konishi1-4/+27
2025-01-25ocfs2: remove parameter parent_fe_bh from __ocfs2_mknod_lockedSu Yue1-4/+3
2025-01-25ocfs2: mark dquot as inactive if failed to start trans while releasing dquotSu Yue1-0/+5
2025-01-25ocfs2: check tl->count of truncate log inode in ocfs2_get_truncate_log_infoSu Yue1-0/+15
2025-01-25ocfs2: correct l_next_free_rec in online checkJulian Sun1-0/+24
2025-01-25ocfs2: check el->l_next_free_rec in ocfs2_get_clusters_nocacheJulian Sun1-0/+10
2025-01-25squashfs: convert squashfs_fill_page() to take a folioMatthew Wilcox (Oracle)2-10/+12
2025-01-25squashfs; convert squashfs_copy_cache() to take a folioMatthew Wilcox (Oracle)3-24/+28
2025-01-25squashfs: convert squashfs_readpage_block() to take a folioMatthew Wilcox (Oracle)4-11/+10
2025-01-25squashfs: pass a folio to squashfs_readpage_fragment()Matthew Wilcox (Oracle)1-4/+4
2025-01-25squashfs: use a folio throughout squashfs_read_folio()Matthew Wilcox (Oracle)1-16/+9
2025-01-25squashfs: update Kconfig informationPhillip Lougher1-3/+3
2025-01-25squashfs: don't allocate read_page cache if SQUASHFS_FILE_DIRECT configuredPhillip Lougher2-1/+7
2025-01-25squashfs: make squashfs_cache_init() return ERR_PTR(-ENOMEM)Phillip Lougher2-10/+17
2025-01-25f2fs: fix inconsistent dirty state of atomic fileJianan Huang1-0/+6
2025-01-25Merge tag 'efi-next-for-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-238/+362
2025-01-24xfs: don't call remap_verify_area with sb write protection heldChristoph Hellwig1-44/+27
2025-01-24xfs: remove an out of data comment in _xfs_buf_allocChristoph Hellwig1-5/+0
2025-01-24xfs: fix the entry condition of exact EOF block allocation optimizationJinliang Zheng1-6/+7
2025-01-24fuse: {io-uring} Make hash-list req unique finding functions non-staticBernd Schubert4-4/+14
2025-01-24fuse: Add fuse-io-uring handling into fuse_copyBernd Schubert2-1/+15
2025-01-24fuse: Make fuse_copy non staticBernd Schubert2-22/+33
2025-01-24fuse: {io-uring} Handle SQEs - register commandsBernd Schubert6-0/+467
2025-01-24fuse: make args->in_args[0] to be always the headerBernd Schubert5-27/+47
2025-01-24fuse: Move request bitsBernd Schubert2-4/+4
2025-01-24fuse: Move fuse_get_dev to header fileBernd Schubert2-9/+9
2025-01-24fuse: rename to fuse_dev_end_requests and make non-staticBernd Schubert2-6/+19
2025-01-24Merge tag 'v6.14-rc-smb3-client-fixes-part' of git://git.samba.org/sfrench/ci...Linus Torvalds25-436/+483
2025-01-24Merge tag 'v6.14-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds9-77/+50
2025-01-24Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds15-66/+327
2025-01-24btrfs: avoid starting new transaction when cleaning qgroup during subvolume dropFilipe Manana1-5/+1
2025-01-24btrfs: fix use-after-free when attempting to join an aborted transactionFilipe Manana1-1/+3
2025-01-24btrfs: do not output error message if a qgroup has been already cleaned upQu Wenruo1-1/+4
2025-01-24btrfs: fix assertion failure when splitting ordered extent after transaction ...Filipe Manana1-0/+12
2025-01-24btrfs: fix lockdep splat while merging a relocation rootFilipe Manana1-0/+2
2025-01-24Merge tag 'fs_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+5
2025-01-24Merge tag 'fsnotify_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-01-24Merge tag 'xfs-merge-6.14' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds131-1440/+10861
2025-01-23erofs: refine z_erofs_get_extent_compressedlen()Gao Xiang1-20/+16
2025-01-23Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+18