summaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-11btrfs: rename btrfs_print_info to btrfs_print_mod_infoAnand Jain1-2/+2
2016-02-26Merge branch 'dev/control-ioctl' into for-chris-4.6David Sterba1-0/+3
2016-02-23btrfs: drop unused argument in btrfs_ioctl_get_supported_featuresDavid Sterba1-2/+1
2016-02-23btrfs: add GET_SUPPORTED_FEATURES to the control device ioctlsDavid Sterba1-0/+4
2016-02-12btrfs: Introduce new mount option alias for nologreplayQu Wenruo1-1/+3
2016-02-12btrfs: Introduce new mount option to disable tree log replayQu Wenruo1-3/+25
2016-02-12btrfs: Introduce new mount option usebackuproot to replace recoveryQu Wenruo1-6/+9
2016-01-22Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+22
2016-01-20Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason1-7/+22
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-11/+73
2016-01-15Btrfs: fix output of compression message in btrfs_parse_options()Tsutomu Itoh1-7/+22
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason1-1/+1
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason1-1/+25
2016-01-07btrfs: statfs: report zero available if metadata are exhaustedDavid Sterba1-0/+24
2016-01-07btrfs: constify static arraysDavid Sterba1-1/+1
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee1-1/+1
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov1-3/+1
2015-12-18Merge branch 'freespace-tree' into for-linus-4.5Chris Mason1-9/+47
2015-12-17Btrfs: add free space tree mount optionOmar Sandoval1-9/+44
2015-12-17Btrfs: add free space tree sanity testsOmar Sandoval1-0/+3
2015-10-22Btrfs: add fragment=* debug mount optionJosef Bacik1-0/+30
2015-09-29Btrfs: __btrfs_std_error() logic should be consistent w/out CONFIG_PRINTK def...Anand Jain1-22/+5
2015-09-25Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+0
2015-09-10Btrfs: remove unnecessary locking of cleaner_mutex to avoid deadlockFilipe Manana1-2/+0
2015-09-06Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+13
2015-08-09Merge branch 'jeffm-discard-4.3' into for-linus-4.3Chris Mason1-1/+12
2015-08-09Btrfs: add support for blkio controllersChris Mason1-0/+1
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman1-2/+1
2015-07-29btrfs: add missing discards when unpinning extents with -o discardJeff Mahoney1-1/+1
2015-07-29btrfs: explictly delete unused block groups in close_ctree and ro-remountJeff Mahoney1-0/+11
2015-06-03Btrfs: show subvol= and subvolid= in /proc/mountsOmar Sandoval1-0/+4
2015-06-03Btrfs: unify subvol= and subvolid= mountingOmar Sandoval1-67/+171
2015-06-03Btrfs: fail on mismatched subvol and subvolid mount optionsOmar Sandoval1-8/+25
2015-06-03Btrfs: clean up error handling in mount_subvol()Omar Sandoval1-28/+33
2015-06-03Btrfs: remove all subvol options before mounting top-levelOmar Sandoval1-36/+20
2015-06-03Btrfs: lock superblock before remounting for rw subvolOmar Sandoval1-0/+2
2015-06-03btrfs: add 'cold' compiler annotations to all error handling functionsDavid Sterba1-0/+3
2015-06-03btrfs: report exact callsite where transaction abort occursDavid Sterba1-8/+0
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-4/+4
2015-03-27btrfs: cleanup orphans while looking up default subvolumeJeff Mahoney1-0/+9
2015-03-27btrfs: explicitly set control file's private_dataTom Van Braeckel1-0/+12
2015-03-25Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason1-1/+1
2015-03-03btrfs: cleanup 64bit/32bit divs, compile time constantsDavid Sterba1-1/+1
2015-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+0
2015-01-22btrfs: remove a no-op unfreeze superbock callbackDavid Sterba1-6/+0
2015-01-21btrfs: Don't call btrfs_start_transaction() on frozen fs to avoid deadlock.Qu Wenruo1-0/+10
2015-01-20btrfs: sync ioctl, handle errors after transaction startDavid Sterba1-2/+2
2014-12-03Btrfs: make btrfs_abort_transaction consider existence of new block groupsFilipe Manana1-1/+1
2014-11-25Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason1-5/+13