summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: factor btrfs_check_rw_degradable() to check given deviceAnand Jain2018-01-221-1/+1
* btrfs: drop unused parameters from mount_subvolDavid Sterba2018-01-221-4/+2Star
* btrfs: cleanup unnecessary string dup in btrfs_parse_options()Misono, Tomohiro2018-01-221-12/+1Star
* btrfs: remove unused arg from parse_subvol_options()Misono, Tomohiro2018-01-221-2/+2
* btrfs: remove unused setup_root_args()Misono, Tomohiro2018-01-221-36/+0Star
* btrfs: split parse_early_options() in twoMisono, Tomohiro2018-01-221-25/+57
* btrfs: cleanup btrfs_mount() using btrfs_mount_root()Misono, Tomohiro2018-01-221-130/+63Star
* btrfs: add btrfs_mount_root() and new file_system_typeMisono, Tomohiro2018-01-221-0/+123
* btrfs: remove duplicate includesPravin Shedge2018-01-221-1/+0Star
* btrfs: show options: use helper to convert compression type stringDavid Sterba2018-01-221-7/+2Star
* btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGTAnand Jain2018-01-221-1/+2
* btrfs: cleanup device states define BTRFS_DEV_STATE_MISSINGAnand Jain2018-01-221-1/+1
* btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATAAnand Jain2018-01-221-2/+3
* Btrfs: add __init macro to btrfs init functionsLiu Bo2018-01-221-2/+2
* Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-291-2/+11
|\
| * btrfs: Fix wild memory access in compression level parserQu Wenruo2017-11-271-2/+11
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-25/+25
|/
* btrfs: allow setting zlib compression level via :9Adam Borowski2017-11-011-1/+1
* btrfs: allow to set compression level for zlibDavid Sterba2017-11-011-2/+6
* btrfs: Replace opencoded sizes with their symbolic constantsNikolay Borisov2017-10-301-1/+1
* btrfs: add ref-verify mount optionJosef Bacik2017-10-301-0/+17
* btrfs: use appropriate replacements for __sb_{start,end}_write callsRakesh Pandit2017-10-301-2/+2
* btrfs: convert all mount option checking code to use btrfs_test_optSatoru Takeuchi2017-10-301-1/+1
* btrfs: avoid null pointer dereference on fs_info when calling btrfs_critColin Ian King2017-10-301-2/+2
* Convert fs/*/* to SB_I_VERSIONMatthew Garrett2017-10-191-1/+1
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-151-6/+5Star
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-6/+5Star
* | Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-151-1/+11
|\ \
| * | btrfs: Add zstd supportNick Terrell2017-08-151-1/+11
| |/
* | btrfs: Do not use data_alloc_cluster in ssd modeHans van Kranenburg2017-08-211-7/+9
* | btrfs: prepare for extensions in compression optionsDavid Sterba2017-08-161-2/+2
* | btrfs: use GFP_KERNEL in mount and remountDavid Sterba2017-08-161-7/+8
* | btrfs: Do chunk level check for degraded remountQu Wenruo2017-08-161-2/+1Star
* | btrfs: resume qgroup rescan on rw remountAleksa Sarai2017-08-161-0/+2
* | btrfs: backref, add tracepoints for prelim_ref insertion and mergingJeff Mahoney2017-08-161-0/+1
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-1/+0Star
|\
| * VFS: Don't use save/replace_mount_options if not using generic_show_optionsDavid Howells2017-07-061-1/+0Star
* | btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason2017-06-291-1/+1
* | btrfs: obsolete and remove mount option alloc_startDavid Sterba2017-06-201-56/+5Star
* | btrfs: move fs_info::fs_frozen to the flagsDavid Sterba2017-06-201-2/+4
* | btrfs: use GFP_KERNEL in btrfs_calc_avail_data_spaceDavid Sterba2017-06-191-1/+1
* | btrfs: cleanup root usage by btrfs_get_alloc_profileJeff Mahoney2017-06-191-2/+1Star
|/
* Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-101-2/+1Star
|\
| * btrfs: No need to check !(flags & MS_RDONLY) twiceGoldwyn Rodrigues2017-04-181-2/+1Star
* | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-011-0/+7
|\ \ | |/ |/|
| * btrfs: Convert to separately allocated bdiJan Kara2017-04-201-0/+7
* | btrfs: drop the nossd flag when remounting with -o ssdAdam Borowski2017-04-111-0/+3
|/
* btrfs: remove unused parameter from btrfs_fill_superDavid Sterba2017-02-171-3/+2Star
* Btrfs: ACCESS_ONCE cleanupSeraphime Kirkovski2017-02-141-1/+1
* Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-161-77/+61Star
|\