| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2016-01-20 | 2 | -30/+122 |
|\ |
|
| * | fs: configfs: Add unlocked version of configfs_depend_item() | Krzysztof Opasiak | 2015-12-20 | 1 | -0/+73 |
| * | fs: configfs: Factor out configfs_find_subsys_dentry() | Krzysztof Opasiak | 2015-12-20 | 1 | -12/+21 |
| * | fs: configfs: Factor out configfs_do_depend_item() | Krzysztof Opasiak | 2015-12-20 | 1 | -15/+26 |
| * | fs: configfs: Drop unused parameter from configfs_undepend_item() | Krzysztof Opasiak | 2015-12-20 | 2 | -3/+2 |
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2016-01-20 | 1 | -1/+1 |
|\ \ |
|
| * | | kbuild: Allow to specify composite modules with modname-m | Michal Marek | 2015-11-25 | 1 | -1/+1 |
* | | | Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-01-19 | 1 | -5/+5 |
|\ \ \ |
|
| * | | | block: use bd{grab,put}() instead of open-coding | Ilya Dryomov | 2016-01-13 | 1 | -3/+3 |
| * | | | blk-mq: add a flags parameter to blk_mq_alloc_request | Christoph Hellwig | 2015-12-01 | 1 | -2/+2 |
| | |/
| |/| |
|
* | | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-01-18 | 46 | -828/+3688 |
|\ \ \ |
|
| * \ \ | Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git... | Chris Mason | 2016-01-11 | 4 | -18/+58 |
| |\ \ \ |
|
| | * | | | Btrfs: fix fitrim discarding device area reserved for boot loader's use | Filipe Manana | 2016-01-07 | 1 | -10/+10 |
| | * | | | Btrfs: fix transaction handle leak on failure to create hard link | Filipe Manana | 2016-01-06 | 1 | -2/+4 |
| | * | | | Btrfs: fix number of transaction units required to create symlink | Filipe Manana | 2015-12-31 | 1 | -1/+3 |
| | * | | | Btrfs: don't leave dangling dentry if symlink creation failed | Filipe Manana | 2015-12-31 | 1 | -4/+7 |
| | * | | | Btrfs: send, don't BUG_ON() when an empty symlink is found | Filipe Manana | 2015-12-31 | 1 | -1/+15 |
| | * | | | Btrfs: fix race between free space endio workers and space cache writeout | Filipe Manana | 2015-12-30 | 1 | -0/+19 |
| * | | | | Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel... | Chris Mason | 2016-01-11 | 24 | -305/+195 |
| |\ \ \ \ |
|
| | * | | | | btrfs: use list_for_each_entry* in backref.c | Geliang Tang | 2016-01-07 | 1 | -17/+6 |
| | * | | | | btrfs: use list_for_each_entry_safe in free-space-cache.c | Geliang Tang | 2016-01-07 | 1 | -10/+4 |
| | * | | | | btrfs: use list_for_each_entry* in check-integrity.c | Geliang Tang | 2016-01-07 | 1 | -79/+26 |
| | * | | | | Btrfs: use linux/sizes.h to represent constants | Byongho Lee | 2016-01-07 | 17 | -177/+147 |
| | * | | | | btrfs: cleanup, remove stray return statements | David Sterba | 2016-01-07 | 6 | -9/+0 |
| | * | | | | btrfs: zero out delayed node upon allocation | Alexandru Moise | 2016-01-07 | 1 | -6/+1 |
| | * | | | | btrfs: pass proper enum type to start_transaction() | Alexandru Moise | 2016-01-07 | 1 | -5/+10 |
| | * | | | | btrfs: switch __btrfs_fs_incompat return type from int to bool | Alexandru Moise | 2016-01-07 | 1 | -1/+1 |
| | * | | | | btrfs: remove unused inode argument from uncompress_inline() | Byongho Lee | 2016-01-07 | 1 | -3/+2 |
| * | | | | | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Chris Mason | 2016-01-11 | 22 | -144/+186 |
| |\ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| | * | | | | Btrfs: Check metadata redundancy on balance | Sam Tygier | 2016-01-07 | 1 | -0/+7 |
| | * | | | | btrfs: statfs: report zero available if metadata are exhausted | David Sterba | 2016-01-07 | 1 | -0/+24 |
| | * | | | | btrfs: preallocate path for snapshot creation at ioctl time | David Sterba | 2016-01-07 | 3 | -6/+8 |
| | * | | | | btrfs: allocate root item at snapshot ioctl time | David Sterba | 2016-01-07 | 3 | -6/+13 |
| | * | | | | btrfs: do an allocation earlier during snapshot creation | David Sterba | 2016-01-07 | 1 | -11/+9 |
| | * | | | | btrfs: use smaller type for btrfs_path locks | David Sterba | 2016-01-07 | 1 | -1/+1 |
| | * | | | | btrfs: use smaller type for btrfs_path lowest_level | David Sterba | 2016-01-07 | 1 | -1/+1 |
| | * | | | | btrfs: use smaller type for btrfs_path reada | David Sterba | 2016-01-07 | 1 | -1/+1 |
| | * | | | | btrfs: cleanup, use enum values for btrfs_path reada | David Sterba | 2016-01-07 | 11 | -30/+30 |
| | * | | | | btrfs: constify static arrays | David Sterba | 2016-01-07 | 4 | -4/+4 |
| | * | | | | btrfs: constify remaining structs with function pointers | David Sterba | 2016-01-07 | 5 | -8/+8 |
| | * | | | | btrfs tests: replace whole ops structure for free space tests | David Sterba | 2016-01-07 | 1 | -6/+8 |
| | * | | | | btrfs: don't use slab cache for struct btrfs_delalloc_work | David Sterba | 2016-01-07 | 1 | -12/+2 |
| | * | | | | btrfs: drop duplicate prefix from scrub workqueues | David Sterba | 2016-01-07 | 1 | -5/+5 |
| | * | | | | btrfs: verbose error when we find an unexpected item in sys_array | David Sterba | 2016-01-07 | 1 | -0/+3 |
| | * | | | | btrfs: handle invalid num_stripes in sys_array | David Sterba | 2016-01-07 | 1 | -0/+8 |
| | * | | | | btrfs: better packing of btrfs_delayed_extent_op | David Sterba | 2016-01-07 | 4 | -15/+12 |
| | * | | | | btrfs: put delayed item hook into inode | David Sterba | 2016-01-07 | 2 | -31/+29 |
| | * | | | | btrfs: Support convert to -d dup for btrfs-convert | Zhao Lei | 2016-01-07 | 1 | -8/+0 |
| | * | | | | Btrfs: igrab inode in writepage | Josef Bacik | 2016-01-07 | 1 | -2/+15 |
| | * | | | | Btrfs: add missing brelse when superblock checksum fails | Anand Jain | 2016-01-07 | 1 | -0/+1 |
| | |/ / / |
|