summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/send.c
AgeCommit message (Expand)Author
2014-03-10btrfs: send: simplify allocation code in fs_path_ensure_bufDavid Sterba
2014-03-10btrfs: send: fix old buffer length in fs_path_ensure_bufDavid Sterba
2014-03-10Btrfs: fix send issuing outdated paths for utimes, chown and chmodFilipe Manana
2014-03-10Btrfs: fix send attempting to rmdir non-empty directoriesFilipe Manana
2014-03-10Btrfs: send, don't send rmdir for same target multiple timesFilipe Manana
2014-03-10Btrfs: incremental send, fix invalid path after dir renameFilipe Manana
2014-03-10Revert "Btrfs: remove transaction from btrfs send"Wang Shilong
2014-03-10btrfs: send: lower memory requirements in common caseDavid Sterba
2014-03-10Btrfs: make some tree searches in send.c more efficientFilipe David Borba Manana
2014-03-10Btrfs: use right extent item position in send when finding extent clonesFilipe David Borba Manana
2014-03-10btrfs: send: remove BUG_ON from name_cache_deleteDavid Sterba
2014-03-10btrfs: send: remove BUG from process_all_refsDavid Sterba
2014-03-10btrfs: send: squeeze bitfilelds in fs_pathDavid Sterba
2014-03-10btrfs: send: remove virtual_mem member from fs_pathDavid Sterba
2014-03-10btrfs: send: remove prepared member from fs_pathDavid Sterba
2014-03-10btrfs: send: replace check with an assert in gen_unique_nameDavid Sterba
2014-03-10Btrfs: more send support for parent/child dir relationship inversionFilipe David Borba Manana
2014-03-10Btrfs: fix send dealing with file renames and directory movesFilipe David Borba Manana
2014-03-10Btrfs: add missing error check in incremental sendFilipe David Borba Manana
2014-02-15Btrfs: use right clone root offset for compressed extentsFilipe David Borba Manana
2014-02-08Btrfs: fix assert screwup for the pending move stuffJosef Bacik
2014-02-03Btrfs: use btrfs_crc32c everywhere instead of libcrc32cFilipe David Borba Manana
2014-01-29Btrfs: don't use ram_bytes for uncompressed inline itemsChris Mason
2014-01-29Btrfs: fix send file hole detection leading to data corruptionFilipe David Borba Manana
2014-01-29Btrfs: make send's file extent item search more efficientFilipe David Borba Manana
2014-01-29Btrfs: fix infinite path build loops in incremental sendFilipe David Borba Manana
2014-01-28Btrfs: fix snprintf usage by send's gen_unique_nameFilipe David Borba Manana
2014-01-28Btrfs: fix wrong search path initialization before searching tree rootWang Shilong
2014-01-28Btrfs: fix send to not send non-aligned clone operationsFilipe David Borba Manana
2014-01-28Btrfs: remove unnecessary transaction commit before sendWang Shilong
2014-01-28Btrfs: fix protection between send and root deletionWang Shilong
2014-01-28Btrfs: fix wrong send_in_progress accountingWang Shilong
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton
2014-01-28btrfs: check balance of send_in_progressDavid Sterba
2014-01-28Btrfs: remove transaction from btrfs sendWang Shilong
2014-01-28btrfs: Check read-only status of roots during sendDavid Sterba
2014-01-28btrfs: remove unused mnt from send_ctxDavid Sterba
2014-01-28btrfs: send: clean up dead codeDavid Sterba
2014-01-28Btrfs: fix pass of transid with wrong endianness in send.cFilipe David Borba Manana
2014-01-28Btrfs: incompatible format change to remove hole extentsJosef Bacik
2013-12-12Btrfs: fix access_ok() check in btrfs_ioctl_send()Dan Carpenter
2013-11-11Btrfs: check file extent type before anything elseJosef Bacik
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana
2013-11-11Btrfs: stop using vfs_read in sendJosef Bacik
2013-11-11btrfs: drop unused parameter from btrfs_item_nrRoss Kirk
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-09-01btrfs: reuse kbasename helperAndy Shevchenko
2013-09-01Btrfs: fix send to deal with sparse files properlyJosef Bacik
2013-09-01Btrfs: get rid of sparse warningsStefan Behrens
2013-09-01Btrfs: fix send issues related to inode number reuseJosef Bacik