summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Btrfs: move extent map specific code to extent_map.cLiu Bo2018-01-224-109/+127
| * | | | | Btrfs: add helper for em merge logicLiu Bo2018-01-222-34/+48
| * | | | | Btrfs: fix unexpected EEXIST from btrfs_get_extentLiu Bo2018-01-221-14/+3Star
| * | | | | Btrfs: fix incorrect block_len in merge_extent_mappingLiu Bo2018-01-221-1/+1
| * | | | | btrfs: Remove unused readahead spinlockMatthew Wilcox2018-01-222-2/+0Star
| * | | | | Btrfs: raid56: fix race between merge_bio and rbio_orig_end_ioLiu Bo2018-01-221-12/+25
| * | | | | Btrfs: do not cache rbio pages if using raid6 recoverLiu Bo2018-01-221-1/+16
| * | | | | Btrfs: raid56: iterate raid56 internal bio with bio_for_each_segment_allLiu Bo2018-01-221-6/+5Star
| * | | | | btrfs: correct wrong comment about magic number of index_cntSu Yue2018-01-221-1/+1
| * | | | | btrfs: Make btrfs_inode_rsv_release staticNikolay Borisov2018-01-221-1/+1
| * | | | | btrfs: cleanup btrfs_free_stale_device() usageAnand Jain2018-01-221-7/+1Star
| * | | | | btrfs: tree-check: reduce stack consumption in check_dir_itemDavid Sterba2018-01-221-1/+2
| * | | | | btrfs: use correct string length in DEV_INFO ioctlXiongfeng Wang2018-01-221-1/+1
| * | | | | btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPPAnand Jain2018-01-221-2/+4
| * | | | | btrfs: define SUPER_FLAG_METADUMP_V2Anand Jain2018-01-221-1/+2
| * | | | | Btrfs: avoid losing data raid profile when deleting a deviceLiu Bo2018-01-221-19/+65
| * | | | | Btrfs: fix space leak after fallocate and zero range operationsFilipe Manana2018-01-221-6/+20
| * | | | | Btrfs: fix missing inode i_size update after zero range operationFilipe Manana2018-01-221-1/+4
| * | | | | Btrfs: use cached state when dirtying pages during buffered writeFilipe Manana2018-01-221-1/+1
| * | | | | Btrfs: add support for fallocate's zero range operationFilipe Manana2018-01-221-62/+276
| * | | | | Btrfs: do not merge rbios if their fail stripe index are not identicalLiu Bo2018-01-221-0/+19
| * | | | | Btrfs: remove redundant check in rbio_can_mergeLiu Bo2018-01-221-4/+2Star
| * | | | | btrfs: minor style cleanups in btrfs_scan_one_deviceAnand Jain2018-01-221-5/+6
| * | | | | btrfs: simplify mutex unlocking code in btrfs_commit_transactionAnand Jain2018-01-221-5/+2Star
| * | | | | btrfs: rename btrfs_device::scrub_device to scrub_ctxAnand Jain2018-01-222-8/+8
| * | | | | btrfS: collapse btrfs_handle_error() into __btrfs_handle_fs_error()Anand Jain2018-01-221-24/+17Star
| * | | | | btrfs: remove check for BTRFS_FS_STATE_ERROR which we just setAnand Jain2018-01-221-14/+12Star
| * | | | | Btrfs: make raid6 rebuild retry moreLiu Bo2018-01-222-5/+22
| * | | | | Btrfs: fix scrub to repair raid6 corruptionLiu Bo2018-01-221-12/+32
| * | | | | btrfs: factor btrfs_check_rw_degradable() to check given deviceAnand Jain2018-01-224-7/+13
| * | | | | btrfs: sink unlock_extent parameter gfp_flagsDavid Sterba2018-01-228-40/+32Star
| * | | | | btrfs: add separate helper for unlock_extent_cached with GFP_ATOMICDavid Sterba2018-01-222-1/+8
| * | | | | 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 wait in btrfs_stripe_hashLiu Bo2018-01-222-11/+0Star
| * | | | | btrfs: Remove redundant pair of bio_get/set in __btrfs_submit_dio_bioNikolay Borisov2018-01-221-3/+0Star
| * | | | | btrfs: Remove redundant bio_get/bio_set pair from submit_one_bioNikolay Borisov2018-01-221-2/+0Star
| * | | | | btrfs: Remove redundant bio_get/set from submit_dio_repair_bioNikolay Borisov2018-01-221-5/+2Star
| * | | | | btrfs: Remove redundant bio_get/set calls in compressed read/write pathsNikolay Borisov2018-01-221-12/+0Star
| * | | | | btrfs: Improve btrfs_search_slot descriptionNikolay Borisov2018-01-221-9/+21
| * | | | | btrfs: heuristic: call get4bits directlyDavid Sterba2018-01-221-4/+2Star
| * | | | | btrfs: heuristic: open code copy_call callback of radix sortDavid Sterba2018-01-221-14/+3Star
| * | | | | btrfs: heuristic: open code get_num callback of radix sortDavid Sterba2018-01-221-16/+9Star
| * | | | | 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: unify extent_page_data type passed as voidDavid Sterba2018-01-221-10/+7Star
| * | | | | btrfs: sink writepage parameter to extent_write_cache_pagesDavid Sterba2018-01-221-5/+4Star