Age | Commit message (Expand) | Author |
2020-06-02 | Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds |
2020-05-25 | btrfs: simplify iget helpers | David Sterba |
2020-05-25 | btrfs: simplify root lookup by id | David Sterba |
2020-05-25 | btrfs: send: emit file capabilities after chown | Marcos Paulo de Souza |
2020-05-09 | btrfs_ioctl_send(): don't bother with access_ok() | Al Viro |
2020-03-23 | btrfs: kill the subvol_srcu | Josef Bacik |
2020-03-23 | btrfs: add helper to get the end offset of a file extent item | Filipe Manana |
2020-03-23 | btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root | Josef Bacik |
2020-03-23 | btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root | Josef Bacik |
2020-03-23 | btrfs: hold a ref on the root in btrfs_ioctl_send | Josef Bacik |
2020-03-23 | btrfs: open code btrfs_read_fs_root_no_name | Josef Bacik |
2020-01-31 | Btrfs: send, fix emission of invalid clone operations within the same file | Filipe Manana |
2019-12-13 | btrfs: send: remove WARN_ON for readonly mount | Anand Jain |
2019-11-18 | Btrfs: send, skip backreference walking for extents with many references | Filipe Manana |
2019-11-18 | Btrfs: send, allow clone operations within the same file | Filipe Manana |
2019-11-18 | btrfs: drop unused parameter is_new from btrfs_iget | David Sterba |
2019-10-08 | btrfs: silence maybe-uninitialized warning in clone_range | Austin Kim |
2019-09-09 | btrfs: Relinquish CPUs in btrfs_compare_trees | Nikolay Borisov |
2019-09-09 | btrfs: move functions for tree compare to send.c | David Sterba |
2019-07-30 | Btrfs: fix incremental send failure after deduplication | Filipe Manana |
2019-07-02 | Btrfs: prevent send failures and crashes due to concurrent relocation | Filipe Manana |
2019-07-01 | btrfs: resurrect btrfs_crc32c() | Johannes Thumshirn |
2019-05-28 | Btrfs: incremental send, fix emission of invalid clone operations | Filipe Manana |
2019-05-28 | Btrfs: incremental send, fix file corruption when no-holes feature is enabled | Filipe Manana |
2019-04-29 | Btrfs: fix race between send and deduplication that lead to failures and crashes | Filipe Manana |
2019-04-29 | Btrfs: send, flush dellaloc in order to avoid data loss | Filipe Manana |
2019-04-29 | Btrfs: send, improve clone range | Robbie Ko |
2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds |
2018-12-17 | btrfs: Fix typos in comments and strings | Andrea Gelmini |
2018-12-17 | btrfs: use offset_in_page instead of open-coding it | Johannes Thumshirn |
2018-11-21 | Btrfs: send, fix infinite loop due to directory rename dependencies | Robbie Ko |
2018-10-15 | Btrfs: unify error handling of btrfs_lookup_dir_item | Liu Bo |
2018-10-15 | btrfs: Remove 'objectid' member from struct btrfs_root | Misono Tomohiro |
2018-08-06 | Btrfs: send, fix incorrect file layout after hole punching beyond eof | Filipe Manana |
2018-08-06 | Btrfs: fix send failure when root has deleted files still open | Filipe Manana |
2018-08-06 | Btrfs: remove unused key assignment when doing a full send | Filipe Manana |
2018-08-06 | btrfs: Get rid of the confusing btrfs_file_extent_inline_len | Qu Wenruo |
2018-05-28 | btrfs: incremental send, improve rmdir performance for large directory | Robbie Ko |
2018-05-28 | btrfs: incremental send, move allocation until it's needed in orphan_dir_info | Robbie Ko |
2018-05-28 | btrfs: send: fix spelling mistake: "send_in_progres" -> "send_in_progress" | Colin Ian King |
2018-05-02 | Btrfs: send, fix missing truncate for inode with prealloc extent past eof | Filipe Manana |
2018-04-12 | btrfs: replace GPL boilerplate by SPDX -- sources | David Sterba |
2018-03-26 | Btrfs: send: fix typo in TLV_PUT | Liu Bo |
2018-03-26 | Btrfs: send, do not issue unnecessary truncate operations | Filipe Manana |
2018-03-26 | btrfs: add more __cold annotations | David Sterba |
2018-03-26 | btrfs: Remove custom crc32c init code | Nikolay Borisov |
2018-03-01 | Btrfs: send, fix issuing write op when processing hole in no data mode | Filipe Manana |
2018-01-22 | btrfs: Cleanup existing name_len checks | Qu Wenruo |
2017-11-28 | Btrfs: incremental send, fix wrong unlink path after renaming file | Filipe Manana |
2017-11-01 | btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ... | Zygo Blaxell |