| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 11 | -105/+199 |
| 2012-10-25 | Btrfs: do not bug when we fail to commit the transaction | Josef Bacik | 1 | -1/+2 |
| 2012-10-25 | Btrfs: fix memory leak when cloning root's node | Liu Bo | 1 | -3/+5 |
| 2012-10-25 | Merge branch 'for-chris-fixed' of git://git.jan-o-sch.net/btrfs-unstable | Chris Mason | 3 | -18/+55 |
| 2012-10-25 | Btrfs: Use btrfs_update_inode_fallback when creating a snapshot | Josef Bacik | 3 | -5/+6 |
| 2012-10-25 | Btrfs: Send: preserve ownership (uid and gid) also for symlinks. | Alex Lyakas | 1 | -14/+13 |
| 2012-10-25 | Btrfs: fix deadlock caused by the nested chunk allocation | Miao Xie | 1 | -0/+7 |
| 2012-10-25 | btrfs: Return EINVAL when length to trim is less than FSB | Lukas Czerner | 1 | -1/+2 |
| 2012-10-25 | Btrfs: fix memory leak in btrfs_quota_enable() | Tsutomu Itoh | 1 | -4/+13 |
| 2012-10-25 | Btrfs: send correct rdev and mode in btrfs-send | Arne Jansen | 1 | -1/+2 |
| 2012-10-25 | Btrfs: extended inode refs support for send mechanism | Jan Schmidt | 3 | -58/+94 |
| 2012-10-25 | Btrfs: Fix wrong error handling code | Stefan Behrens | 1 | -2/+2 |
| 2012-10-25 | Fix a sign bug causing invalid memory access in the ino_paths ioctl. | Gabriel de Perthuis | 1 | -1/+1 |
| 2012-10-24 | Btrfs: comment for loop in tree_mod_log_insert_move | Jan Schmidt | 1 | -0/+5 |
| 2012-10-24 | Btrfs: fix extent buffer reference for tree mod log roots | Jan Schmidt | 1 | -1/+1 |
| 2012-10-24 | Btrfs: determine level of old roots | Jan Schmidt | 3 | -3/+19 |
| 2012-10-24 | Btrfs: tree mod log's old roots could still be part of the tree | Jan Schmidt | 1 | -4/+21 |
| 2012-10-23 | Btrfs: fix a tree mod logging issue for root replacement operations | Jan Schmidt | 1 | -8/+2 |
| 2012-10-23 | Btrfs: don't put removals from push_node_left into tree mod log twice | Jan Schmidt | 1 | -2/+7 |
| 2012-10-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -2/+2 |
| 2012-10-12 | btrfs: Fix compilation with user namespace support enabled | Eric W. Biederman | 1 | -2/+2 |
| 2012-10-12 | audit: overhaul __audit_inode_child to accomodate retrying | Jeff Layton | 1 | -1/+1 |
| 2012-10-12 | audit: reverse arguments to audit_inode_child | Jeff Layton | 1 | -1/+1 |
| 2012-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 38 | -1615/+3564 |
| 2012-10-09 | btrfs: init ref_index to zero in add_inode_ref | Chris Mason | 1 | -1/+1 |
| 2012-10-09 | Btrfs: remove repeated eb->pages check in, disk-io.c/csum_dirty_buffer | Wang Sheng-Hui | 1 | -4/+0 |
| 2012-10-09 | Btrfs: fix page leakage | Josef Bacik | 1 | -1/+1 |
| 2012-10-09 | Btrfs: do not warn_on when we cannot alloc a page for an extent buffer | Josef Bacik | 1 | -3/+1 |
| 2012-10-09 | Btrfs: don't bug on enomem in readpage | Josef Bacik | 1 | -4/+7 |
| 2012-10-09 | Btrfs: cleanup pages properly when ENOMEM in compression | Josef Bacik | 1 | -3/+10 |
| 2012-10-09 | Btrfs: make filesystem read-only when submitting barrier fails | Stefan Behrens | 6 | -19/+142 |
| 2012-10-09 | Btrfs: detect corrupted filesystem after write I/O errors | Stefan Behrens | 1 | -2/+14 |
| 2012-10-09 | Btrfs: make compress and nodatacow mount options mutually exclusive | Andrei Popa | 1 | -1/+13 |
| 2012-10-09 | btrfs: fix message printing | Daniel J Blueman | 3 | -11/+11 |
| 2012-10-09 | Btrfs: don't bother committing delayed inode updates when fsyncing | Josef Bacik | 1 | -19/+65 |
| 2012-10-09 | btrfs: move inline function code to header file | Robin Dong | 2 | -14/+12 |
| 2012-10-09 | Btrfs: remove unnecessary IS_ERR in bio_readpage_error() | Tsutomu Itoh | 1 | -1/+1 |
| 2012-10-09 | btrfs: remove unused function btrfs_insert_some_items() | Robin Dong | 1 | -143/+0 |
| 2012-10-09 | Btrfs: don't commit instead of overcommitting | Josef Bacik | 1 | -28/+6 |
| 2012-10-09 | Btrfs: confirmation of value is added before trace_btrfs_get_extent() is called | Tsutomu Itoh | 1 | -1/+2 |
| 2012-10-09 | Btrfs: be smarter about dropping things from the tree log | Josef Bacik | 1 | -2/+13 |
| 2012-10-09 | Btrfs: don't lookup csums for prealloc extents | Josef Bacik | 1 | -2/+1 |
| 2012-10-09 | Btrfs: cache extent state when writing out dirty metadata pages | Josef Bacik | 8 | -16/+63 |
| 2012-10-09 | Btrfs: do not hold the file extent leaf locked when adding extent item | Josef Bacik | 1 | -3/+1 |
| 2012-10-09 | Btrfs: do not async metadata csumming in certain situations | Josef Bacik | 3 | -2/+35 |
| 2012-10-09 | btrfs: fix min csum item size warnings in 32bit | Zach Brown | 1 | -1/+2 |
| 2012-10-09 | Btrfs: run delayed refs first when out of space | Josef Bacik | 1 | -10/+10 |
| 2012-10-09 | Btrfs: fix orphan transaction on the freezed filesystem | Miao Xie | 4 | -23/+49 |
| 2012-10-09 | Btrfs: add a type field for the transaction handle | Miao Xie | 3 | -42/+21 |
| 2012-10-09 | Btrfs: fix memory leak in start_transaction() | Miao Xie | 1 | -1/+3 |
| 2012-10-09 | btrfs: extended inode ref iteration | Mark Fasheh | 2 | -37/+138 |
| 2012-10-09 | btrfs: extended inode refs | Mark Fasheh | 7 | -79/+710 |
| 2012-10-09 | mm: kill vma flag VM_CAN_NONLINEAR | Konstantin Khlebnikov | 1 | -1/+1 |
| 2012-10-08 | btrfs: improved readablity for add_inode_ref | Jan Schmidt | 1 | -81/+97 |
| 2012-10-08 | Btrfs: handle not finding the extent exactly when logging changed extents | Josef Bacik | 1 | -6/+40 |
| 2012-10-08 | btrfs: move transaction aborts to the point of failure | David Sterba | 4 | -47/+80 |
| 2012-10-08 | Btrfs: fix the missing error information in create_pending_snapshot() | Miao Xie | 1 | -22/+35 |
| 2012-10-08 | Btrfs: fix off-by-one in file clone | Liu Bo | 1 | -9/+9 |
| 2012-10-04 | btrfs: allow setting NOCOW for a zero sized file via ioctl | David Sterba | 1 | -4/+27 |
| 2012-10-04 | Btrfs: fix punch hole when no extent exists | Josef Bacik | 1 | -1/+3 |
| 2012-10-04 | Btrfs: don't do anything in our ->freeze_fs and ->unfreeze_fs | Josef Bacik | 1 | -6/+0 |
| 2012-10-04 | Btrfs: remove unused write cache pages hook | Josef Bacik | 1 | -47/+0 |
| 2012-10-04 | Btrfs: fix race when getting the eb out of page->private | Josef Bacik | 1 | -4/+19 |
| 2012-10-04 | Btrfs: do not hold the write_lock on the extent tree while logging | Josef Bacik | 3 | -5/+20 |
| 2012-10-04 | Btrfs: fix race with freeze and free space inodes | Josef Bacik | 1 | -2/+11 |
| 2012-10-04 | Btrfs: kill obsolete arguments in btrfs_wait_ordered_extents | Liu Bo | 6 | -18/+7 |
| 2012-10-04 | Btrfs: cleanup fs_info->hashers | Liu Bo | 2 | -2/+0 |
| 2012-10-04 | Btrfs: cleanup for duplicated code in find_free_extent | Liu Bo | 1 | -4/+0 |
| 2012-10-04 | Btrfs: fix race in sync and freeze again | Josef Bacik | 3 | -10/+18 |
| 2012-10-04 | btrfs: return EPERM upon rmdir on a subvolume | David Sterba | 1 | -2/+3 |
| 2012-10-04 | Btrfs: using for_each_set_bit_from to simplify the code | Wei Yongjun | 1 | -6/+2 |
| 2012-10-04 | Btrfs: write_buf is now callable outside send.c | Anand Jain | 2 | -5/+7 |
| 2012-10-04 | Btrfs: remove unnecessary code in btree_get_extent() | Tsutomu Itoh | 1 | -7/+1 |
| 2012-10-04 | Btrfs: cleanup of error processing in btree_get_extent() | Tsutomu Itoh | 1 | -9/+5 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -28/+33 |
| 2012-10-02 | fs: push rcu_barrier() from deactivate_locked_super() to filesystems | Kirill A. Shutemov | 2 | -0/+11 |
| 2012-10-02 | btrfs: reada_extent doesn't need kref for refcount | Al Viro | 1 | -11/+7 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 4 | -15/+15 |
| 2012-10-01 | Revert "Btrfs: do not do filemap_write_and_wait_range in fsync" | Miao Xie | 1 | -3/+11 |
| 2012-10-01 | Btrfs: remove bytes argument from do_chunk_alloc | Josef Bacik | 1 | -15/+10 |
| 2012-10-01 | Btrfs: delay block group item insertion | Josef Bacik | 4 | -67/+79 |
| 2012-10-01 | btrfs: Kill some bi_idx references | Kent Overstreet | 2 | -17/+2 |
| 2012-10-01 | Btrfs: fix unnecessary warning when the fragments make the space alloc fail | Miao Xie | 1 | -1/+1 |
| 2012-10-01 | Btrfs: create a pinned em when writing to a prealloc range in DIO | Josef Bacik | 1 | -0/+55 |
| 2012-10-01 | Btrfs: move the sb_end_intwrite until after the throttle logic | Josef Bacik | 1 | -2/+2 |
| 2012-10-01 | Btrfs: use larger limit for translation of logical to inode | Liu Bo | 2 | -4/+5 |
| 2012-10-01 | Btrfs: use helper for logical resolve | Liu Bo | 1 | -16/+3 |
| 2012-10-01 | Btrfs: fix a bug in parsing return value in logical resolve | Liu Bo | 5 | -20/+34 |
| 2012-10-01 | Btrfs: cleanup for unused ref cache stuff | liubo | 2 | -8/+0 |
| 2012-10-01 | Btrfs: fix corrupted metadata in the snapshot | Miao Xie | 3 | -18/+32 |
| 2012-10-01 | btrfs: polish names of kmem caches | David Sterba | 4 | -9/+9 |
| 2012-10-01 | Btrfs: fix our overcommit math | Josef Bacik | 1 | -29/+42 |
| 2012-10-01 | Btrfs: wait on async pages when shrinking delalloc | Josef Bacik | 1 | -0/+7 |
| 2012-10-01 | Btrfs: use flag EXTENT_DEFRAG for snapshot-aware defrag | Liu Bo | 5 | -14/+28 |
| 2012-10-01 | Btrfs: check return value of ulist_alloc() properly | Tsutomu Itoh | 1 | -0/+8 |
| 2012-10-01 | Btrfs: fix error handling in delete_block_group_cache() | Tsutomu Itoh | 1 | -2/+2 |
| 2012-10-01 | Btrfs: fix wrong size for the reservation when doing, file pre-allocation. | Miao Xie | 1 | -2/+2 |
| 2012-10-01 | Btrfs: output more information when aborting a unused transaction handle | Miao Xie | 1 | -1/+7 |
| 2012-10-01 | Btrfs: fix unprotected ->log_batch | Miao Xie | 4 | -11/+9 |
| 2012-10-01 | Btrfs: fix wrong size for the reservation of the, snapshot creation | Miao Xie | 2 | -4/+4 |
| 2012-10-01 | Btrfs: fix the snapshot that should not exist | Miao Xie | 1 | -15/+53 |
| 2012-10-01 | Btrfs: add a new "type" field into the block reservation structure | Miao Xie | 8 | -22/+39 |
| 2012-10-01 | Btrfs: use a slab for ordered extents allocation | Miao Xie | 3 | -3/+31 |
| 2012-10-01 | Btrfs: fix file extent discount problem in the, snapshot | Miao Xie | 2 | -44/+25 |
| 2012-10-01 | Btrfs: fix full backref problem when inserting shared block reference | Miao Xie | 1 | -0/+4 |
| 2012-10-01 | Btrfs: fix error path in create_pending_snapshot() | Miao Xie | 1 | -23/+17 |
| 2012-10-01 | Btrfs: fix possible memory leak in scrub_setup_recheck_block() | Wei Yongjun | 1 | -0/+1 |
| 2012-10-01 | Btrfs: btrfs_drop_extent_cache should never fail | Josef Bacik | 2 | -6/+11 |
| 2012-10-01 | Btrfs: do not take cleanup_work_sem in btrfs_run_delayed_iputs() | Sage Weil | 1 | -2/+0 |
| 2012-10-01 | Btrfs: set journal_info in async trans commit worker | Sage Weil | 1 | -0/+2 |
| 2012-10-01 | Btrfs: pass lockdep rwsem metadata to async commit transaction | Sage Weil | 1 | -0/+16 |
| 2012-10-01 | Btrfs: add hole punching | Josef Bacik | 5 | -13/+355 |
| 2012-10-01 | Btrfs: remove unused hint byte argument for btrfs_drop_extents | Josef Bacik | 5 | -30/+14 |
| 2012-10-01 | Btrfs: check if an inode has no checksum when logging it | Liu Bo | 1 | -11/+12 |
| 2012-10-01 | Btrfs: fix a bug in checking whether a inode is already in log | Liu Bo | 4 | -8/+10 |
| 2012-10-01 | Btrfs: fix wrong orphan count of the fs/file tree | Miao Xie | 1 | -1/+1 |
| 2012-10-01 | Btrfs: improve fsync by filtering extents that we want | Liu Bo | 4 | -3/+26 |
| 2012-10-01 | Btrfs: do not needlessly restart the transaction for enospc | Josef Bacik | 3 | -36/+20 |
| 2012-10-01 | Btrfs: cleanup extents after we finish logging inode | Liu Bo | 1 | -0/+6 |
| 2012-10-01 | Btrfs: only warn if we hit an error when doing the tree logging | Josef Bacik | 1 | -1/+1 |
| 2012-10-01 | Btrfs: turbo charge fsync | Josef Bacik | 8 | -42/+416 |
| 2012-10-01 | Btrfs: fix possible corruption when fsyncing written prealloced extents | Josef Bacik | 1 | -0/+12 |
| 2012-10-01 | Btrfs: do not allocate chunks as agressively | Josef Bacik | 1 | -9/+3 |
| 2012-10-01 | Btrfs: update last trans if we don't update the inode | Josef Bacik | 1 | -0/+2 |
| 2012-10-01 | Btrfs: fix gcc warnings for 32bit compiles | Jan Schmidt | 4 | -31/+32 |
| 2012-10-01 | Btrfs: fix btrfs send for inline items and compression | Chris Mason | 3 | -15/+37 |
| 2012-10-01 | Btrfs: don't treat top/root directory inode as deleted/reused | Alexander Block | 1 | -1/+20 |
| 2012-10-01 | Btrfs: ignore non-FS inodes for send/receive | Alexander Block | 1 | -0/+5 |
| 2012-10-01 | Btrfs: pass root instead of parent_root to iterate_inode_ref | Alexander Block | 1 | -2/+2 |
| 2012-10-01 | Btrfs: use <= instead of < in is_extent_unchanged | Alexander Block | 1 | -1/+1 |
| 2012-10-01 | Btrfs: fix check for changed extent in is_extent_unchanged | Alexander Block | 1 | -2/+2 |
| 2012-10-01 | Btrfs: free nce and nce_head on error in name_cache_insert | Alexander Block | 1 | -1/+5 |
| 2012-10-01 | Btrfs: remove unused tmp_path from iterate_dir_item | Alexander Block | 1 | -8/+0 |
| 2012-10-01 | Btrfs: code cleanups for send/receive | Alexander Block | 1 | -48/+35 |
| 2012-10-01 | Btrfs: add/fix comments/documentation for send/receive | Alexander Block | 1 | -6/+134 |
| 2012-10-01 | Btrfs: update send_progress at correct places | Alexander Block | 1 | -6/+20 |
| 2012-10-01 | Btrfs: make aux field of ulist 64 bit | Alexander Block | 4 | -23/+21 |
| 2012-10-01 | Btrfs: fix use of radix_tree for name_cache in send/receive | Alexander Block | 1 | -39/+37 |
| 2012-10-01 | Btrfs: fix memory leak for name_cache in send/receive | Alexander Block | 1 | -0/+1 |
| 2012-10-01 | Btrfs: don't break in the final loop of find_extent_clone | Alexander Block | 1 | -1/+0 |
| 2012-10-01 | Btrfs: use normal return path for root == send_root case | Alexander Block | 1 | -6/+0 |
| 2012-10-01 | Btrfs: use kmalloc instead of stack for backref_ctx | Alexander Block | 1 | -11/+18 |
| 2012-10-01 | Btrfs: rename backref_ctx::found_in_send_root to found_itself | Alexander Block | 1 | -4/+4 |
| 2012-10-01 | Btrfs: remove unused use_list from send/receive code | Alexander Block | 1 | -2/+0 |
| 2012-10-01 | Btrfs: add correct parent to check_dirs when dir got moved | Alexander Block | 1 | -0/+11 |
| 2012-10-01 | Btrfs: remove unused code with #if 0 | Alexander Block | 1 | -0/+2 |
| 2012-10-01 | Btrfs: add missing check for dir != tmp_dir to is_first_ref | Alexander Block | 1 | -1/+1 |
| 2012-10-01 | Btrfs: fix cur_ino < parent_ino case for send/receive | Alexander Block | 1 | -244/+146 |
| 2012-10-01 | Btrfs: add rdev to get_inode_info in send/receive | Alexander Block | 1 | -13/+17 |
| 2012-10-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 3 | -4/+4 |
| 2012-09-26 | switch simple cases of fget_light to fdget | Al Viro | 1 | -14/+12 |
| 2012-09-26 | switch btrfs_ioctl_clone() to fget_light() | Al Viro | 1 | -3/+3 |
| 2012-09-26 | switch btrfs_ioctl_snap_create_transid() to fget_light() | Al Viro | 1 | -7/+7 |
| 2012-09-21 | userns: Convert btrfs to use kuid/kgid where appropriate | Eric W. Biederman | 3 | -11/+11 |
| 2012-09-21 | btrfs: fix the commment for the action flags in delayed-ref.h | Wang Sheng-Hui | 1 | -1/+1 |
| 2012-09-18 | userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr | Eric W. Biederman | 1 | -4/+4 |
| 2012-09-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -6/+2 |
| 2012-09-14 | Revert "Btrfs: fix some error codes in btrfs_qgroup_inherit()" | Chris Mason | 1 | -6/+2 |
| 2012-09-06 | btrfs: fix trivial typo for the comment of BTRFS_FREE_INO_OBJECTID | Wang Sheng-Hui | 1 | -1/+1 |
| 2012-09-01 | btrfs: fix comment typo in btrfs_finish_ordered_io | Liu Bo | 1 | -2/+2 |
| 2012-08-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 21 | -376/+418 |
| 2012-08-28 | Btrfs: fix that repair code is spuriously executed for transid failures | Stefan Behrens | 1 | -2/+6 |
| 2012-08-28 | Btrfs: fix ordered extent leak when failing to start a transaction | Liu Bo | 1 | -2/+5 |
| 2012-08-28 | Btrfs: fix a dio write regression | Liu Bo | 1 | -4/+20 |
| 2012-08-28 | Btrfs: fix deadlock with freeze and sync V2 | Josef Bacik | 1 | -4/+9 |
| 2012-08-28 | Btrfs: revert checksum error statistic which can cause a BUG() | Stefan Behrens | 3 | -39/+2 |
| 2012-08-28 | Btrfs: remove superblock writing after fatal error | Stefan Behrens | 2 | -33/+5 |
| 2012-08-28 | Btrfs: allow delayed refs to be merged | Josef Bacik | 3 | -27/+142 |
| 2012-08-28 | Btrfs: fix enospc problems when deleting a subvol | Josef Bacik | 1 | -1/+1 |
| 2012-08-28 | Btrfs: fix wrong mtime and ctime when creating snapshots | Miao Xie | 1 | -0/+1 |
| 2012-08-28 | Btrfs: fix race in run_clustered_refs | Arne Jansen | 1 | -0/+17 |
| 2012-08-28 | Btrfs: don't run __tree_mod_log_free_eb on leaves | Chris Mason | 1 | -0/+3 |
| 2012-08-28 | Btrfs: increase the size of the free space cache | Josef Bacik | 1 | -8/+7 |
| 2012-08-28 | Btrfs: barrier before waitqueue_active | Josef Bacik | 5 | -12/+10 |
| 2012-08-28 | Btrfs: fix deadlock in wait_for_more_refs | Arne Jansen | 5 | -73/+21 |
| 2012-08-28 | btrfs: fix second lock in btrfs_delete_delayed_items() | Fengguang Wu | 1 | -2/+3 |
| 2012-08-28 | Btrfs: don't allocate a seperate csums array for direct reads | Josef Bacik | 3 | -32/+19 |
| 2012-08-28 | Btrfs: do not strdup non existent strings | Josef Bacik | 1 | -3/+5 |
| 2012-08-28 | Btrfs: do not use missing devices when showing devname | Josef Bacik | 1 | -0/+2 |
| 2012-08-28 | Btrfs: fix that error value is changed by mistake | Stefan Behrens | 1 | -2/+2 |
| 2012-08-28 | Btrfs: lock extents as we map them in DIO | Josef Bacik | 1 | -129/+127 |
| 2012-08-28 | Btrfs: fix some endian bugs handling the root times | Dan Carpenter | 3 | -4/+4 |
| 2012-08-28 | Btrfs: unlock on error in btrfs_delalloc_reserve_metadata() | Dan Carpenter | 1 | -1/+3 |
| 2012-08-28 | Btrfs: checking for NULL instead of IS_ERR | Dan Carpenter | 1 | -1/+3 |
| 2012-08-28 | Btrfs: fix some error codes in btrfs_qgroup_inherit() | Dan Carpenter | 1 | -2/+6 |
| 2012-08-28 | Btrfs: fix a misplaced address operator in a condition | Stefan Behrens | 1 | -1/+1 |
| 2012-08-12 | Merge branch 'for-linus-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -5/+0 |
| 2012-08-09 | Btrfs: remove mnt_want_write call in btrfs_mksubvol | Alexander Block | 1 | -5/+0 |
| 2012-08-04 | btrfs: nuke pdflush from comments | Artem Bityutskiy | 2 | -2/+3 |
| 2012-08-04 | btrfs: nuke write_super from comments | Artem Bityutskiy | 2 | -8/+0 |
| 2012-08-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 5 | -10/+24 |
| 2012-07-31 | btrfs: Convert to new freezing mechanism | Jan Kara | 4 | -5/+14 |
| 2012-07-30 | btrfs: use printk_get_level and printk_skip_level, add __printf, fix fallout | Joe Perches | 4 | -8/+50 |
| 2012-07-31 | btrfs: Push mnt_want_write() outside of i_mutex | Jan Kara | 1 | -12/+11 |
| 2012-07-26 | Btrfs: using vmalloc and friends needs vmalloc.h | Stephen Rothwell | 1 | -0/+1 |
| 2012-07-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 34 | -631/+8687 |
| 2012-07-25 | Btrfs: uninit variable fixes in send/receive | Chris Mason | 1 | -2/+2 |
| 2012-07-25 | Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linus | Chris Mason | 14 | -40/+5483 |
| 2012-07-25 | Btrfs: introduce BTRFS_IOC_SEND for btrfs send/receive | Alexander Block | 5 | -1/+4717 |
| 2012-07-25 | Btrfs: add btrfs_compare_trees function | Alexander Block | 2 | -0/+440 |