summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-01-201-1/+1
|\
| * kbuild: Allow to specify composite modules with modname-mMichal Marek2015-11-251-1/+1
* | Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-191-5/+5
|\ \
| * | block: use bd{grab,put}() instead of open-codingIlya Dryomov2016-01-131-3/+3
| * | blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig2015-12-011-2/+2
* | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-1846-828/+3688
|\ \ \
| * \ \ Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-01-114-18/+58
| |\ \ \
| | * | | Btrfs: fix fitrim discarding device area reserved for boot loader's useFilipe Manana2016-01-071-10/+10
| | * | | Btrfs: fix transaction handle leak on failure to create hard linkFilipe Manana2016-01-061-2/+4
| | * | | Btrfs: fix number of transaction units required to create symlinkFilipe Manana2015-12-311-1/+3
| | * | | Btrfs: don't leave dangling dentry if symlink creation failedFilipe Manana2015-12-311-4/+7
| | * | | Btrfs: send, don't BUG_ON() when an empty symlink is foundFilipe Manana2015-12-311-1/+15
| | * | | Btrfs: fix race between free space endio workers and space cache writeoutFilipe Manana2015-12-301-0/+19
| * | | | Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason2016-01-1124-305/+195
| |\ \ \ \
| | * | | | btrfs: use list_for_each_entry* in backref.cGeliang Tang2016-01-071-17/+6
| | * | | | btrfs: use list_for_each_entry_safe in free-space-cache.cGeliang Tang2016-01-071-10/+4
| | * | | | btrfs: use list_for_each_entry* in check-integrity.cGeliang Tang2016-01-071-79/+26
| | * | | | Btrfs: use linux/sizes.h to represent constantsByongho Lee2016-01-0717-177/+147
| | * | | | btrfs: cleanup, remove stray return statementsDavid Sterba2016-01-076-9/+0
| | * | | | btrfs: zero out delayed node upon allocationAlexandru Moise2016-01-071-6/+1
| | * | | | btrfs: pass proper enum type to start_transaction()Alexandru Moise2016-01-071-5/+10
| | * | | | btrfs: switch __btrfs_fs_incompat return type from int to boolAlexandru Moise2016-01-071-1/+1
| | * | | | btrfs: remove unused inode argument from uncompress_inline()Byongho Lee2016-01-071-3/+2
| * | | | | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason2016-01-1122-144/+186
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Btrfs: Check metadata redundancy on balanceSam Tygier2016-01-071-0/+7
| | * | | | btrfs: statfs: report zero available if metadata are exhaustedDavid Sterba2016-01-071-0/+24
| | * | | | btrfs: preallocate path for snapshot creation at ioctl timeDavid Sterba2016-01-073-6/+8
| | * | | | btrfs: allocate root item at snapshot ioctl timeDavid Sterba2016-01-073-6/+13
| | * | | | btrfs: do an allocation earlier during snapshot creationDavid Sterba2016-01-071-11/+9
| | * | | | btrfs: use smaller type for btrfs_path locksDavid Sterba2016-01-071-1/+1
| | * | | | btrfs: use smaller type for btrfs_path lowest_levelDavid Sterba2016-01-071-1/+1
| | * | | | btrfs: use smaller type for btrfs_path readaDavid Sterba2016-01-071-1/+1
| | * | | | btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba2016-01-0711-30/+30
| | * | | | btrfs: constify static arraysDavid Sterba2016-01-074-4/+4
| | * | | | btrfs: constify remaining structs with function pointersDavid Sterba2016-01-075-8/+8
| | * | | | btrfs tests: replace whole ops structure for free space testsDavid Sterba2016-01-071-6/+8
| | * | | | btrfs: don't use slab cache for struct btrfs_delalloc_workDavid Sterba2016-01-071-12/+2
| | * | | | btrfs: drop duplicate prefix from scrub workqueuesDavid Sterba2016-01-071-5/+5
| | * | | | btrfs: verbose error when we find an unexpected item in sys_arrayDavid Sterba2016-01-071-0/+3
| | * | | | btrfs: handle invalid num_stripes in sys_arrayDavid Sterba2016-01-071-0/+8
| | * | | | btrfs: better packing of btrfs_delayed_extent_opDavid Sterba2016-01-074-15/+12
| | * | | | btrfs: put delayed item hook into inodeDavid Sterba2016-01-072-31/+29
| | * | | | btrfs: Support convert to -d dup for btrfs-convertZhao Lei2016-01-071-8/+0
| | * | | | Btrfs: igrab inode in writepageJosef Bacik2016-01-071-2/+15
| | * | | | Btrfs: add missing brelse when superblock checksum failsAnand Jain2016-01-071-0/+1
| | |/ / /
| * | | | btrfs: don't run delayed references while we are creating the free space treeChris Mason2015-12-304-16/+28
| * | | | btrfs: fix compiling with CONFIG_BTRFS_DEBUG enabled.Chris Mason2015-12-301-0/+2
| * | | | btrfs: fix warning on uninit variable in btrfs_finish_chunk_allocChris Mason2015-12-231-1/+1
| * | | | Merge branch 'freespace-4.5' into for-linus-4.5Chris Mason2015-12-2315-112/+2932
| |\ \ \ \
| | * \ \ \ Merge branch 'freespace-tree' into for-linus-4.5Chris Mason2015-12-1815-112/+2932
| | |\ \ \ \