summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
AgeCommit message (Expand)Author
2016-01-22Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-19Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-15Btrfs: fix output of compression message in btrfs_parse_options()Tsutomu Itoh
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason
2016-01-07btrfs: statfs: report zero available if metadata are exhaustedDavid Sterba
2016-01-07btrfs: constify static arraysDavid Sterba
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov
2015-12-18Merge branch 'freespace-tree' into for-linus-4.5Chris Mason
2015-12-17Btrfs: add free space tree mount optionOmar Sandoval
2015-12-17Btrfs: add free space tree sanity testsOmar Sandoval
2015-10-21Btrfs: add fragment=* debug mount optionJosef Bacik
2015-09-29Btrfs: __btrfs_std_error() logic should be consistent w/out CONFIG_PRINTK def...Anand Jain
2015-09-25Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-09-10Btrfs: remove unnecessary locking of cleaner_mutex to avoid deadlockFilipe Manana
2015-09-05Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-08-09Merge branch 'jeffm-discard-4.3' into for-linus-4.3Chris Mason
2015-08-09Btrfs: add support for blkio controllersChris Mason
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman
2015-07-29btrfs: add missing discards when unpinning extents with -o discardJeff Mahoney
2015-07-29btrfs: explictly delete unused block groups in close_ctree and ro-remountJeff Mahoney
2015-06-03Btrfs: show subvol= and subvolid= in /proc/mountsOmar Sandoval
2015-06-03Btrfs: unify subvol= and subvolid= mountingOmar Sandoval
2015-06-03Btrfs: fail on mismatched subvol and subvolid mount optionsOmar Sandoval
2015-06-03Btrfs: clean up error handling in mount_subvol()Omar Sandoval
2015-06-03Btrfs: remove all subvol options before mounting top-levelOmar Sandoval
2015-06-03Btrfs: lock superblock before remounting for rw subvolOmar Sandoval
2015-06-02btrfs: add 'cold' compiler annotations to all error handling functionsDavid Sterba
2015-06-02btrfs: report exact callsite where transaction abort occursDavid Sterba
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-03-26btrfs: cleanup orphans while looking up default subvolumeJeff Mahoney
2015-03-26btrfs: explicitly set control file's private_dataTom Van Braeckel
2015-03-25Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason
2015-03-03btrfs: cleanup 64bit/32bit divs, compile time constantsDavid Sterba
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-01-21btrfs: remove a no-op unfreeze superbock callbackDavid Sterba
2015-01-20btrfs: Don't call btrfs_start_transaction() on frozen fs to avoid deadlock.Qu Wenruo
2015-01-19btrfs: sync ioctl, handle errors after transaction startDavid Sterba
2014-12-02Btrfs: make btrfs_abort_transaction consider existence of new block groupsFilipe Manana
2014-11-25Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason
2014-11-20btrfs: fix wrong accounting of raid1 data profile in statfsDavid Sterba
2014-11-20Btrfs: don't take the chunk_mutex/dev_list mutex in statfs V2Josef Bacik
2014-11-12btrfs: switch inode_cache option handling to pending changesDavid Sterba
2014-11-12btrfs: do commit in sync_fs if there are pending changesDavid Sterba
2014-10-27Btrfs: properly clean up btrfs_end_io_wq_cacheJosef Bacik
2014-10-08btrfs: Fix compile error when CONFIG_SECURITY is not set.Qu Wenruo
2014-10-06btrfs: Make btrfs handle security mount options internally to avoid losing se...Qu Wenruo