index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "Btrfs: remove transaction from btrfs send"
Wang Shilong
2014-03-10
1
-0
/
+33
*
Btrfs: skip readonly root for snapshot-aware defragment
Wang Shilong
2014-03-10
1
-0
/
+5
*
Btrfs: switch to btrfs_previous_extent_item()
Wang Shilong
2014-03-10
1
-31
/
+6
*
Btrfs: skip submitting barrier for missing device
Hidetoshi Seto
2014-03-10
1
-0
/
+4
*
Btrfs: unlock extent and pages on error in cow_file_range
Josef Bacik
2014-03-10
1
-1
/
+2
*
Btrfs: balance delayed inode updates
Josef Bacik
2014-03-10
1
-0
/
+4
*
btrfs: add simple debugfs interface
David Sterba
2014-03-10
2
-6
/
+32
*
btrfs: send: lower memory requirements in common case
David Sterba
2014-03-10
1
-69
/
+37
*
Btrfs: make some tree searches in send.c more efficient
Filipe David Borba Manana
2014-03-10
1
-41
/
+64
*
Btrfs: use right extent item position in send when finding extent clones
Filipe David Borba Manana
2014-03-10
1
-2
/
+0
*
btrfs: send: remove BUG_ON from name_cache_delete
David Sterba
2014-03-10
1
-2
/
+9
*
btrfs: send: remove BUG from process_all_refs
David Sterba
2014-03-10
1
-1
/
+4
*
btrfs: send: squeeze bitfilelds in fs_path
David Sterba
2014-03-10
1
-2
/
+2
*
btrfs: send: remove virtual_mem member from fs_path
David Sterba
2014-03-10
1
-6
/
+2
*
btrfs: send: remove prepared member from fs_path
David Sterba
2014-03-10
1
-13
/
+13
*
btrfs: send: replace check with an assert in gen_unique_name
David Sterba
2014-03-10
1
-5
/
+1
*
Btrfs: more send support for parent/child dir relationship inversion
Filipe David Borba Manana
2014-03-10
1
-2
/
+2
*
Btrfs: fix send dealing with file renames and directory moves
Filipe David Borba Manana
2014-03-10
1
-9
/
+1
*
Btrfs: only add roots if necessary in find_parent_nodes()
Wang Shilong
2014-03-10
1
-11
/
+3
*
btrfs: Fix 32/64-bit problem with BTRFS_SET_RECEIVED_SUBVOL ioctl
Hugo Mills
2014-03-10
1
-12
/
+111
*
Btrfs: add missing error check in incremental send
Filipe David Borba Manana
2014-03-10
1
-1
/
+4
*
Btrfs: fix use-after-free in the finishing procedure of the device replace
Miao Xie
2014-03-10
5
-15
/
+111
*
Btrfs: fix unprotected alloc list insertion during the finishing procedure of...
Miao Xie
2014-03-10
1
-0
/
+3
*
btrfs: Return EXDEV for cross file system snapshot
Kusanagi Kouichi
2014-03-10
1
-1
/
+1
*
Btrfs: don't mix the ordered extents of all files together during logging the...
Miao Xie
2014-03-10
3
-35
/
+49
*
Btrfs: use right clone root offset for compressed extents
Filipe David Borba Manana
2014-02-15
1
-0
/
+10
*
btrfs: fix null pointer deference at btrfs_sysfs_add_one+0x105
Anand Jain
2014-02-15
1
-2
/
+8
*
Btrfs: unset DCACHE_DISCONNECTED when mounting default subvol
Josef Bacik
2014-02-14
2
-2
/
+9
*
Btrfs: fix max_inline mount option
Mitch Harder
2014-02-14
1
-1
/
+1
*
Btrfs: fix a lockdep warning when cleaning up aborted transaction
Liu Bo
2014-02-14
1
-1
/
+0
*
Revert "btrfs: add ioctl to export size of global metadata reservation"
Chris Mason
2014-02-14
2
-17
/
+0
*
Btrfs: fix data corruption when reading/updating compressed extents
Filipe David Borba Manana
2014-02-09
1
-0
/
+2
*
Btrfs: don't loop forever if we can't run because of the tree mod log
Josef Bacik
2014-02-09
1
-0
/
+1
*
btrfs: reserve no transaction units in btrfs_ioctl_set_features
David Sterba
2014-02-09
1
-1
/
+1
*
btrfs: commit transaction after setting label and features
Jeff Mahoney
2014-02-09
1
-2
/
+2
*
Btrfs: fix assert screwup for the pending move stuff
Josef Bacik
2014-02-09
1
-5
/
+3
*
Btrfs: use late_initcall instead of module_init
Filipe David Borba Manana
2014-02-03
1
-1
/
+1
*
Btrfs: use btrfs_crc32c everywhere instead of libcrc32c
Filipe David Borba Manana
2014-02-03
3
-6
/
+6
*
Btrfs: disable snapshot aware defrag for now
Josef Bacik
2014-02-03
1
-1
/
+1
*
Btrfs: fix spin_unlock in check_ref_cleanup
Chris Mason
2014-01-29
1
-1
/
+3
*
Btrfs: setup inode location during btrfs_init_inode_locked
Chris Mason
2014-01-29
1
-9
/
+9
*
Btrfs: don't use ram_bytes for uncompressed inline items
Chris Mason
2014-01-29
6
-22
/
+52
*
Btrfs: fix btrfs_search_slot_for_read backwards iteration
Filipe David Borba Manana
2014-01-29
1
-1
/
+3
*
Btrfs: do not export ulist functions
Wang Shilong
2014-01-29
2
-10
/
+1
*
Btrfs: rework ulist with list+rb_tree
Wang Shilong
2014-01-29
2
-88
/
+55
*
Btrfs: fix memory leaks on walking backrefs failure
Wang Shilong
2014-01-29
1
-7
/
+18
*
Btrfs: fix send file hole detection leading to data corruption
Filipe David Borba Manana
2014-01-29
1
-0
/
+15
*
Btrfs: add a reschedule point in btrfs_find_all_roots()
Wang Shilong
2014-01-29
1
-0
/
+1
*
Btrfs: make send's file extent item search more efficient
Filipe David Borba Manana
2014-01-29
1
-10
/
+17
*
Btrfs: fix to catch all errors when resolving indirect ref
Wang Shilong
2014-01-29
1
-3
/
+9
[prev]
[next]