summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-03-20iomap: rework IOMAP atomic flagsJohn Garry
2025-03-20iomap: comment on atomic write checks in iomap_dio_bio_iter()John Garry
2025-03-20iomap: inline iomap_dio_bio_opflags()John Garry
2025-03-20libfs: Fix duplicate directory entry in offset_dir_lookupYongjian Sun
2025-03-20fs: call inode_sb_list_add() outside of inode hash lockMateusz Guzik
2025-03-20fs: tidy up do_sys_openat2() with likely/unlikelyMateusz Guzik
2025-03-20fs: reduce work in fdget_pos()Mateusz Guzik
2025-03-19sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditionalIngo Molnar
2025-03-19pidfs: ensure that PIDFS_INFO_EXIT is availableChristian Brauner
2025-03-19fs: predict not reaching the limit in alloc_empty_file()Mateusz Guzik
2025-03-19iomap: fix inline data on buffered readGao Xiang
2025-03-19fuse: fix possible deadlock if rings are never initializedLuis Henriques
2025-03-19netfs: Fix netfs_unbuffered_read() to return ssize_t rather than intDavid Howells
2025-03-19netfs: Fix rolling_buffer_load_from_ra() to not clear mark bitsDavid Howells
2025-03-19netfs: Call `invalidate_cache` only if implementedMax Kellermann
2025-03-19netfs: Fix collection of results during pause when collection offloadedDavid Howells
2025-03-19fs: load the ->i_sb pointer once in inode_sb_list_{add,del}Mateusz Guzik
2025-03-19fuse: fix uring race condition for null dereference of fcJoanne Koong
2025-03-19afs: Fix afs_atcell_get_link() to check if ws_cell is unset firstDavid Howells
2025-03-19umount: Allow superblock owners to force umountTrond Myklebust
2025-03-18orangefs: Bufmap deadcodingDr. David Alan Gilbert
2025-03-18btrfs: zoned: fix zone finishing with missing devicesJohannes Thumshirn
2025-03-18btrfs: zoned: fix zone activation with missing devicesJohannes Thumshirn
2025-03-18btrfs: remove end_no_trans label from btrfs_log_inode_parent()Filipe Manana
2025-03-18btrfs: simplify condition for logging new dentries at btrfs_log_inode_parent()Filipe Manana
2025-03-18btrfs: remove redundant else statement from btrfs_log_inode_parent()Filipe Manana
2025-03-18btrfs: use memcmp_extent_buffer() at replay_one_extent()Filipe Manana
2025-03-18btrfs: update outdated comment for overwrite_item()Filipe Manana
2025-03-18btrfs: use variables to store extent buffer and slot at overwrite_item()Filipe Manana
2025-03-18btrfs: avoid unnecessary memory allocation and copy at overwrite_item()Filipe Manana
2025-03-18btrfs: don't clobber ret in btrfs_validate_super()Mark Harmstone
2025-03-18btrfs: prepare btrfs_page_mkwrite() for large foliosQu Wenruo
2025-03-18btrfs: prepare extent_io.c for future large folio supportQu Wenruo
2025-03-18btrfs: prepare btrfs_launcher_folio() for large folios supportQu Wenruo
2025-03-18btrfs: replace PAGE_SIZE with folio_size for subpage.[ch]Qu Wenruo
2025-03-18btrfs: add a size parameter to btrfs_alloc_subpage()Qu Wenruo
2025-03-18btrfs: subpage: make btrfs_is_subpage() check against a folioQu Wenruo
2025-03-18btrfs: add extra warning if delayed iput is added when it's not allowedQu Wenruo
2025-03-18btrfs: avoid redundant path slot assignment in btrfs_search_forward()Sun YangKai
2025-03-18btrfs: remove unnecessary btrfs_key local variable in btrfs_search_forward()Sun YangKai
2025-03-18btrfs: simplify the return value handling in search_ioctl()Sun YangKai
2025-03-18btrfs: tests: fix chunk map leak after failure to add it to the treeFilipe Manana
2025-03-18btrfs: codify pattern for adding block_group to bg_listBoris Burkov
2025-03-18btrfs: explicitly ref count block_group on new_bgs listBoris Burkov
2025-03-18btrfs: make btrfs_discard_workfn() block_group ref explicitBoris Burkov
2025-03-18btrfs: harden block_group::bg_list against list_del() racesBoris Burkov
2025-03-18btrfs: fix block group refcount race in btrfs_create_pending_block_groups()Boris Burkov
2025-03-18btrfs: remove unnecessary fs_info argument from btrfs_add_block_group_cache()Filipe Manana
2025-03-18btrfs: remove unnecessary fs_info argument from delete_block_group_cache()Filipe Manana
2025-03-18btrfs: remove unnecessary fs_info argument from create_reloc_inode()Filipe Manana