aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-01btrfs: allow setting zlib compression level via :9Gravatar Adam Borowski 1-1/+1
2017-11-01btrfs: allow to set compression level for zlibGravatar David Sterba 1-2/+6
2017-10-30btrfs: Replace opencoded sizes with their symbolic constantsGravatar Nikolay Borisov 1-1/+1
2017-10-30btrfs: add ref-verify mount optionGravatar Josef Bacik 1-0/+17
2017-10-30btrfs: use appropriate replacements for __sb_{start,end}_write callsGravatar Rakesh Pandit 1-2/+2
2017-10-30btrfs: convert all mount option checking code to use btrfs_test_optGravatar Satoru Takeuchi 1-1/+1
2017-10-30btrfs: avoid null pointer dereference on fs_info when calling btrfs_critGravatar Colin Ian King 1-2/+2
2017-10-18Convert fs/*/* to SB_I_VERSIONGravatar Matthew Garrett 1-1/+1
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-6/+5
2017-09-14Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+11
2017-08-21btrfs: Do not use data_alloc_cluster in ssd modeGravatar Hans van Kranenburg 1-7/+9
2017-08-16btrfs: prepare for extensions in compression optionsGravatar David Sterba 1-2/+2
2017-08-16btrfs: use GFP_KERNEL in mount and remountGravatar David Sterba 1-7/+8
2017-08-16btrfs: Do chunk level check for degraded remountGravatar Qu Wenruo 1-2/+1
2017-08-16btrfs: resume qgroup rescan on rw remountGravatar Aleksa Sarai 1-0/+2
2017-08-16btrfs: backref, add tracepoints for prelim_ref insertion and mergingGravatar Jeff Mahoney 1-0/+1
2017-08-15btrfs: Add zstd supportGravatar Nick Terrell 1-1/+11
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 1-6/+5
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+0
2017-07-06VFS: Don't use save/replace_mount_options if not using generic_show_optionsGravatar David Howells 1-1/+0
2017-06-29btrfs: fix integer overflow in calc_reclaim_items_nrGravatar Chris Mason 1-1/+1
2017-06-20btrfs: obsolete and remove mount option alloc_startGravatar David Sterba 1-56/+5
2017-06-20btrfs: move fs_info::fs_frozen to the flagsGravatar David Sterba 1-2/+4
2017-06-19btrfs: use GFP_KERNEL in btrfs_calc_avail_data_spaceGravatar David Sterba 1-1/+1
2017-06-19btrfs: cleanup root usage by btrfs_get_alloc_profileGravatar Jeff Mahoney 1-2/+1
2017-05-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+1
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+7
2017-04-20btrfs: Convert to separately allocated bdiGravatar Jan Kara 1-0/+7
2017-04-18btrfs: No need to check !(flags & MS_RDONLY) twiceGravatar Goldwyn Rodrigues 1-2/+1
2017-04-11btrfs: drop the nossd flag when remounting with -o ssdGravatar Adam Borowski 1-0/+3
2017-02-17btrfs: remove unused parameter from btrfs_fill_superGravatar David Sterba 1-3/+2
2017-02-14Btrfs: ACCESS_ONCE cleanupGravatar Seraphime Kirkovski 1-1/+1
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-77/+61
2016-12-14btrfs: better handle btrfs_printk() defaultsGravatar Petr Mladek 1-9/+3
2016-12-12printk/btrfs: handle more message headersGravatar Petr Mladek 1-11/+15
2016-12-06btrfs: remove root parameter from transaction commit/end routinesGravatar Jeff Mahoney 1-2/+2
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseGravatar Jeff Mahoney 1-3/+2
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesGravatar Jeff Mahoney 1-62/+50
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoGravatar Jeff Mahoney 1-1/+1
2016-12-06btrfs: call functions that always use the same root with fs_info insteadGravatar Jeff Mahoney 1-6/+7
2016-11-30btrfs: remove stale comment from btrfs_statfsGravatar David Sterba 1-4/+0
2016-09-26btrfs: convert pr_* to btrfs_* where possibleGravatar Jeff Mahoney 1-4/+6
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsGravatar Jeff Mahoney 1-7/+5
2016-09-26btrfs: unsplit printed stringsGravatar Jeff Mahoney 1-16/+26
2016-09-26Btrfs: add a flags field to btrfs_fs_infoGravatar Josef Bacik 1-1/+1
2016-08-25btrfs: fix fsfreeze hang caused by delayed iputs dealGravatar Wang Xiaoguang 1-0/+16
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterGravatar Jeff Mahoney 1-5/+7
2016-07-26btrfs: tests, move initialization into tests/Gravatar Jeff Mahoney 1-43/+0
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoGravatar Jeff Mahoney 1-64/+68
2016-07-26btrfs: prefix fsid to all trace eventsGravatar Jeff Mahoney 1-1/+1