| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/... | Linus Torvalds | 2016-12-17 | 1 | -1/+0 |
|\ |
|
| * | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi | 2016-12-09 | 1 | -1/+0 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-12-17 | 3 | -17/+1 |
|\ \ |
|
| * \ | Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linus | Al Viro | 2016-12-16 | 3 | -16/+0 |
| |\ \ |
|
| | * | | fs: try to clone files first in vfs_copy_file_range | Christoph Hellwig | 2016-12-09 | 3 | -16/+0 |
| | |/ |
|
| * / | constify btrfs_mksubvol() | Al Viro | 2016-12-05 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-12-16 | 63 | -4592/+4682 |
|\ \ |
|
| * | | btrfs: limit async_work allocation and worker func duration | Maxim Patlasov | 2016-12-13 | 3 | -2/+19 |
| * | | Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Chris Mason | 2016-12-13 | 6 | -42/+37 |
| |\ \ |
|
| | * | | Btrfs: fix tree search logic when replaying directory entry deletes | Robbie Ko | 2016-11-30 | 1 | -2/+1 |
| | * | | Btrfs: fix deadlock caused by fsync when logging directory entries | Robbie Ko | 2016-11-30 | 1 | -2/+2 |
| | * | | Btrfs: fix enospc in hole punching | Robbie Ko | 2016-11-30 | 1 | -2/+2 |
| | * | | Btrfs: fix qgroup rescan worker initialization | Filipe Manana | 2016-11-25 | 1 | -4/+1 |
| | * | | Btrfs: fix emptiness check for dirtied extent buffers at check_leaf() | Filipe Manana | 2016-11-23 | 1 | -1/+12 |
| | * | | Btrfs: fix BUG_ON in btrfs_mark_buffer_dirty | Liu Bo | 2016-11-23 | 1 | -3/+7 |
| | * | | Btrfs: remove rb_node field from the delayed ref node structure | Filipe Manana | 2016-11-19 | 1 | -6/+0 |
| | * | | Btrfs: remove unused code when creating and merging reloc trees | Filipe Manana | 2016-11-19 | 1 | -19/+0 |
| | * | | Btrfs: fix relocation incorrectly dropping data references | Filipe Manana | 2016-11-19 | 1 | -3/+12 |
| | * | | Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/k... | Chris Mason | 2016-11-01 | 5 | -9/+29 |
| | |\ \ |
|
| * | | | | Revert "Btrfs: adjust len of writes if following a preallocated extent" | Chris Mason | 2016-12-11 | 1 | -5/+3 |
| * | | | | Btrfs: don't WARN() in btrfs_transaction_abort() for IO errors | Chris Mason | 2016-12-09 | 1 | -3/+8 |
| * | | | | btrfs: opencode chunk locking, remove helpers | David Sterba | 2016-12-06 | 5 | -53/+43 |
| * | | | | btrfs: remove root parameter from transaction commit/end routines | Jeff Mahoney | 2016-12-06 | 22 | -211/+188 |
| * | | | | btrfs: split btrfs_wait_marked_extents into normal and tree log functions | Jeff Mahoney | 2016-12-06 | 3 | -40/+58 |
| * | | | | btrfs: take an fs_info directly when the root is not used otherwise | Jeff Mahoney | 2016-12-06 | 44 | -1243/+1119 |
| * | | | | btrfs: simplify btrfs_wait_cache_io prototype | Jeff Mahoney | 2016-12-06 | 3 | -27/+34 |
| * | | | | btrfs: convert extent-tree tracepoints to use fs_info | Jeff Mahoney | 2016-12-06 | 1 | -9/+8 |
| * | | | | btrfs: root->fs_info cleanup, access fs_info->delayed_root directly | Jeff Mahoney | 2016-12-06 | 4 | -24/+13 |
| * | | | | btrfs: root->fs_info cleanup, add fs_info convenience variables | Jeff Mahoney | 2016-12-06 | 33 | -2016/+2251 |
| * | | | | btrfs: root->fs_info cleanup, update_block_group{,flags} | Jeff Mahoney | 2016-12-06 | 1 | -14/+14 |
| * | | | | btrfs: root->fs_info cleanup, lock/unlock_chunks | Jeff Mahoney | 2016-12-06 | 5 | -47/+47 |
| * | | | | btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_size | Jeff Mahoney | 2016-12-06 | 9 | -32/+37 |
| * | | | | btrfs: pull node/sector/stripe sizes out of root and into fs_info | Jeff Mahoney | 2016-12-06 | 39 | -414/+432 |
| * | | | | btrfs: root->fs_info cleanup, io_ctl_init | Jeff Mahoney | 2016-12-06 | 2 | -7/+7 |
| * | | | | btrfs: root->fs_info cleanup, use fs_info->dev_root everywhere | Jeff Mahoney | 2016-12-06 | 6 | -70/+68 |
| * | | | | btrfs: struct reada_control.root -> reada_control.fs_info | Jeff Mahoney | 2016-12-06 | 2 | -7/+8 |
| * | | | | btrfs: struct btrfsic_state->root should be an fs_info | Jeff Mahoney | 2016-12-06 | 1 | -10/+10 |
| * | | | | btrfs: alloc_reserved_file_extent trace point should use extent_root | Jeff Mahoney | 2016-12-06 | 1 | -1/+2 |
| * | | | | btrfs: btrfs_init_new_device should use fs_info->dev_root | Jeff Mahoney | 2016-12-06 | 3 | -3/+4 |
| * | | | | btrfs: call functions that always use the same root with fs_info instead | Jeff Mahoney | 2016-12-06 | 13 | -94/+107 |
| * | | | | btrfs: call functions that overwrite their root parameter with fs_info | Jeff Mahoney | 2016-12-06 | 10 | -60/+52 |
| * | | | | btrfs: improve delayed refs iterations | Wang Xiaoguang | 2016-11-30 | 4 | -6/+37 |
| * | | | | btrfs: qgroup: Fix qgroup data leaking by using subtree tracing | Qu Wenruo | 2016-11-30 | 1 | -96/+23 |
| * | | | | btrfs: Export and move leaf/subtree qgroup helpers to qgroup.c | Qu Wenruo | 2016-11-30 | 3 | -217/+239 |
| * | | | | btrfs: qgroup: Rename functions to make it follow reserve,trace,account steps | Qu Wenruo | 2016-11-30 | 6 | -16/+17 |
| * | | | | btrfs: qgroup: Add comments explaining how btrfs qgroup works | Qu Wenruo | 2016-11-30 | 1 | -0/+28 |
| * | | | | btrfs: use bio_for_each_segment_all in __btrfsic_submit_bio | Christoph Hellwig | 2016-11-30 | 1 | -19/+11 |
| * | | | | btrfs: refactor __btrfs_lookup_bio_sums to use bio_for_each_segment_all | Christoph Hellwig | 2016-11-30 | 1 | -21/+11 |
| * | | | | btrfs: calculate end of bio offset properly | Christoph Hellwig | 2016-11-30 | 1 | -2/+8 |
| * | | | | btrfs: use bi_size | Christoph Hellwig | 2016-11-30 | 1 | -5/+2 |