- 9ee5987 btrfs: On error always free subvol_name in btrfs_mount by Eric W. Biederman · 6 years ago
- 78a2890 Btrfs: ensure path name is null terminated at btrfs_control_ioctl by Filipe Manana · 6 years ago
- 672d599 btrfs: Use wrapper macro for rcu string to remove duplicate code by Misono Tomohiro · 6 years ago
- 3c42769 Btrfs: fix btrfs_write_inode vs delayed iput deadlock by Josef Bacik · 6 years ago
- 46df06b btrfs: refactor block group replication factor calculation to a helper by David Sterba · 6 years ago
- fa59f27 btrfs: rename btrfs_parse_early_options by Anand Jain · 6 years ago
- 36350e9 btrfs: return device pointer from btrfs_scan_one_device by Gu Jinxiang · 6 years ago
- d64dcbd btrfs: make fs_devices a local variable in btrfs_parse_early_options by Gu Jinxiang · 6 years ago
- 81ffd56 btrfs: fix mount and ioctl device scan ioctl race by David Sterba · 6 years ago
- 399f7f4 btrfs: reorder initialization before the mount locks uuid_mutex by David Sterba · 6 years ago
- 5139cff btrfs: lift uuid_mutex to callers of btrfs_parse_early_options by David Sterba · 6 years ago
- f5194e3 btrfs: lift uuid_mutex to callers of btrfs_open_devices by David Sterba · 6 years ago
- 899f930 btrfs: lift uuid_mutex to callers of btrfs_scan_one_device by David Sterba · 6 years ago
- 93b9bcd btrfs: remove unused parameter from btrfs_parse_subvol_options by Gu Jinxiang · 6 years ago
- d7f663f btrfs: prune unused includes by David Sterba · 6 years ago
- edf57cb btrfs: Fix a C compliance issue by Bart Van Assche · 6 years ago
- acd43e3 btrfs: Annotate fall-through when parsing mount option by Bart Van Assche · 6 years ago
- 37becec Btrfs: allow empty subvol= again by Omar Sandoval · 6 years ago
- 891f41c btrfs: return original error code when failing from option parsing by Chengguang Xu · 7 years ago
- c1d7c51 btrfs: replace GPL boilerplate by SPDX -- sources by David Sterba · 7 years ago
- 88c1459 btrfs: use RCU in btrfs_show_devname for device list traversal by David Sterba · 7 years ago
- 416a720 btrfs: sort and group mount option definitions by David Sterba · 7 years ago
- 62b8e07 btrfs: Add nossd_spread mount option by Howard McLauchlan · 7 years ago
- d612ac5 btrfs: unify types for metadata_ratio and data_chunk_allocations by Anand Jain · 7 years ago
- e67c718 btrfs: add more __cold annotations by David Sterba · 7 years ago
- ccb0e7d btrfs: verify subvolid mount parameter by Anand Jain · 7 years ago
- 9678c54 btrfs: Remove custom crc32c init code by Nikolay Borisov · 7 years ago
- eceff22 btrfs: add a comment to mark the deprecated mount option by Anand Jain · 7 years ago
- d374060 btrfs: manage commit mount option as %u by Anand Jain · 7 years ago
- 02453bd btrfs: manage check_int_print_mask mount option as %u by Anand Jain · 7 years ago
- 764cb8b btrfs: manage metadata_ratio mount option as %u by Anand Jain · 7 years ago
- f7b885b btrfs: manage thread_pool mount option as %u by Anand Jain · 7 years ago
- a8fd1f7 btrfs: use kvzalloc to allocate btrfs_fs_info by Jeff Mahoney · 7 years ago
- 922ea89 btrfS: collapse btrfs_handle_error() into __btrfs_handle_fs_error() by Anand Jain · 7 years ago
- 61ecda6 btrfs: remove check for BTRFS_FS_STATE_ERROR which we just set by Anand Jain · 7 years ago
- 6528b99 btrfs: factor btrfs_check_rw_degradable() to check given device by Anand Jain · 7 years ago
- 5bedc48 btrfs: drop unused parameters from mount_subvol by David Sterba · 7 years ago
- e215772 btrfs: cleanup unnecessary string dup in btrfs_parse_options() by Misono, Tomohiro · 7 years ago
- 78f6bea btrfs: remove unused arg from parse_subvol_options() by Misono, Tomohiro · 7 years ago
- 83085935 btrfs: remove unused setup_root_args() by Misono, Tomohiro · 7 years ago
- d740760 btrfs: split parse_early_options() in two by Misono, Tomohiro · 7 years ago
- 312c89f btrfs: cleanup btrfs_mount() using btrfs_mount_root() by Misono, Tomohiro · 7 years ago
- 72fa39f btrfs: add btrfs_mount_root() and new file_system_type by Misono, Tomohiro · 7 years ago
- 87c46ec btrfs: remove duplicate includes by Pravin Shedge · 7 years ago
- 0f628c6 btrfs: show options: use helper to convert compression type string by David Sterba · 7 years ago
- 401e29c btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGT by Anand Jain · 7 years ago
- e6e674b btrfs: cleanup device states define BTRFS_DEV_STATE_MISSING by Anand Jain · 7 years ago
- e12c962 btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATA by Anand Jain · 7 years ago
- f5c29bd Btrfs: add __init macro to btrfs init functions by Liu Bo · 7 years ago
- 26cd947 Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
- 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
- eae8d82 btrfs: Fix wild memory access in compression level parser by Qu Wenruo · 7 years ago
- fa4d885 btrfs: allow setting zlib compression level via :9 by Adam Borowski · 7 years ago
- f51d2b5 btrfs: allow to set compression level for zlib by David Sterba · 7 years ago
- d4417e2 btrfs: Replace opencoded sizes with their symbolic constants by Nikolay Borisov · 7 years ago
- fb59237 btrfs: add ref-verify mount option by Josef Bacik · 7 years ago
- a7e3c5f btrfs: use appropriate replacements for __sb_{start,end}_write calls by Rakesh Pandit · 7 years ago
- d8953d6 btrfs: convert all mount option checking code to use btrfs_test_opt by Satoru Takeuchi · 7 years ago
- 3993b11 btrfs: avoid null pointer dereference on fs_info when calling btrfs_crit by Colin Ian King · 7 years ago
- 357fdad Convert fs/*/* to SB_I_VERSION by Matthew Garrett · 7 years ago
- 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- e7cdb60 Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 7 years ago
- 583b723 btrfs: Do not use data_alloc_cluster in ssd mode by Hans van Kranenburg · 7 years ago
- a7164fa btrfs: prepare for extensions in compression options by David Sterba · 7 years ago
- 3ec8362 btrfs: use GFP_KERNEL in mount and remount by David Sterba · 7 years ago
- b382cfe btrfs: Do chunk level check for degraded remount by Qu Wenruo · 8 years ago
- 6c6b5a3 btrfs: resume qgroup rescan on rw remount by Aleksa Sarai · 7 years ago
- 0014275 btrfs: backref, add tracepoints for prelim_ref insertion and merging by Jeff Mahoney · 7 years ago
- 5c1aab1 btrfs: Add zstd support by Nick Terrell · 7 years ago
- bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
- 78dcf73 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- c3d98ea VFS: Don't use save/replace_mount_options if not using generic_show_options by David Howells · 7 years ago
- 6374e57a btrfs: fix integer overflow in calc_reclaim_items_nr by Chris Mason · 7 years ago
- 0d0c71b btrfs: obsolete and remove mount option alloc_start by David Sterba · 7 years ago
- fac03c8 btrfs: move fs_info::fs_frozen to the flags by David Sterba · 7 years ago
- 6a44517 btrfs: use GFP_KERNEL in btrfs_calc_avail_data_space by David Sterba · 7 years ago
- 1b86826 btrfs: cleanup root usage by btrfs_get_alloc_profile by Jeff Mahoney · 7 years ago
- 1176032 Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
- 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
- 9e11cee btrfs: Convert to separately allocated bdi by Jan Kara · 8 years ago
- 4d339d0 btrfs: No need to check !(flags & MS_RDONLY) twice by Goldwyn Rodrigues · 8 years ago
- 951e796 btrfs: drop the nossd flag when remounting with -o ssd by Adam Borowski · 8 years ago
- 56e033a btrfs: remove unused parameter from btrfs_fill_super by David Sterba · 8 years ago
- 20c7bce Btrfs: ACCESS_ONCE cleanup by Seraphime Kirkovski · 8 years ago
- 087a76d Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
- 40f7828 btrfs: better handle btrfs_printk() defaults by Petr Mladek · 8 years ago
- 262c5e8 printk/btrfs: handle more message headers by Petr Mladek · 8 years ago
- 3a45bb2 btrfs: remove root parameter from transaction commit/end routines by Jeff Mahoney · 8 years ago
- 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 8 years ago
- 0b246af btrfs: root->fs_info cleanup, add fs_info convenience variables by Jeff Mahoney · 8 years ago
- da17066 btrfs: pull node/sector/stripe sizes out of root and into fs_info by Jeff Mahoney · 8 years ago
- 6bccf3a btrfs: call functions that always use the same root with fs_info instead by Jeff Mahoney · 8 years ago
- 5d9dbe6 btrfs: remove stale comment from btrfs_statfs by David Sterba · 8 years ago
- ab8d0fc btrfs: convert pr_* to btrfs_* where possible by Jeff Mahoney · 8 years ago
- 62e8557 btrfs: convert printk(KERN_* to use pr_* calls by Jeff Mahoney · 8 years ago
- 5d163e0 btrfs: unsplit printed strings by Jeff Mahoney · 8 years ago
- afcdd12 Btrfs: add a flags field to btrfs_fs_info by Josef Bacik · 8 years ago
- 9e7cc91 btrfs: fix fsfreeze hang caused by delayed iputs deal by Wang Xiaoguang · 8 years ago
- 6664283 btrfs: btrfs_abort_transaction, drop root parameter by Jeff Mahoney · 8 years ago
- 8632daa btrfs: tests, move initialization into tests/ by Jeff Mahoney · 8 years ago