| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-24 | btrfs: make read verification handle bs > ps cases without large folios | Qu Wenruo | 1 | -1/+1 |
| 2025-11-24 | btrfs: make btrfs_csum_one_bio() handle bs > ps without large folios | Qu Wenruo | 1 | -2/+4 |
| 2025-11-24 | btrfs: move and rename CSUM_FMT definition | David Sterba | 1 | -4/+0 |
| 2025-11-24 | btrfs: headers cleanup to remove unnecessary local includes | Qu Wenruo | 1 | -4/+4 |
| 2025-09-30 | Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 1 | -7/+9 |
| 2025-09-29 | Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+5 |
| 2025-09-23 | btrfs: cache max and min order inside btrfs_fs_info | Qu Wenruo | 1 | -3/+3 |
| 2025-09-23 | btrfs: introduce btrfs_bio_for_each_block() helper | Qu Wenruo | 1 | -0/+2 |
| 2025-09-23 | btrfs: concentrate highmem handling for data verification | Qu Wenruo | 1 | -3/+3 |
| 2025-09-22 | btrfs: convert several int parameters to bool | David Sterba | 1 | -1/+1 |
| 2025-08-22 | btrfs: fix race between setting last_dir_index_offset and inode logging | Filipe Manana | 1 | -1/+1 |
| 2025-08-21 | btrfs: move verity info pointer to fs-specific part of inode | Eric Biggers | 1 | -0/+5 |
| 2025-07-22 | btrfs: enable large data folios for data reloc inode | Qu Wenruo | 1 | -4/+0 |
| 2025-07-21 | btrfs: enable large data folio support under CONFIG_BTRFS_EXPERIMENTAL | Qu Wenruo | 1 | -0/+17 |
| 2025-05-15 | btrfs: handle unaligned EOF truncation correctly for subpage cases | Qu Wenruo | 1 | -2/+1 |
| 2025-05-15 | btrfs: move kmapping out of btrfs_check_sector_csum() | Christoph Hellwig | 1 | -2/+2 |
| 2025-03-18 | btrfs: make btrfs_iget_path() return a btrfs inode instead | Filipe Manana | 1 | -2/+2 |
| 2025-03-18 | btrfs: make btrfs_iget() return a btrfs inode instead | Filipe Manana | 1 | -1/+1 |
| 2025-03-18 | btrfs: defrag: extend ioctl to accept compression levels | Daniel Vacek | 1 | -0/+1 |
| 2025-03-18 | btrfs: pass struct btrfs_inode to can_nocow_extent() | David Sterba | 1 | -1/+1 |
| 2025-03-18 | btrfs: expose per-inode stable writes flag | Qu Wenruo | 1 | -0/+8 |
| 2025-01-13 | btrfs: remove no longer needed strict argument from can_nocow_extent() | Filipe Manana | 1 | -1/+1 |
| 2024-11-11 | btrfs: add io_uring command for encoded reads (ENCODED_READ ioctl) | Mark Harmstone | 1 | -1/+1 |
| 2024-11-11 | btrfs: change btrfs_encoded_read() so that reading of extent is done by caller | Mark Harmstone | 1 | -1/+8 |
| 2024-11-11 | btrfs: drop unused parameter file_offset from btrfs_encoded_read_regular_fill... | David Sterba | 1 | -2/+1 |
| 2024-11-11 | btrfs: remove btrfs_set_range_writeback() | Qu Wenruo | 1 | -1/+0 |
| 2024-09-17 | btrfs: fix race setting file private on concurrent lseek using same fd | Filipe Manana | 1 | -0/+1 |
| 2024-09-10 | btrfs: rework BTRFS_I as macro to preserve parameter const | David Sterba | 1 | -4/+6 |
| 2024-09-10 | btrfs: add and use helper to verify the calling task has locked the inode | Filipe Manana | 1 | -0/+8 |
| 2024-09-10 | btrfs: convert btrfs_get_extent() to take a folio | Josef Bacik | 1 | -1/+1 |
| 2024-09-10 | btrfs: convert btrfs_writepage_cow_fixup() to use folio | Josef Bacik | 1 | -1/+1 |
| 2024-09-10 | btrfs: convert btrfs_run_delalloc_range() to take a folio | Josef Bacik | 1 | -1/+1 |
| 2024-07-11 | btrfs: move the direct IO code into its own file | Filipe Manana | 1 | -4/+5 |
| 2024-07-11 | btrfs: pass a btrfs_inode to is_data_inode() | David Sterba | 1 | -2/+2 |
| 2024-07-11 | btrfs: remove super block argument from btrfs_iget_path() | Filipe Manana | 1 | -2/+2 |
| 2024-07-11 | btrfs: remove super block argument from btrfs_iget() | Filipe Manana | 1 | -1/+1 |
| 2024-07-11 | btrfs: constify pointer parameters where applicable | David Sterba | 1 | -2/+2 |
| 2024-07-11 | btrfs: cleanup recursive include of the same header | Qu Wenruo | 1 | -1/+0 |
| 2024-07-11 | btrfs: cleanup duplicated parameters related to btrfs_alloc_ordered_extent | Qu Wenruo | 1 | -13/+0 |
| 2024-07-11 | btrfs: cleanup duplicated parameters related to can_nocow_file_extent_args | Qu Wenruo | 1 | -2/+1 |
| 2024-07-11 | btrfs: remove extent_map::orig_start member | Qu Wenruo | 1 | -1/+1 |
| 2024-07-11 | btrfs: export the expected file extent through can_nocow_extent() | Qu Wenruo | 1 | -1/+15 |
| 2024-07-11 | btrfs: remove objectid from struct btrfs_inode on 64 bits platforms | Filipe Manana | 1 | -17/+33 |
| 2024-07-11 | btrfs: remove location key from struct btrfs_inode | Filipe Manana | 1 | -6/+41 |
| 2024-07-11 | btrfs: unify index_cnt and csum_bytes from struct btrfs_inode | Filipe Manana | 1 | -17/+29 |
| 2024-07-11 | btrfs: use an xarray to track open inodes in a root | Filipe Manana | 1 | -3/+0 |
| 2024-05-28 | btrfs: ensure fast fsync waits for ordered extents after a write failure | Filipe Manana | 1 | -0/+10 |
| 2024-05-07 | btrfs: update comment for btrfs_set_inode_full_sync() about locking | Filipe Manana | 1 | -3/+5 |
| 2024-05-07 | btrfs: export find_next_inode() as btrfs_find_first_inode() | Filipe Manana | 1 | -0/+1 |
| 2024-05-07 | btrfs: move btrfs_page_mkwrite() from inode.c into file.c | Filipe Manana | 1 | -1/+0 |
| 2024-03-04 | btrfs: merge btrfs_del_delalloc_inode() helpers | David Sterba | 1 | -1/+1 |
| 2024-03-04 | btrfs: reduce inode lock critical section when setting and clearing delalloc | Filipe Manana | 1 | -1/+0 |
| 2024-03-04 | btrfs: stop passing root argument to __btrfs_del_delalloc_inode() | Filipe Manana | 1 | -1/+1 |
| 2024-03-04 | btrfs: add forward declarations and headers, part 3 | David Sterba | 1 | -0/+19 |
| 2024-03-04 | btrfs: remove the pg_offset parameter from btrfs_get_extent() | Qu Wenruo | 1 | -2/+1 |
| 2023-12-15 | btrfs: fix mismatching parameter names for btrfs_get_extent() | Qu Wenruo | 1 | -1/+1 |
| 2023-12-15 | btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLES | David Sterba | 1 | -2/+4 |
| 2023-12-15 | btrfs: cache that we don't have security.capability set | Josef Bacik | 1 | -0/+2 |
| 2023-10-12 | btrfs: open code timespec64 in struct btrfs_inode | David Sterba | 1 | -1/+2 |
| 2023-10-12 | btrfs: update comment for struct btrfs_inode::lock | Filipe Manana | 1 | -14/+18 |
| 2023-10-12 | btrfs: add and use helpers for reading and writing last_log_commit | Filipe Manana | 1 | -1/+1 |
| 2023-10-12 | btrfs: reorder btrfs_inode to fill gaps | David Sterba | 1 | -8/+8 |
| 2023-10-12 | btrfs: open code btrfs_ordered_inode_tree in btrfs_inode | David Sterba | 1 | -1/+3 |
| 2023-10-12 | btrfs: remove redundant root argument from btrfs_update_inode() | Filipe Manana | 1 | -1/+1 |
| 2023-10-12 | btrfs: remove redundant root argument from btrfs_update_inode_fallback() | Filipe Manana | 1 | -1/+1 |
| 2023-10-12 | btrfs: reduce size and reorder compression members in struct btrfs_inode | David Sterba | 1 | -10/+9 |
| 2023-10-12 | btrfs: include trace header in where necessary | Josef Bacik | 1 | -0/+1 |
| 2023-10-12 | btrfs: add fscrypt related dependencies to respective headers | Josef Bacik | 1 | -0/+1 |
| 2023-08-21 | btrfs: reduce the number of arguments to btrfs_run_delalloc_range | Christoph Hellwig | 1 | -2/+1 |
| 2023-08-21 | btrfs: remove btrfs_writepage_endio_finish_ordered | Christoph Hellwig | 1 | -3/+0 |
| 2023-06-19 | btrfs: tracepoints: also show actual number of the outstanding extents | Naohiro Aota | 1 | -1/+1 |
| 2023-06-19 | btrfs: defer splitting of ordered extents until I/O completion | Christoph Hellwig | 1 | -2/+0 |
| 2023-06-19 | btrfs: move split_flags/combine_flags helpers to inode-item.h | Josef Bacik | 1 | -16/+0 |
| 2023-06-19 | btrfs: determine synchronous writers from bio or writeback control | Christoph Hellwig | 1 | -3/+0 |
| 2023-04-17 | btrfs: avoid iterating over all indexes when logging directory | Filipe Manana | 1 | -5/+27 |
| 2023-04-17 | btrfs: pass an ordered_extent to btrfs_extract_ordered_extent | Christoph Hellwig | 1 | -1/+2 |
| 2023-02-20 | Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 1 | -19/+3 |
| 2023-02-15 | btrfs: remove now spurious bio submission helpers | Christoph Hellwig | 1 | -3/+0 |
| 2023-02-15 | btrfs: handle recording of zoned writes in the storage layer | Christoph Hellwig | 1 | -0/+1 |
| 2023-02-15 | btrfs: open code the submit_bio_start helpers | Christoph Hellwig | 1 | -4/+0 |
| 2023-02-15 | btrfs: remove the io_failure_record infrastructure | Christoph Hellwig | 1 | -7/+0 |
| 2023-02-15 | btrfs: remove now unused checksumming helpers | Christoph Hellwig | 1 | -5/+0 |
| 2023-02-15 | btrfs: add a btrfs_data_csum_ok helper | Christoph Hellwig | 1 | -0/+2 |
| 2023-01-19 | fs: port inode_init_owner() to mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2022-12-05 | btrfs: pass btrfs_inode to btrfs_add_delayed_iput | David Sterba | 1 | -1/+1 |
| 2022-12-05 | btrfs: pass btrfs_inode to btrfs_clear_delalloc_extent | David Sterba | 1 | -1/+1 |
| 2022-12-05 | btrfs: pass btrfs_inode to btrfs_split_delalloc_extent | David Sterba | 1 | -1/+1 |
| 2022-12-05 | btrfs: pass btrfs_inode to btrfs_set_delalloc_extent | David Sterba | 1 | -1/+1 |
| 2022-12-05 | btrfs: pass btrfs_inode to btrfs_merge_delalloc_extent | David Sterba | 1 | -1/+1 |
| 2022-12-05 | btrfs: pass btrfs_inode to btrfs_delete_subvolume | David Sterba | 1 | -1/+1 |
| 2022-12-05 | btrfs: pass btrfs_inode to btrfs_check_data_csum | David Sterba | 1 | -3/+1 |
| 2022-12-05 | btrfs: pass btrfs_inode to btrfs_inode_unlock | David Sterba | 1 | -1/+1 |
| 2022-12-05 | btrfs: pass btrfs_inode to btrfs_inode_lock | David Sterba | 1 | -1/+1 |
| 2022-12-05 | btrfs: pass btrfs_inode to btrfs_submit_dio_repair_bio | David Sterba | 1 | -1/+1 |
| 2022-12-05 | btrfs: pass btrfs_inode to btrfs_submit_data_read_bio | David Sterba | 1 | -1/+1 |
| 2022-12-05 | btrfs: pass btrfs_inode to btrfs_submit_data_write_bio | David Sterba | 1 | -1/+1 |
| 2022-12-05 | btrfs: pass btrfs_inode to btrfs_submit_bio_start_direct_io | David Sterba | 1 | -1/+1 |
| 2022-12-05 | btrfs: pass btrfs_inode to btrfs_submit_bio_start | David Sterba | 1 | -1/+1 |
| 2022-12-05 | btrfs: simplify btree_submit_bio_start and btrfs_submit_bio_start parameters | David Sterba | 1 | -2/+1 |
| 2022-12-05 | btrfs: change how submit bio callback is passed to btrfs_wq_submit_bio | David Sterba | 1 | -0/+5 |
| 2022-12-05 | btrfs: drop parameter compression_type from btrfs_submit_dio_repair_bio | David Sterba | 1 | -3/+1 |
| 2022-12-05 | btrfs: change how repair action is passed to btrfs_repair_one_sector | David Sterba | 1 | -0/+3 |
| 2022-12-05 | btrfs: move inode prototypes to btrfs_inode.h | Josef Bacik | 1 | -0/+136 |
| 2022-12-05 | btrfs: move btrfs_print_data_csum_error into inode.c | Josef Bacik | 1 | -26/+0 |
| 2022-09-26 | btrfs: use a runtime flag to indicate an inode is a free space inode | Josef Bacik | 1 | -7/+3 |
| 2022-09-26 | btrfs: open code and remove btrfs_insert_inode_hash helper | Josef Bacik | 1 | -7/+0 |
| 2022-09-26 | btrfs: open code and remove btrfs_inode_sectorsize helper | Josef Bacik | 1 | -5/+0 |
| 2022-09-26 | btrfs: convert the io_failure_tree to a plain rb_tree | Josef Bacik | 1 | -1/+2 |
| 2022-07-25 | btrfs: add optimized btrfs_ino() version for 64 bits systems | Filipe Manana | 1 | -0/+15 |
| 2022-07-25 | btrfs: set the objectid of the btree inode's location key | Filipe Manana | 1 | -5/+2 |
| 2022-07-25 | btrfs: remove the inode cache check at btrfs_is_free_space_inode() | Filipe Manana | 1 | -2/+1 |
| 2022-05-16 | btrfs: move struct btrfs_dio_private to inode.c | Christoph Hellwig | 1 | -24/+0 |
| 2022-05-16 | btrfs: remove the disk_bytenr in struct btrfs_dio_private | Christoph Hellwig | 1 | -1/+0 |
| 2022-04-27 | btrfs: export a helper for compression hard check | Chung-Chiang Cheng | 1 | -0/+11 |
| 2022-03-14 | btrfs: reset last_reflink_trans after fsyncing inode | Filipe Manana | 1 | -0/+30 |
| 2022-03-14 | btrfs: put initial index value of a directory in a constant | Filipe Manana | 1 | -2/+10 |
| 2022-01-03 | btrfs: only copy dir index keys when logging a directory | Filipe Manana | 1 | -13/+5 |
| 2021-10-26 | btrfs: rename btrfs_dio_private::logical_offset to file_offset | Qu Wenruo | 1 | -1/+6 |
| 2021-10-26 | btrfs: keep track of the last logged keys when logging a directory | Filipe Manana | 1 | -11/+28 |
| 2021-08-23 | btrfs: initial fsverity support | Boris Burkov | 1 | -0/+7 |
| 2021-08-23 | btrfs: add ro compat flags to inodes | Boris Burkov | 1 | -1/+19 |
| 2021-04-19 | btrfs: remove stale comment and logic from btrfs_inode_in_log() | Filipe Manana | 1 | -13/+4 |
| 2021-04-19 | btrfs: fix race between marking inode needs to be logged and log syncing | Filipe Manana | 1 | -0/+15 |
| 2021-04-19 | btrfs: add a i_mmap_lock to our inode | Josef Bacik | 1 | -0/+1 |
| 2021-02-08 | btrfs: make btrfs_dio_private::bytes u32 | Qu Wenruo | 1 | -1/+2 |
| 2020-12-18 | btrfs: fix deadlock when cloning inline extent and low on free metadata space | Filipe Manana | 1 | -0/+9 |
| 2020-12-08 | btrfs: skip unnecessary searches for xattrs when logging an inode | Filipe Manana | 1 | -0/+7 |
| 2020-12-08 | btrfs: update the number of bytes used by an inode atomically | Filipe Manana | 1 | -1/+2 |
| 2020-12-08 | btrfs: switch cached fs_info::csum_size from u16 to u32 | David Sterba | 1 | -1/+1 |
| 2020-12-08 | btrfs: use cached value of fs_info::csum_size everywhere | David Sterba | 1 | -2/+1 |
| 2020-12-08 | btrfs: remove btrfs_inode::dio_sem | Goldwyn Rodrigues | 1 | -10/+0 |
| 2020-10-07 | btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flag | Nikolay Borisov | 1 | -1/+1 |
| 2020-10-07 | btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK | Goldwyn Rodrigues | 1 | -18/+0 |
| 2020-10-07 | btrfs: convert btrfs_inode_sectorsize to take btrfs_inode | Nikolay Borisov | 1 | -0/+5 |
| 2020-10-07 | btrfs: make fast fsyncs wait only for writeback | Filipe Manana | 1 | -0/+5 |
| 2020-07-27 | btrfs: reduce contention on log trees when logging checksums | Filipe Manana | 1 | -0/+11 |
| 2020-06-09 | Revert "btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK" | David Sterba | 1 | -0/+18 |
| 2020-05-28 | btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK | Goldwyn Rodrigues | 1 | -18/+0 |
| 2020-05-25 | btrfs: get rid of one layer of bios in direct I/O | Omar Sandoval | 1 | -16/+0 |
| 2020-05-25 | btrfs: put direct I/O checksums in btrfs_dio_private instead of bio | Omar Sandoval | 1 | -0/+3 |
| 2020-05-25 | btrfs: convert btrfs_dio_private->pending_bios to refcount_t | Omar Sandoval | 1 | -2/+6 |
| 2020-05-25 | btrfs: remove unused btrfs_dio_private::private | Omar Sandoval | 1 | -1/+0 |
| 2020-03-23 | btrfs: introduce per-inode file extent tree | Josef Bacik | 1 | -0/+6 |
| 2019-11-18 | Btrfs: remove unnecessary delalloc mutex for inodes | Filipe Manana | 1 | -3/+0 |
| 2019-07-01 | btrfs: remove assumption about csum type form btrfs_print_data_csum_error() | Johannes Thumshirn | 1 | -5/+5 |
| 2019-07-01 | btrfs: format checksums according to type for printing | Johannes Thumshirn | 1 | -4/+16 |
| 2019-04-29 | Btrfs: improve performance on fsync of files with multiple hardlinks | Filipe Manana | 1 | -6/+0 |
| 2019-04-29 | btrfs: use common file type conversion | Phillip Potter | 1 | -2/+0 |
| 2018-12-17 | Btrfs: fix fsync of files with multiple hard links in new directories | Filipe Manana | 1 | -0/+6 |
| 2018-12-17 | btrfs: drop extra enum initialization where using defaults | David Sterba | 1 | -1/+1 |
| 2018-12-17 | btrfs: use tagged writepage to mitigate livelock of snapshot | Ethan Lien | 1 | -0/+1 |
| 2018-12-17 | btrfs: Add function to distinguish between data and btree inode | Nikolay Borisov | 1 | -0/+5 |
| 2018-10-15 | btrfs: Remove 'objectid' member from struct btrfs_root | Misono Tomohiro | 1 | -4/+4 |
| 2018-08-06 | btrfs: use timespec64 for i_otime | Arnd Bergmann | 1 | -1/+1 |
| 2018-05-28 | Btrfs: renumber BTRFS_INODE_ runtime flags and switch to enums | Omar Sandoval | 1 | -9/+11 |
| 2018-05-28 | Btrfs: get rid of unused orphan infrastructure | Omar Sandoval | 1 | -1/+0 |
| 2018-05-28 | Btrfs: get rid of BTRFS_INODE_HAS_ORPHAN_ITEM | Omar Sandoval | 1 | -1/+0 |
| 2018-04-12 | btrfs: replace GPL boilerplate by SPDX -- headers | David Sterba | 1 | -16/+3 |
| 2018-03-31 | btrfs: open code trivial helper btrfs_page_exists_in_range | David Sterba | 1 | -6/+0 |
| 2018-03-31 | btrfs: Use filemap_range_has_page() | Matthew Wilcox | 1 | -1/+5 |
| 2018-03-26 | btrfs: Remove btrfs_inode::delayed_iput_count | Nikolay Borisov | 1 | -1/+0 |
| 2017-11-01 | btrfs: make the delalloc block rsv per inode | Josef Bacik | 1 | -17/+9 |
| 2017-11-01 | btrfs: add tracepoints for outstanding extents mods | Josef Bacik | 1 | -0/+2 |
| 2017-11-01 | Btrfs: rework outstanding_extents | Josef Bacik | 1 | -0/+17 |
| 2017-08-16 | btrfs: separate defrag and property compression | David Sterba | 1 | -0/+5 |
| 2017-08-16 | btrfs: rename variable holding per-inode compression type | David Sterba | 1 | -2/+2 |
| 2017-08-16 | btrfs: constify tracepoint arguments | Jeff Mahoney | 1 | -2/+2 |
| 2017-06-09 | block: switch bios to blk_status_t | Christoph Hellwig | 1 | -1/+2 |
| 2017-04-26 | Btrfs: fix reported number of inode blocks | Filipe Manana | 1 | -0/+7 |
| 2017-02-28 | btrfs: make btrfs_inode_resume_unlocked_dio take btrfs_inode | Nikolay Borisov | 1 | -3/+2 |
| 2017-02-28 | btrfs: make btrfs_inode_block_unlocked_dio take btrfs_inode | Nikolay Borisov | 1 | -2/+2 |
| 2017-02-28 | btrfs: make btrfs_print_data_csum_error take btrfs_inode | Nikolay Borisov | 1 | -4/+4 |
| 2017-02-28 | btrfs: make btrfs_is_free_space_inode take btrfs_inode | Nikolay Borisov | 1 | -4/+4 |
| 2017-02-28 | btrfs: Make btrfs_i_size_write take btrfs_inode | Nikolay Borisov | 1 | -3/+3 |
| 2017-02-17 | btrfs: Better csum error message for data csum mismatch | Qu Wenruo | 1 | -0/+18 |
| 2017-02-14 | btrfs: Make btrfs_inode_in_log take btrfs_inode | Nikolay Borisov | 1 | -9/+7 |
| 2017-02-14 | btrfs: Make btrfs_ino take a struct btrfs_inode | Nikolay Borisov | 1 | -5/+5 |
| 2016-09-26 | Btrfs: add a flags field to btrfs_fs_info | Josef Bacik | 1 | -11/+0 |
| 2016-05-25 | Merge branch 'cleanups-4.7' into for-chris-4.7-20160525 | David Sterba | 1 | -1/+1 |
| 2016-05-25 | btrfs: fix string and comment grammatical issues and typos | Nicholas D Steeves | 1 | -1/+1 |
| 2016-05-13 | Btrfs: add semaphore to synchronize direct IO writes with fsync | Filipe Manana | 1 | -0/+10 |
| 2016-01-07 | btrfs: put delayed item hook into inode | David Sterba | 1 | -0/+4 |
| 2015-09-21 | Btrfs: Direct I/O: Fix space accounting | chandan | 1 | -2/+0 |
| 2015-07-01 | Btrfs: fix warning of bytes_may_use | Liu Bo | 1 | -0/+2 |
| 2015-03-26 | Btrfs: fix metadata inconsistencies after directory fsync | Filipe Manana | 1 | -3/+11 |
| 2015-02-02 | Btrfs: Add code to support file creation time | chandan r | 1 | -0/+3 |
| 2014-10-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+26 |
| 2014-10-03 | Btrfs: be aware of btree inode write errors to avoid fs corruption | Filipe Manana | 1 | -0/+11 |
| 2014-09-17 | Btrfs: implement repair function when direct read fails | Miao Xie | 1 | -1/+1 |
| 2014-09-17 | Btrfs: do file data check by sub-bio's self | Miao Xie | 1 | -0/+9 |
| 2014-09-17 | Btrfs: load checksum data once when submitting a direct read io | Miao Xie | 1 | -1/+0 |
| 2014-09-17 | Btrfs: make defragment work with nodatacow option | Wang Shilong | 1 | -0/+6 |
| 2014-09-16 | Btrfs: set inode's logged_trans/last_log_commit after ranged fsync | Filipe Manana | 1 | -2/+11 |
| 2014-08-15 | btrfs: disable strict file flushes for renames and truncates | Chris Mason | 1 | -6/+0 |
| 2014-06-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -0/+2 |
| 2014-06-09 | btrfs: Drop EXTENT_UPTODATE check in hole punching and direct locking | Alex Gartrell | 1 | -0/+2 |
| 2014-04-18 | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 1 | -1/+1 |
| 2014-03-10 | Btrfs: use signed integer instead of unsigned long integer for log transid | Miao Xie | 1 | -7/+7 |
| 2014-01-28 | Btrfs: add support for inode properties | Filipe David Borba Manana | 1 | -0/+1 |
| 2014-01-28 | Btrfs: introduce the delayed inode ref deletion for the single link inode | Miao Xie | 1 | -0/+3 |