Age | Commit message (Expand) | Author | Files | Lines |
2019-04-29 | Btrfs: fix race between send and deduplication that lead to failures and crashes | Filipe Manana | 1 | -0/+26 |
2019-04-29 | Btrfs: send, flush dellaloc in order to avoid data loss | Filipe Manana | 1 | -0/+36 |
2019-04-29 | Btrfs: send, improve clone range | Robbie Ko | 1 | -19/+33 |
2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds | 1 | -1/+1 |
2018-12-17 | btrfs: Fix typos in comments and strings | Andrea Gelmini | 1 | -2/+2 |
2018-12-17 | btrfs: use offset_in_page instead of open-coding it | Johannes Thumshirn | 1 | -1/+1 |
2018-11-21 | Btrfs: send, fix infinite loop due to directory rename dependencies | Robbie Ko | 1 | -3/+8 |
2018-10-15 | Btrfs: unify error handling of btrfs_lookup_dir_item | Liu Bo | 1 | -6/+2 |
2018-10-15 | btrfs: Remove 'objectid' member from struct btrfs_root | Misono Tomohiro | 1 | -8/+8 |
2018-08-06 | Btrfs: send, fix incorrect file layout after hole punching beyond eof | Filipe Manana | 1 | -0/+9 |
2018-08-06 | Btrfs: fix send failure when root has deleted files still open | Filipe Manana | 1 | -8/+129 |
2018-08-06 | Btrfs: remove unused key assignment when doing a full send | Filipe Manana | 1 | -7/+2 |
2018-08-06 | btrfs: Get rid of the confusing btrfs_file_extent_inline_len | Qu Wenruo | 1 | -10/+7 |
2018-05-28 | btrfs: incremental send, improve rmdir performance for large directory | Robbie Ko | 1 | -9/+22 |
2018-05-28 | btrfs: incremental send, move allocation until it's needed in orphan_dir_info | Robbie Ko | 1 | -7/+6 |
2018-05-28 | btrfs: send: fix spelling mistake: "send_in_progres" -> "send_in_progress" | Colin Ian King | 1 | -1/+1 |
2018-05-02 | Btrfs: send, fix missing truncate for inode with prealloc extent past eof | Filipe Manana | 1 | -0/+4 |
2018-04-12 | btrfs: replace GPL boilerplate by SPDX -- sources | David Sterba | 1 | -14/+1 |
2018-03-26 | Btrfs: send: fix typo in TLV_PUT | Liu Bo | 1 | -2/+2 |
2018-03-26 | Btrfs: send, do not issue unnecessary truncate operations | Filipe Manana | 1 | -5/+21 |
2018-03-26 | btrfs: add more __cold annotations | David Sterba | 1 | -0/+1 |
2018-03-26 | btrfs: Remove custom crc32c init code | Nikolay Borisov | 1 | -2/+2 |
2018-03-01 | Btrfs: send, fix issuing write op when processing hole in no data mode | Filipe Manana | 1 | -0/+3 |
2018-01-22 | btrfs: Cleanup existing name_len checks | Qu Wenruo | 1 | -6/+0 |
2017-11-28 | Btrfs: incremental send, fix wrong unlink path after renaming file | Filipe Manana | 1 | -18/+106 |
2017-11-01 | btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ... | Zygo Blaxell | 1 | -1/+1 |
2017-11-01 | btrfs: send: remove unused code | Nikolay Borisov | 1 | -6/+0 |
2017-10-30 | btrfs: fix send ioctl on 32bit with 64bit kernel | Josef Bacik | 1 | -10/+2 |
2017-10-30 | Btrfs: send, apply asynchronous page cache readahead to enhance page read | Kuanling Huang | 1 | -5/+16 |
2017-10-30 | btrfs: Remove unused arguments from btrfs_changed_cb_t | Nikolay Borisov | 1 | -5/+3 |
2017-10-30 | btrfs: Remove unused parameters from various functions | Nikolay Borisov | 1 | -14/+11 |
2017-09-29 | Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2017-09-26 | Btrfs: send: fix error number for unknown inode types | Tsutomu Itoh | 1 | -1/+1 |
2017-09-14 | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -14/+4 |
2017-09-04 | btrfs: switch write_buf to kernel_write | Christoph Hellwig | 1 | -14/+4 |
2017-08-21 | Btrfs: incremental send, fix emission of invalid clone operations | Filipe Manana | 1 | -0/+19 |
2017-08-16 | btrfs: remove trivial wrapper btrfs_force_ra | David Sterba | 1 | -1/+1 |
2017-07-06 | Btrfs: incremental send, fix invalid memory access | Filipe Manana | 1 | -3/+4 |
2017-07-06 | Btrfs: incremental send, fix invalid path for link commands | Filipe Manana | 1 | -30/+51 |
2017-06-21 | btrfs: Check name_len before read in iterate_dir_item | Su Yue | 1 | -0/+6 |
2017-06-21 | Btrfs: incremental send, fix invalid path for unlink commands | Filipe Manana | 1 | -5/+47 |
2017-06-21 | Btrfs: send, fix invalid path after renaming and linking file | Filipe Manana | 1 | -8/+27 |
2017-06-19 | btrfs: send: use kvmalloc in iterate_dir_item | David Sterba | 1 | -1/+1 |
2017-06-19 | btrfs: replace opencoded kvzalloc with the helper | David Sterba | 1 | -6/+3 |
2017-06-19 | btrfs: remove unused members dir_path from recorded_ref | David Sterba | 1 | -8/+0 |
2017-05-10 | Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+21 |
2017-05-08 | treewide: use kv[mz]alloc* rather than opencoded variants | Michal Hocko | 1 | -18/+9 |
2017-04-26 | Btrfs: send, fix file hole not being preserved due to inline extent | Filipe Manana | 1 | -2/+21 |
2017-03-29 | Btrfs: fix an integer overflow check | Dan Carpenter | 1 | -1/+6 |
2017-02-24 | Btrfs: incremental send, fix unnecessary hole writes for sparse files | Filipe Manana | 1 | -2/+86 |