summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/send.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: use right clone root offset for compressed extentsFilipe David Borba Manana2014-02-151-0/+10
* Btrfs: fix assert screwup for the pending move stuffJosef Bacik2014-02-081-5/+3
* Btrfs: use btrfs_crc32c everywhere instead of libcrc32cFilipe David Borba Manana2014-02-031-2/+2
* Btrfs: don't use ram_bytes for uncompressed inline itemsChris Mason2014-01-291-4/+7
* Btrfs: fix send file hole detection leading to data corruptionFilipe David Borba Manana2014-01-291-0/+15
* Btrfs: make send's file extent item search more efficientFilipe David Borba Manana2014-01-291-10/+17
* Btrfs: fix infinite path build loops in incremental sendFilipe David Borba Manana2014-01-291-21/+518
* Btrfs: fix snprintf usage by send's gen_unique_nameFilipe David Borba Manana2014-01-281-1/+1
* Btrfs: fix wrong search path initialization before searching tree rootWang Shilong2014-01-281-1/+1
* Btrfs: fix send to not send non-aligned clone operationsFilipe David Borba Manana2014-01-281-1/+2
* Btrfs: remove unnecessary transaction commit before sendWang Shilong2014-01-281-29/+0
* Btrfs: fix protection between send and root deletionWang Shilong2014-01-281-0/+16
* Btrfs: fix wrong send_in_progress accountingWang Shilong2014-01-281-3/+13
* Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-281-2/+2
* btrfs: check balance of send_in_progressDavid Sterba2014-01-281-18/+20
* Btrfs: remove transaction from btrfs sendWang Shilong2014-01-281-33/+0
* btrfs: Check read-only status of roots during sendDavid Sterba2014-01-281-0/+54
* btrfs: remove unused mnt from send_ctxDavid Sterba2014-01-281-4/+0
* btrfs: send: clean up dead codeDavid Sterba2014-01-281-50/+8
* Btrfs: fix pass of transid with wrong endianness in send.cFilipe David Borba Manana2014-01-281-3/+3
* Btrfs: incompatible format change to remove hole extentsJosef Bacik2014-01-281-9/+149
* Btrfs: fix access_ok() check in btrfs_ioctl_send()Dan Carpenter2013-12-121-2/+2
* Btrfs: check file extent type before anything elseJosef Bacik2013-11-111-5/+5
* btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana2013-11-111-3/+1
* Btrfs: stop using vfs_read in sendJosef Bacik2013-11-111-103/+72
* btrfs: drop unused parameter from btrfs_item_nrRoss Kirk2013-11-111-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-09-121-48/+192
|\
| * btrfs: reuse kbasename helperAndy Shevchenko2013-09-011-12/+6
| * Btrfs: fix send to deal with sparse files properlyJosef Bacik2013-09-011-3/+31
| * Btrfs: get rid of sparse warningsStefan Behrens2013-09-011-2/+2
| * Btrfs: fix send issues related to inode number reuseJosef Bacik2013-09-011-30/+132
| * Btrfs: skip subvol entries when checking if we've created a dir alreadyJosef Bacik2013-09-011-1/+2
| * Btrfs: check our parent dir when doing a compare sendJosef Bacik2013-09-011-0/+19
* | treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches2013-08-201-1/+1
|/
* Btrfs: Cocci spatch "memdup.spatch"Thomas Meyer2013-06-141-2/+1
* Btrfs: fix estale with btrfs sendJosef Bacik2013-06-141-0/+35
* Btrfs: cleanup, btrfs_read_fs_root_no_name() doesn't return NULLStefan Behrens2013-06-141-6/+2
* Btrfs: cleanup unused arguments in send.cTsutomu Itoh2013-06-141-99/+90
* btrfs: make static code static & remove dead codeEric Sandeen2013-05-061-1/+1
* Btrfs: fix error handling in btrfs_ioctl_send()Tsutomu Itoh2013-05-061-2/+2
* Btrfs: remove unused variable in __process_changed_new_xattr()Tsutomu Itoh2013-05-061-2/+0
* Btrfs: allow omitting stream header and end-cmd for btrfs sendStefan Behrens2013-05-061-10/+14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-291-6/+4
|\
| * Btrfs: fix EIO from btrfs send in is_extent_unchanged for punched holesJan Schmidt2013-03-281-6/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-021-7/+46
|\ \ | |/
| * btrfs: add "no file data" flag to btrfs send ioctlMark Fasheh2013-02-201-4/+46
| * btrfs: remove unused fd in btrfs_ioctl_send()Eric Sandeen2013-02-201-3/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\ \ | |/ |/|
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | Btrfs: fix memory leak in name_cache_insert()Tsutomu Itoh2013-01-141-1/+3
|/
OpenPOWER on IntegriCloud