aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+5
2017-09-14Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+11
2017-08-21btrfs: Do not use data_alloc_cluster in ssd modeHans van Kranenburg1-7/+9
2017-08-16btrfs: prepare for extensions in compression optionsDavid Sterba1-2/+2
2017-08-16btrfs: use GFP_KERNEL in mount and remountDavid Sterba1-7/+8
2017-08-16btrfs: Do chunk level check for degraded remountQu Wenruo1-2/+1
2017-08-16btrfs: resume qgroup rescan on rw remountAleksa Sarai1-0/+2
2017-08-16btrfs: backref, add tracepoints for prelim_ref insertion and mergingJeff Mahoney1-0/+1
2017-08-15btrfs: Add zstd supportNick Terrell1-1/+11
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-6/+5
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2017-07-06VFS: Don't use save/replace_mount_options if not using generic_show_optionsDavid Howells1-1/+0
2017-06-29btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason1-1/+1
2017-06-20btrfs: obsolete and remove mount option alloc_startDavid Sterba1-56/+5
2017-06-20btrfs: move fs_info::fs_frozen to the flagsDavid Sterba1-2/+4
2017-06-19btrfs: use GFP_KERNEL in btrfs_calc_avail_data_spaceDavid Sterba1-1/+1
2017-06-19btrfs: cleanup root usage by btrfs_get_alloc_profileJeff Mahoney1-2/+1
2017-05-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-2/+1
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+7
2017-04-20btrfs: Convert to separately allocated bdiJan Kara1-0/+7
2017-04-18btrfs: No need to check !(flags & MS_RDONLY) twiceGoldwyn Rodrigues1-2/+1
2017-04-11btrfs: drop the nossd flag when remounting with -o ssdAdam Borowski1-0/+3
2017-02-17btrfs: remove unused parameter from btrfs_fill_superDavid Sterba1-3/+2
2017-02-14Btrfs: ACCESS_ONCE cleanupSeraphime Kirkovski1-1/+1
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-77/+61
2016-12-14btrfs: better handle btrfs_printk() defaultsPetr Mladek1-9/+3
2016-12-12printk/btrfs: handle more message headersPetr Mladek1-11/+15
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney1-2/+2
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-3/+2
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-62/+50
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-1/+1
2016-12-06btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney1-6/+7
2016-11-30btrfs: remove stale comment from btrfs_statfsDavid Sterba1-4/+0
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney1-4/+6
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney1-7/+5
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-16/+26
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik1-1/+1
2016-08-25btrfs: fix fsfreeze hang caused by delayed iputs dealWang Xiaoguang1-0/+16
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney1-5/+7
2016-07-26btrfs: tests, move initialization into tests/Jeff Mahoney1-43/+0
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney1-64/+68
2016-07-26btrfs: prefix fsid to all trace eventsJeff Mahoney1-1/+1
2016-07-26btrfs: remove obsolete part of comment in statfsDavid Sterba1-3/+0
2016-07-26btrfs: Add ratelimit to btrfs printingNikolay Borisov1-2/+24
2016-06-17btrfs: avoid blocking open_ctree from cleaner_kthreadZygo Blaxell1-0/+2
2016-06-17btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney1-1/+1
2016-06-08Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.7Chris Mason1-2/+3
2016-06-06Btrfs: self-tests: Support testing all possible sectorsizes and nodesizesFeifei Xu1-22/+32
2016-06-06btrfs: advertise which crc32c implementation is being used at module loadJeff Mahoney1-2/+3
2016-06-02Btrfs: self-tests: Support non-4k page sizeFeifei Xu1-6/+10