Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
ffcfaf81795471be3c07d6e3143bff31edca5d5a
/
fs
/
btrfs
/
send.c
ffcfaf8
Btrfs: fix wrong search path initialization before searching tree root
by Wang Shilong
· 11 years ago
28e5dd8
Btrfs: fix send to not send non-aligned clone operations
by Filipe David Borba Manana
· 11 years ago
8e56338
Btrfs: remove unnecessary transaction commit before send
by Wang Shilong
· 11 years ago
18f687d
Btrfs: fix protection between send and root deletion
by Wang Shilong
· 11 years ago
896c14f
Btrfs: fix wrong send_in_progress accounting
by Wang Shilong
· 11 years ago
efe120a
Btrfs: convert printk to btrfs_ and fix BTRFS prefix
by Frank Holton
· 11 years ago
66ef7d6
btrfs: check balance of send_in_progress
by David Sterba
· 11 years ago
41ce997
Btrfs: remove transaction from btrfs send
by Wang Shilong
· 11 years ago
2c68653
btrfs: Check read-only status of roots during send
by David Sterba
· 11 years ago
a8d89f5
btrfs: remove unused mnt from send_ctx
by David Sterba
· 11 years ago
95bc79d
btrfs: send: clean up dead code
by David Sterba
· 11 years ago
5a0f4e2
Btrfs: fix pass of transid with wrong endianness in send.c
by Filipe David Borba Manana
· 11 years ago
16e7549
Btrfs: incompatible format change to remove hole extents
by Josef Bacik
· 11 years ago
700ff4f
Btrfs: fix access_ok() check in btrfs_ioctl_send()
by Dan Carpenter
· 12 years ago
007d31f
Btrfs: check file extent type before anything else
by Josef Bacik
· 11 years ago
fae7f21
btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)
by Dulshani Gunawardhana
· 11 years ago
ed25909
Btrfs: stop using vfs_read in send
by Josef Bacik
· 11 years ago
dd3cc16
btrfs: drop unused parameter from btrfs_item_nr
by Ross Kirk
· 11 years ago
b7c09ad
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 11 years ago
ed84885
btrfs: reuse kbasename helper
by Andy Shevchenko
· 11 years ago
57cfd46
Btrfs: fix send to deal with sparse files properly
by Josef Bacik
· 11 years ago
35a3621
Btrfs: get rid of sparse warnings
by Stefan Behrens
· 11 years ago
ba5e8f2
Btrfs: fix send issues related to inode number reuse
by Josef Bacik
· 11 years ago
a052541
Btrfs: skip subvol entries when checking if we've created a dir already
by Josef Bacik
· 11 years ago
ebdad91
Btrfs: check our parent dir when doing a compare send
by Josef Bacik
· 11 years ago
8be04b9
treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacks
by Joe Perches
· 11 years ago
a5959bc
Btrfs: Cocci spatch "memdup.spatch"
by Thomas Meyer
· 11 years ago
139f807
Btrfs: fix estale with btrfs send
by Josef Bacik
· 11 years ago
b1b1959
Btrfs: cleanup, btrfs_read_fs_root_no_name() doesn't return NULL
by Stefan Behrens
· 12 years ago
924794c
Btrfs: cleanup unused arguments in send.c
by Tsutomu Itoh
· 12 years ago
48a3b63
btrfs: make static code static & remove dead code
by Eric Sandeen
· 12 years ago
ecc7ada
Btrfs: fix error handling in btrfs_ioctl_send()
by Tsutomu Itoh
· 12 years ago
ba1eeaa
Btrfs: remove unused variable in __process_changed_new_xattr()
by Tsutomu Itoh
· 12 years ago
c2c7132
Btrfs: allow omitting stream header and end-cmd for btrfs send
by Stefan Behrens
· 12 years ago
3615db4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 12 years ago
adaa4b8
Btrfs: fix EIO from btrfs send in is_extent_unchanged for punched holes
by Jan Schmidt
· 12 years ago
b695188
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
cb95e7b
btrfs: add "no file data" flag to btrfs send ioctl
by Mark Fasheh
· 12 years ago
b4c6f7b
btrfs: remove unused fd in btrfs_ioctl_send()
by Eric Sandeen
· 12 years ago
cfa7a9c
Btrfs: fix memory leak in name_cache_insert()
by Tsutomu Itoh
· 12 years ago
5f3ab90
Btrfs: rename root_times_lock to root_item_lock
by Anand Jain
· 12 years ago
e2d044f
Btrfs: Send: preserve ownership (uid and gid) also for symlinks.
by Alex Lyakas
· 12 years ago
d79e504
Btrfs: send correct rdev and mode in btrfs-send
by Arne Jansen
· 12 years ago
96b5bd7
Btrfs: extended inode refs support for send mechanism
by Jan Schmidt
· 12 years ago
1bcea35
Btrfs: write_buf is now callable outside send.c
by Anand Jain
· 12 years ago
69917e4
Btrfs: fix a bug in parsing return value in logical resolve
by Liu Bo
· 12 years ago
995e01b
Btrfs: fix gcc warnings for 32bit compiles
by Jan Schmidt
· 12 years ago
74dd17f
Btrfs: fix btrfs send for inline items and compression
by Chris Mason
· 12 years ago
6d85ed0
Btrfs: don't treat top/root directory inode as deleted/reused
by Alexander Block
· 12 years ago
2981e22
Btrfs: ignore non-FS inodes for send/receive
by Alexander Block
· 12 years ago
2f28f47
Btrfs: pass root instead of parent_root to iterate_inode_ref
by Alexander Block
· 12 years ago
d8347fa
Btrfs: use <= instead of < in is_extent_unchanged
by Alexander Block
· 12 years ago
3954096
Btrfs: fix check for changed extent in is_extent_unchanged
by Alexander Block
· 12 years ago
5dc67d0
Btrfs: free nce and nce_head on error in name_cache_insert
by Alexander Block
· 12 years ago
3e126f3
Btrfs: remove unused tmp_path from iterate_dir_item
by Alexander Block
· 12 years ago
e938c8a
Btrfs: code cleanups for send/receive
by Alexander Block
· 12 years ago
766702e
Btrfs: add/fix comments/documentation for send/receive
by Alexander Block
· 12 years ago
e479d9b
Btrfs: update send_progress at correct places
by Alexander Block
· 12 years ago
7e0926f
Btrfs: fix use of radix_tree for name_cache in send/receive
by Alexander Block
· 12 years ago
17589bd
Btrfs: fix memory leak for name_cache in send/receive
by Alexander Block
· 12 years ago
adbe7fb
Btrfs: don't break in the final loop of find_extent_clone
by Alexander Block
· 12 years ago
52f9e53
Btrfs: use normal return path for root == send_root case
by Alexander Block
· 12 years ago
35075bb
Btrfs: use kmalloc instead of stack for backref_ctx
by Alexander Block
· 12 years ago
ee849c0
Btrfs: rename backref_ctx::found_in_send_root to found_itself
by Alexander Block
· 12 years ago
d27aed5
Btrfs: remove unused use_list from send/receive code
by Alexander Block
· 12 years ago
ccf1626
Btrfs: add correct parent to check_dirs when dir got moved
by Alexander Block
· 12 years ago
9ea3ef5
Btrfs: remove unused code with #if 0
by Alexander Block
· 12 years ago
b9291af
Btrfs: add missing check for dir != tmp_dir to is_first_ref
by Alexander Block
· 12 years ago
1f4692d
Btrfs: fix cur_ino < parent_ino case for send/receive
by Alexander Block
· 12 years ago
85a7b33
Btrfs: add rdev to get_inode_info in send/receive
by Alexander Block
· 12 years ago
a1857eb
Btrfs: using vmalloc and friends needs vmalloc.h
by Stephen Rothwell
· 12 years ago
e2aed8d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 12 years ago
b24baf6
Btrfs: uninit variable fixes in send/receive
by Chris Mason
· 12 years ago
31db9f7
Btrfs: introduce BTRFS_IOC_SEND for btrfs send/receive
by Alexander Block
· 12 years ago