summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-2216-213/+264
|\
| * btrfs: raid56: Use raid_write_end_io for scrubZhao Lei2016-01-201-27/+5Star
| * btrfs: Remove unnecessary ClearPageUptodate for raid56Zhao Lei2016-01-201-2/+0Star
| * btrfs: use rbio->nr_pages to reduce calculationZhao Lei2016-01-201-12/+7Star
| * btrfs: Use unified stripe_page's index calculationZhao Lei2016-01-201-22/+21Star
| * btrfs: Fix calculation of rbio->dbitmap's size calculationZhao Lei2016-01-202-3/+3
| * btrfs: Fix no_space in write and rm loopZhao Lei2016-01-201-1/+3
| * btrfs: merge functions for wait snapshot creationZhao Lei2016-01-203-21/+22
| * btrfs: delete unused argument in btrfs_copy_from_userZhao Lei2016-01-201-4/+2Star
| * btrfs: Use direct way to determine raid56 write/recover modeZhao Lei2016-01-201-1/+2
| * btrfs: Small cleanup for get index_srcdev loopZhao Lei2016-01-201-22/+20Star
| * btrfs: Enhance chunk validation checkQu Wenruo2016-01-201-1/+32
| * btrfs: Enhance super validation checkQu Wenruo2016-01-201-49/+48Star
| * Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana2016-01-204-8/+10
| * Btrfs: fix typo in log message when starting a balanceFilipe Manana2016-01-201-1/+1
| * Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason2016-01-206-15/+56
| |\
| | * btrfs: initialize the seq counter in struct btrfs_deviceSebastian Andrzej Siewior2016-01-151-0/+1
| | * Btrfs: fix output of compression message in btrfs_parse_options()Tsutomu Itoh2016-01-151-7/+22
| | * Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...Chandan Rajendra2016-01-154-8/+33
| * | Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason2016-01-207-24/+32
| |\ \
| | * | btrfs: remove duplicate const specifierColin Ian King2016-01-191-1/+1
| | * | Btrfs: clean up an error code in btrfs_init_space_info()Dan Carpenter2016-01-151-1/+1
| | * | btrfs: fix iterator with update error in backref.cGeliang Tang2016-01-151-5/+5
| | * | btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney2016-01-156-17/+25
* | | | 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