summaryrefslogtreecommitdiff
path: root/fs/btrfs/btrfs_inode.h
AgeCommit message (Expand)Author
2025-11-24btrfs: make read verification handle bs > ps cases without large foliosQu Wenruo
2025-11-24btrfs: make btrfs_csum_one_bio() handle bs > ps without large foliosQu Wenruo
2025-11-24btrfs: move and rename CSUM_FMT definitionDavid Sterba
2025-11-24btrfs: headers cleanup to remove unnecessary local includesQu Wenruo
2025-09-30Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-23btrfs: cache max and min order inside btrfs_fs_infoQu Wenruo
2025-09-23btrfs: introduce btrfs_bio_for_each_block() helperQu Wenruo
2025-09-23btrfs: concentrate highmem handling for data verificationQu Wenruo
2025-09-22btrfs: convert several int parameters to boolDavid Sterba
2025-08-22btrfs: fix race between setting last_dir_index_offset and inode loggingFilipe Manana
2025-08-21btrfs: move verity info pointer to fs-specific part of inodeEric Biggers
2025-07-22btrfs: enable large data folios for data reloc inodeQu Wenruo
2025-07-21btrfs: enable large data folio support under CONFIG_BTRFS_EXPERIMENTALQu Wenruo
2025-05-15btrfs: handle unaligned EOF truncation correctly for subpage casesQu Wenruo
2025-05-15btrfs: move kmapping out of btrfs_check_sector_csum()Christoph Hellwig
2025-03-18btrfs: make btrfs_iget_path() return a btrfs inode insteadFilipe Manana
2025-03-18btrfs: make btrfs_iget() return a btrfs inode insteadFilipe Manana
2025-03-18btrfs: defrag: extend ioctl to accept compression levelsDaniel Vacek
2025-03-18btrfs: pass struct btrfs_inode to can_nocow_extent()David Sterba
2025-03-18btrfs: expose per-inode stable writes flagQu Wenruo
2025-01-13btrfs: remove no longer needed strict argument from can_nocow_extent()Filipe Manana
2024-11-11btrfs: add io_uring command for encoded reads (ENCODED_READ ioctl)Mark Harmstone
2024-11-11btrfs: change btrfs_encoded_read() so that reading of extent is done by callerMark Harmstone
2024-11-11btrfs: drop unused parameter file_offset from btrfs_encoded_read_regular_fill...David Sterba
2024-11-11btrfs: remove btrfs_set_range_writeback()Qu Wenruo
2024-09-17btrfs: fix race setting file private on concurrent lseek using same fdFilipe Manana
2024-09-10btrfs: rework BTRFS_I as macro to preserve parameter constDavid Sterba
2024-09-10btrfs: add and use helper to verify the calling task has locked the inodeFilipe Manana
2024-09-10btrfs: convert btrfs_get_extent() to take a folioJosef Bacik
2024-09-10btrfs: convert btrfs_writepage_cow_fixup() to use folioJosef Bacik
2024-09-10btrfs: convert btrfs_run_delalloc_range() to take a folioJosef Bacik
2024-07-11btrfs: move the direct IO code into its own fileFilipe Manana
2024-07-11btrfs: pass a btrfs_inode to is_data_inode()David Sterba
2024-07-11btrfs: remove super block argument from btrfs_iget_path()Filipe Manana
2024-07-11btrfs: remove super block argument from btrfs_iget()Filipe Manana
2024-07-11btrfs: constify pointer parameters where applicableDavid Sterba
2024-07-11btrfs: cleanup recursive include of the same headerQu Wenruo
2024-07-11btrfs: cleanup duplicated parameters related to btrfs_alloc_ordered_extentQu Wenruo
2024-07-11btrfs: cleanup duplicated parameters related to can_nocow_file_extent_argsQu Wenruo
2024-07-11btrfs: remove extent_map::orig_start memberQu Wenruo
2024-07-11btrfs: export the expected file extent through can_nocow_extent()Qu Wenruo
2024-07-11btrfs: remove objectid from struct btrfs_inode on 64 bits platformsFilipe Manana
2024-07-11btrfs: remove location key from struct btrfs_inodeFilipe Manana
2024-07-11btrfs: unify index_cnt and csum_bytes from struct btrfs_inodeFilipe Manana
2024-07-11btrfs: use an xarray to track open inodes in a rootFilipe Manana
2024-05-28btrfs: ensure fast fsync waits for ordered extents after a write failureFilipe Manana
2024-05-07btrfs: update comment for btrfs_set_inode_full_sync() about lockingFilipe Manana
2024-05-07btrfs: export find_next_inode() as btrfs_find_first_inode()Filipe Manana
2024-05-07btrfs: move btrfs_page_mkwrite() from inode.c into file.cFilipe Manana