summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-04-28f2fs: Convert __get_meta_page() to __get_meta_folio()Matthew Wilcox (Oracle)
2025-04-28f2fs: Pass a folio to f2fs_submit_merged_ipu_write()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use f2fs_folio_wait_writeback()Matthew Wilcox (Oracle)
2025-04-28f2fs: Convert __f2fs_write_meta_page() to __f2fs_write_meta_folio()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use a folio in commit_checkpoint()Matthew Wilcox (Oracle)
2025-04-28f2fs: Add f2fs_grab_meta_folio()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use a folio in f2fs_quota_read()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use a folio in move_data_block()Matthew Wilcox (Oracle)
2025-04-28f2fs: Remove access to page->mapping in f2fs_is_cp_guaranteed()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use a folio in add_ipu_page()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use bio_for_each_folio_all() in __has_merged_page()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use F2FS_P_SB() in f2fs_is_compressed_page()Matthew Wilcox (Oracle)
2025-04-28f2fs: Introduce fio_inode()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use a folio in f2fs_write_raw_pages()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use a folio in f2fs_compress_free_page()Matthew Wilcox (Oracle)
2025-04-28xfs: stop using set_blocksizeDarrick J. Wong
2025-04-28fs/ntfs3: Add missing direct_IO in ntfs_aops_cmprLizhi Xu
2025-04-28fs/ntfs3: handle hdr_first_de() return valueAndrey Vatoropin
2025-04-28fs/ntfs3: Drop redundant NULL checkAndrey Vatoropin
2025-04-28omfs: convert to new mount APIPavel Reichl
2025-04-28fs/xattr.c: fix simple_xattr_list to always include security.* xattrsStephen Smalley
2025-04-28Merge 6.15-rc4 into driver-core-nextGreg Kroah-Hartman
2025-04-27nfs: nfs3acl: drop useless assignment in nfs3_get_acl()Sergey Shtylyov
2025-04-27nfs: direct: drop useless initializer in nfs_direct_write_completion()Sergey Shtylyov
2025-04-27nfs: move the nfs4_data_server_cache into struct nfs_netJeff Layton
2025-04-27nfs: don't share pNFS DS connections between net namespacesJeff Layton
2025-04-27nfs: handle failure of nfs_get_lock_context in unlock pathLi Lingfeng
2025-04-27pNFS/flexfiles: Record the RPC errors in the I/O tracepointsTrond Myklebust
2025-04-27NFSv4/pnfs: Layoutreturn on close must handle fatal networking errorsTrond Myklebust
2025-04-27NFSv4: Handle fatal ENETDOWN and ENETUNREACH errorsTrond Myklebust
2025-04-26pidfs: get rid of __pidfd_prepare()Christian Brauner
2025-04-26pidfs: register pid in pidfsChristian Brauner
2025-04-25ksmbd: fix use-after-free in session logoffSean Heelan
2025-04-25ksmbd: fix use-after-free in kerberos authenticationSean Heelan
2025-04-25Merge tag 'vfs-6.15-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-04-25Merge tag 'ceph-for-6.15-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds
2025-04-25Merge tag 'xfs-fixes-6.15-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-04-25Merge tag 'bcachefs-2025-04-24' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-04-25kernfs: switch global kernfs_rename_lock to per-fs lockJinliang Zheng
2025-04-25kernfs: switch global kernfs_idr_lock to per-fs lockJinliang Zheng
2025-04-25fs/xattr: Fix handling of AT_FDCWD in setxattrat(2) and getxattrat(2)Jan Kara
2025-04-25splice: remove duplicate noinline from pipe_clear_nowaitT.J. Mercier
2025-04-24bcachefs: Rework fiemap transaction restart handlingKent Overstreet
2025-04-24bcachefs: add fiemap delalloc extent detectionBrian Foster
2025-04-24bcachefs: refactor fiemap processing into extent helper and structBrian Foster
2025-04-24bcachefs: track current fiemap offset in start variableBrian Foster
2025-04-24bcachefs: drop duplicate fiemap sync flagBrian Foster
2025-04-24bcachefs: Fix btree_iter_peek_prev() at end of inodeKent Overstreet
2025-04-24bcachefs: Make btree_iter_peek_prev() assert more preciseKent Overstreet
2025-04-24bcachefs: Unit test fixesKent Overstreet