Age | Commit message (Expand) | Author |
2022-09-26 | btrfs: use a runtime flag to indicate an inode is a free space inode | Josef Bacik |
2022-09-26 | btrfs: open code and remove btrfs_insert_inode_hash helper | Josef Bacik |
2022-09-26 | btrfs: open code and remove btrfs_inode_sectorsize helper | Josef Bacik |
2022-09-26 | btrfs: convert the io_failure_tree to a plain rb_tree | Josef Bacik |
2022-07-25 | btrfs: add optimized btrfs_ino() version for 64 bits systems | Filipe Manana |
2022-07-25 | btrfs: set the objectid of the btree inode's location key | Filipe Manana |
2022-07-25 | btrfs: remove the inode cache check at btrfs_is_free_space_inode() | Filipe Manana |
2022-05-16 | btrfs: move struct btrfs_dio_private to inode.c | Christoph Hellwig |
2022-05-16 | btrfs: remove the disk_bytenr in struct btrfs_dio_private | Christoph Hellwig |
2022-04-27 | btrfs: export a helper for compression hard check | Chung-Chiang Cheng |
2022-03-14 | btrfs: reset last_reflink_trans after fsyncing inode | Filipe Manana |
2022-03-14 | btrfs: put initial index value of a directory in a constant | Filipe Manana |
2022-01-03 | btrfs: only copy dir index keys when logging a directory | Filipe Manana |
2021-10-26 | btrfs: rename btrfs_dio_private::logical_offset to file_offset | Qu Wenruo |
2021-10-26 | btrfs: keep track of the last logged keys when logging a directory | Filipe Manana |
2021-08-23 | btrfs: initial fsverity support | Boris Burkov |
2021-08-23 | btrfs: add ro compat flags to inodes | Boris Burkov |
2021-04-19 | btrfs: remove stale comment and logic from btrfs_inode_in_log() | Filipe Manana |
2021-04-19 | btrfs: fix race between marking inode needs to be logged and log syncing | Filipe Manana |
2021-04-19 | btrfs: add a i_mmap_lock to our inode | Josef Bacik |
2021-02-08 | btrfs: make btrfs_dio_private::bytes u32 | Qu Wenruo |
2020-12-18 | btrfs: fix deadlock when cloning inline extent and low on free metadata space | Filipe Manana |
2020-12-08 | btrfs: skip unnecessary searches for xattrs when logging an inode | Filipe Manana |
2020-12-08 | btrfs: update the number of bytes used by an inode atomically | Filipe Manana |
2020-12-08 | btrfs: switch cached fs_info::csum_size from u16 to u32 | David Sterba |
2020-12-08 | btrfs: use cached value of fs_info::csum_size everywhere | David Sterba |
2020-12-08 | btrfs: remove btrfs_inode::dio_sem | Goldwyn Rodrigues |
2020-10-07 | btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flag | Nikolay Borisov |
2020-10-07 | btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK | Goldwyn Rodrigues |
2020-10-07 | btrfs: convert btrfs_inode_sectorsize to take btrfs_inode | Nikolay Borisov |
2020-10-07 | btrfs: make fast fsyncs wait only for writeback | Filipe Manana |
2020-07-27 | btrfs: reduce contention on log trees when logging checksums | Filipe Manana |
2020-06-09 | Revert "btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK" | David Sterba |
2020-05-28 | btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK | Goldwyn Rodrigues |
2020-05-25 | btrfs: get rid of one layer of bios in direct I/O | Omar Sandoval |
2020-05-25 | btrfs: put direct I/O checksums in btrfs_dio_private instead of bio | Omar Sandoval |
2020-05-25 | btrfs: convert btrfs_dio_private->pending_bios to refcount_t | Omar Sandoval |
2020-05-25 | btrfs: remove unused btrfs_dio_private::private | Omar Sandoval |
2020-03-23 | btrfs: introduce per-inode file extent tree | Josef Bacik |
2019-11-18 | Btrfs: remove unnecessary delalloc mutex for inodes | Filipe Manana |
2019-07-01 | btrfs: remove assumption about csum type form btrfs_print_data_csum_error() | Johannes Thumshirn |
2019-07-01 | btrfs: format checksums according to type for printing | Johannes Thumshirn |
2019-04-29 | Btrfs: improve performance on fsync of files with multiple hardlinks | Filipe Manana |
2019-04-29 | btrfs: use common file type conversion | Phillip Potter |
2018-12-17 | Btrfs: fix fsync of files with multiple hard links in new directories | Filipe Manana |
2018-12-17 | btrfs: drop extra enum initialization where using defaults | David Sterba |
2018-12-17 | btrfs: use tagged writepage to mitigate livelock of snapshot | Ethan Lien |
2018-12-17 | btrfs: Add function to distinguish between data and btree inode | Nikolay Borisov |
2018-10-15 | btrfs: Remove 'objectid' member from struct btrfs_root | Misono Tomohiro |
2018-08-06 | btrfs: use timespec64 for i_otime | Arnd Bergmann |