aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-21Btrfs: add fragment=* debug mount optionJosef Bacik1-0/+30
2015-09-29Btrfs: __btrfs_std_error() logic should be consistent w/out CONFIG_PRINTK definedAnand Jain1-22/+5
2015-09-25Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-2/+0
2015-09-10Btrfs: remove unnecessary locking of cleaner_mutex to avoid deadlockFilipe Manana1-2/+0
2015-09-05Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus 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-02btrfs: add 'cold' compiler annotations to all error handling functionsDavid Sterba1-0/+3
2015-06-02btrfs: report exact callsite where transaction abort occursDavid Sterba1-8/+0
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-4/+4
2015-03-26btrfs: cleanup orphans while looking up default subvolumeJeff Mahoney1-0/+9
2015-03-26btrfs: 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/kernel/git/kdave/linux into for-linus-4.1Chris Mason1-1/+1
2015-03-03btrfs: cleanup 64bit/32bit divs, compile time constantsDavid Sterba1-1/+1
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-6/+0
2015-01-21btrfs: remove a no-op unfreeze superbock callbackDavid Sterba1-6/+0
2015-01-20btrfs: Don't call btrfs_start_transaction() on frozen fs to avoid deadlock.Qu Wenruo1-0/+10
2015-01-19btrfs: sync ioctl, handle errors after transaction startDavid Sterba1-2/+2
2014-12-02Btrfs: 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/kernel/git/kdave/linux into for-linusChris Mason1-5/+13
2014-11-20btrfs: fix wrong accounting of raid1 data profile in statfsDavid Sterba1-1/+1
2014-11-20Btrfs: don't take the chunk_mutex/dev_list mutex in statfs V2Josef Bacik1-25/+47
2014-11-12btrfs: switch inode_cache option handling to pending changesDavid Sterba1-2/+2
2014-11-12btrfs: do commit in sync_fs if there are pending changesDavid Sterba1-3/+11
2014-10-27Btrfs: properly clean up btrfs_end_io_wq_cacheJosef Bacik1-0/+1
2014-10-08btrfs: Fix compile error when CONFIG_SECURITY is not set.Qu Wenruo1-0/+2
2014-10-06btrfs: Make btrfs handle security mount options internally to avoid losing security label.Qu Wenruo1-5/+92
2014-10-02btrfs: use slab for end_io_wq structuresDavid Sterba1-1/+7
2014-10-02btrfs: fix error labels in init_btrfs_fsDavid Sterba1-2/+2
2014-10-02Btrfs: set default max_inline to 8KiB instead of 8MiBFilipe David Borba Manana1-1/+1
2014-10-01btrfs: remove unused variable from btrfs_parse_optionsDavid Sterba1-3/+1
2014-09-17Btrfs: fix unprotected device list access when getting the fs informationMiao Xie1-1/+7
2014-09-17btrfs: add trace for qgroup accountingMark Fasheh1-0/+1
2014-09-17Btrfs: clear compress-force when remounting with compress optionWang Shilong1-0/+7
2014-09-17btrfs: make close_ctree return voidDavid Sterba1-7/+1
2014-08-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-6/+45
2014-08-15btrfs: adjust statfs calculations according to raid profilesDavid Sterba1-6/+45
2014-08-07dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields1-8/+1
2014-07-03btrfs: fix null pointer dereference in btrfs_show_devname when name is nullAnand Jain1-0/+2
2014-07-03btrfs: fix nossd and ssd_spread mount option regressionEric Sandeen1-1/+2