summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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/+195Star
| |\ \
| | * | btrfs: use list_for_each_entry* in backref.cGeliang Tang2016-01-071-17/+6Star
| | * | btrfs: use list_for_each_entry_safe in free-space-cache.cGeliang Tang2016-01-071-10/+4Star
| | * | btrfs: use list_for_each_entry* in check-integrity.cGeliang Tang2016-01-071-79/+26Star
| | * | Btrfs: use linux/sizes.h to represent constantsByongho Lee2016-01-0717-177/+147Star
| | * | btrfs: cleanup, remove stray return statementsDavid Sterba2016-01-076-9/+0Star
| | * | btrfs: zero out delayed node upon allocationAlexandru Moise2016-01-071-6/+1Star
| | * | 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/+2Star
| * | | 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/+9Star
| | * | 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/+2Star
| | * | 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/+12Star
| | * | btrfs: put delayed item hook into inodeDavid Sterba2016-01-072-31/+29Star
| | * | btrfs: Support convert to -d dup for btrfs-convertZhao Lei2016-01-071-8/+0Star
| | * | 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
| | |\ \
| | | * | Btrfs: add free space tree mount optionOmar Sandoval2015-12-173-10/+88
| | | * | Btrfs: wire up the free space tree to the extent treeOmar Sandoval2015-12-171-3/+33
| | | * | Btrfs: add free space tree sanity testsOmar Sandoval2015-12-177-48/+646
| | | * | Btrfs: implement the free space B-treeOmar Sandoval2015-12-175-4/+1686
| | | * | Btrfs: introduce the free space B-tree on-disk formatOmar Sandoval2015-12-171-0/+38