| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Btrfs: change the insertion criteria for the qgroup operations rbtree | Filipe Manana | 2015-03-27 | 1 | -4/+4 |
* | Btrfs: add missing inode item update in fallocate() | Filipe Manana | 2015-03-27 | 1 | -9/+20 |
* | Btrfs: incremental send, remove dead code | Filipe Manana | 2015-03-27 | 1 | -59/+0 |
* | Btrfs: incremental send, clear name from cache after orphanization | Filipe Manana | 2015-03-27 | 1 | -0/+17 |
* | Btrfs: send, don't leave without decrementing clone root's send_progress | Filipe Manana | 2015-03-27 | 1 | -2/+2 |
* | Btrfs: send, add missing check for dead clone root | Filipe Manana | 2015-03-27 | 1 | -1/+2 |
* | Btrfs: remove deleted xattrs on fsync log replay | Filipe Manana | 2015-03-27 | 1 | -14/+109 |
* | Merge branch 'cleanup/divs' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Chris Mason | 2015-03-25 | 0 | -0/+0 |
|\ |
|
| * | btrfs: cleanup, use correct type in div_u64_rem | David Sterba | 2015-03-03 | 2 | -8/+9 |
| * | btrfs: replace remaining do_div calls with div_u64 variants | David Sterba | 2015-03-03 | 4 | -19/+20 |
| * | btrfs: cleanup 64bit/32bit divs, provably bounded values | David Sterba | 2015-03-03 | 5 | -26/+24 |
| * | btrfs: cleanup 64bit/32bit divs, compile time constants | David Sterba | 2015-02-20 | 6 | -21/+18 |
* | | Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne... | Chris Mason | 2015-03-25 | 25 | -350/+384 |
|\ \ |
|
| * | | btrfs: cleanup, reduce temporary variables in btrfs_read_roots | David Sterba | 2015-02-16 | 1 | -29/+25 |
| * | | btrfs: use correct type for workqueue flags | David Sterba | 2015-02-16 | 4 | -5/+5 |
| * | | btrfs: factor btrfs_read_roots() out of open_ctree() | Eric Sandeen | 2015-02-16 | 1 | -65/+66 |
| * | | btrfs: factor btrfs_replay_log() out of open_ctree() | Eric Sandeen | 2015-02-16 | 1 | -40/+53 |
| * | | btrfs: factor btrfs_init_workqueues() out of open_ctree() | Eric Sandeen | 2015-02-16 | 1 | -70/+83 |
| * | | btrfs: factor btrfs_init_qgroup() out of open_ctree() | Eric Sandeen | 2015-02-16 | 1 | -11/+15 |
| * | | btrfs: factor btrfs_init_dev_replace_locks() out of open_ctree() | Eric Sandeen | 2015-02-16 | 1 | -6/+12 |
| * | | btrfs: factor btrfs_init_btree_inode() out of open_ctree() | Eric Sandeen | 2015-02-16 | 1 | -25/+31 |
| * | | btrfs: factor btrfs_init_balance() out of open_ctree() | Eric Sandeen | 2015-02-16 | 1 | -8/+12 |
| * | | btrfs: factor btrfs_init_scrub() out of open_ctree() | Eric Sandeen | 2015-02-16 | 1 | -7/+12 |
| * | | btrfs: consistently use fs_info in close_ctree() | Eric Sandeen | 2015-02-16 | 1 | -3/+3 |
| * | | btrfs: remove unused fs_info arg from btrfs_close_extra_devices() | Eric Sandeen | 2015-02-16 | 3 | -6/+4 |
| * | | btrfs: fix sizeof format specifier in btrfs_check_super_valid() | Fabian Frederick | 2015-02-16 | 1 | -1/+1 |
| * | | btrfs: cleanup: use for() loop in btrfs_map_bio() | Zhao Lei | 2015-02-16 | 1 | -6/+3 |
| * | | btrfs: remove unused chunk_tree argument in several functions | Zhao Lei | 2015-02-16 | 1 | -14/+6 |
| * | | btrfs: cleanup: remove no-used alloc_chunk in btrfs_check_data_free_space() | Zhao Lei | 2015-02-16 | 1 | -2/+2 |
| * | | btrfs: constify structs with op functions or static definitions | David Sterba | 2015-02-16 | 10 | -11/+13 |
| * | | Btrfs: switch to kvfree() helper | Wang Shilong | 2015-02-16 | 2 | -14/+4 |
| * | | Btrfs: disk-io: replace root args iff only fs_info used | Daniel Dressler | 2015-02-16 | 6 | -38/+40 |
| * | | Btrfs: delayed-inode: replace root args iff only fs_info used | Daniel Dressler | 2015-02-16 | 1 | -4/+5 |
| * | | Btrfs: ctree: reduce args where only fs_info used | Daniel Dressler | 2015-02-16 | 4 | -18/+22 |
* | | | Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern... | Chris Mason | 2015-03-25 | 21 | -135/+126 |
|\ \ \ |
|
| * | | | btrfs: remove shadowing variables in __btrfs_map_block | David Sterba | 2015-03-03 | 1 | -4/+1 |
| * | | | btrfs: switch helper macros to static inlines in sysfs.h | David Sterba | 2015-03-03 | 1 | -5/+17 |
| * | | | btrfs: cleanup, use correct type in div_u64_rem | David Sterba | 2015-03-03 | 2 | -8/+9 |
| * | | | btrfs: replace remaining do_div calls with div_u64 variants | David Sterba | 2015-03-03 | 4 | -19/+20 |
| * | | | btrfs: cleanup 64bit/32bit divs, provably bounded values | David Sterba | 2015-03-03 | 5 | -26/+24 |
| * | | | btrfs: use explicit initializer for seq_elem | David Sterba | 2015-03-03 | 4 | -6/+8 |
| * | | | btrfs: remove shadowing variables in __btrfs_buffered_write | David Sterba | 2015-03-03 | 1 | -2/+2 |
| * | | | btrfs: cleanup, use kmalloc_array/kcalloc array helpers | David Sterba | 2015-03-03 | 11 | -21/+18 |
| * | | | btrfs: cleanup 64bit/32bit divs, compile time constants | David Sterba | 2015-03-03 | 6 | -21/+18 |
| * | | | btrfs: use cond_resched_lock where possible | David Sterba | 2015-03-03 | 3 | -20/+7 |
| * | | | btrfs: need_resched not needed with cond_resched | David Sterba | 2015-03-03 | 1 | -4/+3 |
| | |/
| |/| |
|
* | | | Linux 4.0-rc5v4.0-rc5 | Linus Torvalds | 2015-03-23 | 1 | -1/+1 |
* | | | Merge tag 'md/4.0-rc4-fix' of git://neil.brown.name/md | Linus Torvalds | 2015-03-23 | 2 | -3/+2 |
|\ \ \ |
|
| * | | | md: fix problems with freeing private data after ->run failure. | NeilBrown | 2015-03-20 | 2 | -3/+2 |
* | | | | Merge tag 'driver-core-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2015-03-22 | 2 | -0/+4 |
|\ \ \ \ |
|