aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
AgeCommit message (Expand)Author
2018-03-26btrfs: manage thread_pool mount option as %uAnand Jain
2018-03-01btrfs: use kvzalloc to allocate btrfs_fs_infoJeff Mahoney
2018-01-22btrfS: collapse btrfs_handle_error() into __btrfs_handle_fs_error()Anand Jain
2018-01-22btrfs: remove check for BTRFS_FS_STATE_ERROR which we just setAnand Jain
2018-01-22btrfs: factor btrfs_check_rw_degradable() to check given deviceAnand Jain
2018-01-22btrfs: drop unused parameters from mount_subvolDavid Sterba
2018-01-22btrfs: cleanup unnecessary string dup in btrfs_parse_options()Misono, Tomohiro
2018-01-22btrfs: remove unused arg from parse_subvol_options()Misono, Tomohiro
2018-01-22btrfs: remove unused setup_root_args()Misono, Tomohiro
2018-01-22btrfs: split parse_early_options() in twoMisono, Tomohiro
2018-01-22btrfs: cleanup btrfs_mount() using btrfs_mount_root()Misono, Tomohiro
2018-01-22btrfs: add btrfs_mount_root() and new file_system_typeMisono, Tomohiro
2018-01-22btrfs: remove duplicate includesPravin Shedge
2018-01-22btrfs: show options: use helper to convert compression type stringDavid Sterba
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGTAnand Jain
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_MISSINGAnand Jain
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATAAnand Jain
2018-01-22Btrfs: add __init macro to btrfs init functionsLiu Bo
2017-11-29Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-27btrfs: Fix wild memory access in compression level parserQu Wenruo
2017-11-01btrfs: allow setting zlib compression level via :9Adam Borowski
2017-11-01btrfs: allow to set compression level for zlibDavid Sterba
2017-10-30btrfs: Replace opencoded sizes with their symbolic constantsNikolay Borisov
2017-10-30btrfs: add ref-verify mount optionJosef Bacik
2017-10-30btrfs: use appropriate replacements for __sb_{start,end}_write callsRakesh Pandit
2017-10-30btrfs: convert all mount option checking code to use btrfs_test_optSatoru Takeuchi
2017-10-30btrfs: avoid null pointer dereference on fs_info when calling btrfs_critColin Ian King
2017-10-18Convert fs/*/* to SB_I_VERSIONMatthew Garrett
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-14Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-08-21btrfs: Do not use data_alloc_cluster in ssd modeHans van Kranenburg
2017-08-16btrfs: prepare for extensions in compression optionsDavid Sterba
2017-08-16btrfs: use GFP_KERNEL in mount and remountDavid Sterba
2017-08-16btrfs: Do chunk level check for degraded remountQu Wenruo
2017-08-16btrfs: resume qgroup rescan on rw remountAleksa Sarai
2017-08-16btrfs: backref, add tracepoints for prelim_ref insertion and mergingJeff Mahoney
2017-08-15btrfs: Add zstd supportNick Terrell
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-07-06VFS: Don't use save/replace_mount_options if not using generic_show_optionsDavid Howells
2017-06-29btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason
2017-06-20btrfs: obsolete and remove mount option alloc_startDavid Sterba
2017-06-20btrfs: move fs_info::fs_frozen to the flagsDavid Sterba
2017-06-19btrfs: use GFP_KERNEL in btrfs_calc_avail_data_spaceDavid Sterba
2017-06-19btrfs: cleanup root usage by btrfs_get_alloc_profileJeff Mahoney
2017-05-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-04-20btrfs: Convert to separately allocated bdiJan Kara
2017-04-18btrfs: No need to check !(flags & MS_RDONLY) twiceGoldwyn Rodrigues