summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: make BUG_ON() in add_pinned_bytes() an ASSERT()Omar Sandoval2017-06-291-1/+1
* Btrfs: make add_pinned_bytes() take an s64 num_bytes instead of u64Omar Sandoval2017-06-291-21/+20
* btrfs: fix validation of XATTR_ITEM dir itemsDavid Sterba2017-06-291-8/+0
* btrfs: Verify dir_item in iterate_object_propsSu Yue2017-06-211-0/+7
* btrfs: Check name_len before in btrfs_del_root_refSu Yue2017-06-211-0/+7
* btrfs: Check name_len before reading btrfs_get_nameSu Yue2017-06-211-0/+5
* btrfs: Check name_len before read in iterate_dir_itemSu Yue2017-06-211-0/+6
* btrfs: Check name_len in btrfs_check_ref_name_overrideSu Yue2017-06-211-0/+6
* btrfs: Verify dir_item in replay_xattr_deletesSu Yue2017-06-211-0/+7
* btrfs: Check name_len on add_inode_ref call pathSu Yue2017-06-212-11/+20
* btrfs: Check name_len with boundary in verify dir_itemSu Yue2017-06-215-6/+14
* btrfs: Introduce btrfs_is_name_len_valid to avoid reading beyond boundarySu Yue2017-06-212-0/+74
* btrfs: move dev stats accounting out of wait_dev_flushDavid Sterba2017-06-211-8/+3
* btrfs: account as waiting for IO, while waiting fot the flush bio completionDavid Sterba2017-06-211-1/+1
* btrfs: preallocate device flush bioDavid Sterba2017-06-213-18/+20
* Btrfs: incremental send, fix invalid path for unlink commandsFilipe Manana2017-06-211-5/+47
* Btrfs: send, fix invalid path after renaming and linking fileFilipe Manana2017-06-211-8/+27
* Btrfs: fix invalid extent maps due to hole punchingFilipe Manana2017-06-211-1/+4
* btrfs: add cond_resched to btrfs_qgroup_trace_leaf_itemsJeff Mahoney2017-06-211-0/+1
* btrfs: Round down values which are written for total_bytes_sizeNikolay Borisov2017-06-202-5/+14
* btrfs: Manually implement device_total_bytes getter/setterNikolay Borisov2017-06-201-1/+19
* btrfs: obsolete and remove mount option alloc_startDavid Sterba2017-06-203-70/+7
* btrfs: move fs_info::fs_frozen to the flagsDavid Sterba2017-06-204-7/+8
* btrfs: cleanup duplicate return value in insert_inline_extentDavid Sterba2017-06-201-6/+2
* btrfs: use GFP_KERNEL in btrfs_init_dev_replace_tgtdevDavid Sterba2017-06-191-1/+1
* btrfs: use GFP_KERNEL in btrfs_calc_avail_data_spaceDavid Sterba2017-06-191-1/+1
* btrfs: Use btrfs_space_info_used instead of opencoding itNikolay Borisov2017-06-191-6/+3
* btrfs: wait part of the write_dev_flush() can be separated outAnand Jain2017-06-191-28/+31
* btrfs: remove redundant null bdev counting during flush submissionAnand Jain2017-06-191-5/+2
* btrfs: write_dev_flush does not return ENOMEM anymoreAnand Jain2017-06-191-33/+5
* Btrfs: compression must free at least one sector sizeTimofey Titovets2017-06-191-4/+3
* btrfs: sink gfp parameter to btrfs_io_bio_allocDavid Sterba2017-06-196-17/+15
* btrfs: add helper to initialize the non-bio part of btrfs_io_bioDavid Sterba2017-06-191-16/+14
* btrfs: document mandatory order of bio in btrfs_io_bioDavid Sterba2017-06-191-0/+4
* Btrfs: skip checksum verification if IO error occursLiu Bo2017-06-191-6/+8
* Btrfs: tolerate errors if we have retried successfullyLiu Bo2017-06-191-1/+4
* btrfs: pass bytes to btrfs_bio_allocDavid Sterba2017-06-193-8/+8
* btrfs: opencode trivial compressed_bio_alloc, simplify error handlingDavid Sterba2017-06-191-19/+4
* btrfs: remove redundant parameters from btrfs_bio_allocDavid Sterba2017-06-193-10/+5
* btrfs: sink gfp parameter to btrfs_bio_cloneDavid Sterba2017-06-194-5/+5
* btrfs: btrfs_io_bio_alloc never fails, skip error handlingDavid Sterba2017-06-195-41/+0
* btrfs: btrfs_bio_clone never fails, skip error handlingDavid Sterba2017-06-192-7/+2
* btrfs: btrfs_bio_alloc never fails, skip error handlingDavid Sterba2017-06-191-3/+0
* btrfs: bioset allocations will never fail, adapt our helpersDavid Sterba2017-06-191-32/+20
* btrfs: switch to kvmalloc and GFP_KERNEL in lzo/zlib alloc_workspaceDavid Sterba2017-06-192-10/+10
* btrfs: switch kmallocs to GFP_KERNEL in lzo/zlib alloc_workspaceDavid Sterba2017-06-192-3/+3
* btrfs: add memalloc_nofs protections around alloc_workspace callbackDavid Sterba2017-06-191-0/+10
* btrfs: adjust includes after vmalloc removalDavid Sterba2017-06-191-1/+1
* btrfs: use GFP_KERNEL in init_ipathDavid Sterba2017-06-192-7/+7
* btrfs: scrub: add memalloc_nofs protection around init_ipathDavid Sterba2017-06-191-0/+9