aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
AgeCommit message (Expand)Author
2016-07-10btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney
2016-04-13btrfs: statfs: report zero available if metadata are exhaustedDavid 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
2014-10-02btrfs: use slab for end_io_wq structuresDavid Sterba
2014-10-02btrfs: fix error labels in init_btrfs_fsDavid Sterba
2014-10-02Btrfs: set default max_inline to 8KiB instead of 8MiBFilipe David Borba Manana
2014-10-01btrfs: remove unused variable from btrfs_parse_optionsDavid Sterba
2014-09-17Btrfs: fix unprotected device list access when getting the fs informationMiao Xie
2014-09-17btrfs: add trace for qgroup accountingMark Fasheh
2014-09-17Btrfs: clear compress-force when remounting with compress optionWang Shilong
2014-09-17btrfs: make close_ctree return voidDavid Sterba
2014-08-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2014-08-15btrfs: adjust statfs calculations according to raid profilesDavid Sterba
2014-08-07dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields
2014-07-03btrfs: fix null pointer dereference in btrfs_show_devname when name is nullAnand Jain
2014-07-03btrfs: fix nossd and ssd_spread mount option regressionEric Sandeen
2014-07-03Btrfs: fix race between balance recovery and root deletionWang Shilong
2014-06-09btrfs: remove stale newlines from log messagesDavid Sterba
2014-06-09Btrfs: remove OPT_acl parse when acl disabledGuangliang Zhao
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik
2014-06-09Btrfs: reclaim the reserved metadata space at backgroundMiao Xie
2014-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-04-24Btrfs: move btrfs_{set,clear}_and_info() to ctree.hWang Shilong
2014-04-14btrfs: fix use-after-free in mount_subvol()Christoph Jaeger
2014-04-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-04-10btrfs: allow mounting btrfs subvolumes with different ro/rw optionsHarald Hoyer
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2014-03-10btrfs: Cleanup the old btrfs_worker.Qu Wenruo
2014-03-10btrfs: Replace fs_info->scrub_* workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->delayed_workers workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->fixup_workers workqueue with btrfs_workqueue.Qu Wenruo