summaryrefslogtreecommitdiffstats
path: root/drivers/usb/image (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-16btrfs: factor btrfs_read_roots() out of open_ctree()Eric Sandeen1-65/+66
2015-02-16btrfs: factor btrfs_replay_log() out of open_ctree()Eric Sandeen1-40/+53
2015-02-16btrfs: factor btrfs_init_workqueues() out of open_ctree()Eric Sandeen1-70/+83
2015-02-16btrfs: factor btrfs_init_qgroup() out of open_ctree()Eric Sandeen1-11/+15
2015-02-16btrfs: factor btrfs_init_dev_replace_locks() out of open_ctree()Eric Sandeen1-6/+12
2015-02-16btrfs: factor btrfs_init_btree_inode() out of open_ctree()Eric Sandeen1-25/+31
2015-02-16btrfs: factor btrfs_init_balance() out of open_ctree()Eric Sandeen1-8/+12
2015-02-16btrfs: factor btrfs_init_scrub() out of open_ctree()Eric Sandeen1-7/+12
2015-02-16btrfs: consistently use fs_info in close_ctree()Eric Sandeen1-3/+3
2015-02-16btrfs: remove unused fs_info arg from btrfs_close_extra_devices()Eric Sandeen3-6/+4
2015-02-16btrfs: fix sizeof format specifier in btrfs_check_super_valid()Fabian Frederick1-1/+1
2015-02-16btrfs: cleanup: use for() loop in btrfs_map_bio()Zhao Lei1-6/+3
2015-02-16btrfs: remove unused chunk_tree argument in several functionsZhao Lei1-14/+6
2015-02-16btrfs: cleanup: remove no-used alloc_chunk in btrfs_check_data_free_space()Zhao Lei1-2/+2
2015-02-16btrfs: constify structs with op functions or static definitionsDavid Sterba10-11/+13
2015-02-16Btrfs: switch to kvfree() helperWang Shilong2-14/+4
2015-02-16Btrfs: disk-io: replace root args iff only fs_info usedDaniel Dressler6-38/+40
2015-02-16Btrfs: delayed-inode: replace root args iff only fs_info usedDaniel Dressler1-4/+5
2015-02-16Btrfs: ctree: reduce args where only fs_info usedDaniel Dressler4-18/+22
2015-02-14Btrfs: don't remove extents and xattrs when logging new namesFilipe Manana1-12/+27
2015-02-14Btrfs: fix fsync data loss after adding hard link to inodeFilipe Manana1-9/+73
2015-02-14Btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block groupForrest Liu1-1/+2
2015-02-14Btrfs: account for large extents with enospcJosef Bacik4-7/+76
2015-02-14Btrfs: don't set and clear delalloc for O_DIRECT writesJosef Bacik1-6/+2
2015-02-14Btrfs: only adjust outstanding_extents when we do a short writeJosef Bacik1-5/+6
2015-02-14btrfs: Fix out-of-space bugZhao Lei3-0/+11
2015-02-14Btrfs: scrub, fix sleep in atomic contextFilipe Manana1-16/+23
2015-02-14Btrfs: fix scheduler warning when syncing logFilipe Manana1-1/+1
2015-02-03Btrfs: Remove unnecessary placeholder in btrfs_err_codeSatoru Takeuchi1-2/+1
2015-02-03btrfs: cleanup init for list in free-space-cacheGui Hecheng1-4/+1
2015-02-03btrfs: delete chunk allocation attemp when setting block group roShaohua Li1-8/+5
2015-02-03btrfs: clear bio reference after submit_one_bio()Naohiro Aota1-1/+3
2015-02-03Btrfs: fix scrub race leading to use-after-freeFilipe Manana1-1/+15
2015-02-03Btrfs: add missing cleanup on sysfs init failureFilipe Manana1-1/+9
2015-02-03Btrfs: fix race between transaction commit and empty block group removalFilipe Manana3-1/+22
2015-02-03btrfs: add more checks to btrfs_read_sys_arrayDavid Sterba1-3/+23
2015-02-03btrfs: cleanup, rename a few variables in btrfs_read_sys_arrayDavid Sterba1-15/+16
2015-02-03btrfs: add checks for sys_chunk_array sizesDavid Sterba1-0/+19
2015-02-03btrfs: more superblock checks, lower bounds on devices and sectorsize/nodesizeDavid Sterba1-0/+19
2015-02-03Btrfs: Add code to support file creation timechandan r3-2/+36
2015-02-03btrfs: kill btrfs_inode_*time helpersDavid Sterba5-69/+33
2015-01-22Btrfs: insert_new_root: Fix lock type of the extent buffer.chandan1-1/+1
2015-01-22Btrfs: fix unused members in struct btrfs_rootAnand Jain2-4/+0
2015-01-22btrfs: qgroup: move WARN_ON() to the correct location.Yang Dongsheng1-2/+1
2015-01-22Btrfs: cleanup unused run_mostLiu Bo1-4/+1
2015-01-22Rename all ref_count to refs in structZhao Lei1-13/+13
2015-01-22Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simplyZhao Lei4-28/+19
2015-01-22Btrfs: Include map_type in raid_bioZhao Lei4-18/+22
2015-01-22Btrfs: Simplify scrub_setup_recheck_block()'s argumentZhao Lei1-16/+9
2015-01-22Btrfs: Combine per-page recover in dev-replace and scrubZhao Lei1-72/+48