summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-11-25fs: cosmetic fixes to lru handlingMateusz Guzik
2025-11-25fs: rework I_NEW handling to operate without fencesMateusz Guzik
2025-11-25iomap: allocate s_dio_done_wq for async reads as wellChristoph Hellwig
2025-11-25iomap: fix iomap_read_end() for already uptodate foliosJoanne Koong
2025-11-25iomap: invert the polarity of IOMAP_DIO_INLINE_COMPChristoph Hellwig
2025-11-25iomap: support write completions from interrupt contextChristoph Hellwig
2025-11-25iomap: rework REQ_FUA selectionChristoph Hellwig
2025-11-25iomap: always run error completions in user contextChristoph Hellwig
2025-11-25fs, iomap: remove IOCB_DIO_CALLER_COMPChristoph Hellwig
2025-11-25iomap: use find_next_bit() for uptodate bitmap scanningJoanne Koong
2025-11-25iomap: use find_next_bit() for dirty bitmap scanningJoanne Koong
2025-11-25fs/splice.c: trivial fix: pipes -> pipe'sAskar Safin
2025-11-25fs: mark lookup_slow() as noinlineMateusz Guzik
2025-11-25fs: add predicts based on nd->depthMateusz Guzik
2025-11-25fs/namespace: fix reference leak in grab_requested_mnt_nsAndrei Vagin
2025-11-25btrfs: remove unnecessary inode key in btrfs_log_all_parents()Filipe Manana
2025-11-25btrfs: remove redundant zero/NULL initializations in btrfs_alloc_root()Filipe Manana
2025-11-25btrfs: remaining BTRFS_PATH_AUTO_FREE conversionsDavid Sterba
2025-11-25btrfs: send: do not allocate memory for xattr data when checking it existsFilipe Manana
2025-11-25btrfs: send: add unlikely to all unexpected overflow checksFilipe Manana
2025-11-25btrfs: reduce arguments to btrfs_del_inode_ref_in_log()Filipe Manana
2025-11-25btrfs: remove root argument from btrfs_del_dir_entries_in_log()Filipe Manana
2025-11-25btrfs: use test_and_set_bit() in btrfs_delayed_delete_inode_ref()Filipe Manana
2025-11-25btrfs: don't search back for dir inode item in INO_LOOKUP_USERJosef Bacik
2025-11-25btrfs: don't rewrite ret from inode_permissionJosef Bacik
2025-11-25btrfs: add orig_logical to btrfs_bio for encryptionJosef Bacik
2025-11-25btrfs: disable verity on encrypted inodesSweet Tea Dorminy
2025-11-25btrfs: disable various operations on encrypted inodesOmar Sandoval
2025-11-25btrfs: remove redundant level reset in btrfs_del_items()Sun YangKai
2025-11-25btrfs: simplify leaf traversal after path release in btrfs_next_old_leaf()Sun YangKai
2025-11-25btrfs: optimize balance_level() path reference handlingSun YangKai
2025-11-25btrfs: factor out root promotion logic into promote_child_to_root()Sun YangKai
2025-11-25btrfs: raid56: remove the "_step" infixQu Wenruo
2025-11-25btrfs: raid56: enable bs > ps supportQu Wenruo
2025-11-25btrfs: raid56: prepare finish_parity_scrub() to support bs > ps casesQu Wenruo
2025-11-25btrfs: raid56: prepare rbio_bio_add_io_paddr() to support bs > ps casesQu Wenruo
2025-11-25btrfs: raid56: prepare steal_rbio() to support bs > ps casesQu Wenruo
2025-11-25btrfs: raid56: prepare set_bio_pages_uptodate() to support bs > ps casesQu Wenruo
2025-11-25btrfs: raid56: prepare verify_bio_data_sectors() to support bs > ps casesQu Wenruo
2025-11-25btrfs: raid56: prepare verify_one_sector() to support bs > ps casesQu Wenruo
2025-11-25btrfs: raid56: prepare recover_vertical() to support bs > ps casesQu Wenruo
2025-11-25btrfs: raid56: prepare generate_pq_vertical() for bs > ps casesQu Wenruo
2025-11-25btrfs: raid56: introduce a new parameter to locate a sectorQu Wenruo
2025-11-25btrfs: raid56: add an overview for the btrfs_raid_bio structureQu Wenruo
2025-11-24hfsplus: introduce KUnit tests for HFS+ string operationsViacheslav Dubeyko
2025-11-24mm: userfaultfd: add pgtable_supports_uffd_wp()Chunyan Zhang
2025-11-24mm: softdirty: add pgtable_supports_soft_dirty()Chunyan Zhang
2025-11-24mm: eliminate further swapops predicatesLorenzo Stoakes
2025-11-24mm: remove is_hugetlb_entry_[migration, hwpoisoned]()Lorenzo Stoakes
2025-11-24mm: remove non_swap_entry() and use softleaf helpers insteadLorenzo Stoakes