aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
AgeCommit message (Expand)Author
2020-08-26btrfs: don't show full path of bind mounts in subvol=Josef Bacik
2020-08-26btrfs: export helpers for subvolume name/id resolutionMarcos Paulo de Souza
2020-02-28btrfs: log message when rw remount is attempted with unclean tree-logDavid Sterba
2020-02-05btrfs: do not zero f_bavail if we have available spaceJosef Bacik
2019-12-01btrfs: avoid link error with CONFIG_NO_AUTO_INLINEArnd Bergmann
2018-12-05Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana
2018-09-05Btrfs: fix btrfs_write_inode vs delayed iput deadlockJosef Bacik
2018-05-30btrfs: use kvzalloc to allocate btrfs_fs_infoJeff Mahoney
2017-12-20btrfs: 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
2017-04-11btrfs: drop the nossd flag when remounting with -o ssdAdam Borowski
2017-02-17btrfs: remove unused parameter from btrfs_fill_superDavid Sterba
2017-02-14Btrfs: ACCESS_ONCE cleanupSeraphime Kirkovski
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-12-14btrfs: better handle btrfs_printk() defaultsPetr Mladek
2016-12-12printk/btrfs: handle more message headersPetr Mladek
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney
2016-12-06btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney
2016-11-30btrfs: remove stale comment from btrfs_statfsDavid Sterba
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney
2016-09-26btrfs: unsplit printed stringsJeff Mahoney
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik
2016-08-25btrfs: fix fsfreeze hang caused by delayed iputs dealWang Xiaoguang
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney
2016-07-26btrfs: tests, move initialization into tests/Jeff Mahoney