summaryrefslogtreecommitdiff
path: root/fs/btrfs/send.c
AgeCommit message (Expand)Author
2017-11-01btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ...Zygo Blaxell
2017-11-01btrfs: send: remove unused codeNikolay Borisov
2017-10-30btrfs: fix send ioctl on 32bit with 64bit kernelJosef Bacik
2017-10-30Btrfs: send, apply asynchronous page cache readahead to enhance page readKuanling Huang
2017-10-30btrfs: Remove unused arguments from btrfs_changed_cb_tNikolay Borisov
2017-10-30btrfs: Remove unused parameters from various functionsNikolay Borisov
2017-09-29Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-09-26Btrfs: send: fix error number for unknown inode typesTsutomu Itoh
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-09-04btrfs: switch write_buf to kernel_writeChristoph Hellwig
2017-08-21Btrfs: incremental send, fix emission of invalid clone operationsFilipe Manana
2017-08-16btrfs: remove trivial wrapper btrfs_force_raDavid Sterba
2017-07-06Btrfs: incremental send, fix invalid memory accessFilipe Manana
2017-07-06Btrfs: incremental send, fix invalid path for link commandsFilipe Manana
2017-06-21btrfs: Check name_len before read in iterate_dir_itemSu Yue
2017-06-21Btrfs: incremental send, fix invalid path for unlink commandsFilipe Manana
2017-06-21Btrfs: send, fix invalid path after renaming and linking fileFilipe Manana
2017-06-19btrfs: send: use kvmalloc in iterate_dir_itemDavid Sterba
2017-06-19btrfs: replace opencoded kvzalloc with the helperDavid Sterba
2017-06-19btrfs: remove unused members dir_path from recorded_refDavid Sterba
2017-05-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-04-26Btrfs: send, fix file hole not being preserved due to inline extentFilipe Manana
2017-03-29Btrfs: fix an integer overflow checkDan Carpenter
2017-02-24Btrfs: incremental send, fix unnecessary hole writes for sparse filesFilipe Manana
2017-02-24Btrfs: incremental send, do not issue invalid rmdir operationsRobbie Ko
2017-02-24Btrfs: incremental send, do not delay rename when parent inode is newFilipe Manana
2017-02-24Btrfs: send, fix failure to rename top level inode due to name collisionRobbie Ko
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney
2016-10-28Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-10-12Btrfs: fix incremental send failure caused by balanceFilipe Manana
2016-10-11Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-09-27posix_acl: xattr representation cleanupsAndreas Gruenbacher
2016-09-26btrfs: convert send's verbose_printk to btrfs_debugJeff Mahoney
2016-09-26btrfs: unsplit printed stringsJeff Mahoney
2016-09-26btrfs: squash lines for simple wrapper functionsMasahiro Yamada
2016-09-01Btrfs: kill invalid ASSERT() in process_all_refs()Josef Bacik
2016-08-01Btrfs: send, don't bug on inconsistent snapshotsFilipe Manana
2016-08-01Btrfs: send, avoid incorrect leaf accesses when sending utimes operationsFilipe Manana
2016-08-01Btrfs: send, fix invalid leaf accesses due to incorrect utimes operationsRobbie Ko
2016-08-01Btrfs: send, fix warning due to late freeing of orphan_dir_info structuresRobbie Ko
2016-08-01Btrfs: incremental send, fix premature rmdir operationsRobbie Ko
2016-08-01Btrfs: incremental send, fix invalid paths for rename operationsFilipe Manana
2016-08-01Btrfs: send, add missing error check for calls to path_loop()Filipe Manana
2016-08-01Btrfs: send, fix failure to move directories with the same name aroundRobbie Ko
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves