summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-02-16btrfs: factor btrfs_read_roots() out of open_ctree()Eric Sandeen
2015-02-16btrfs: factor btrfs_replay_log() out of open_ctree()Eric Sandeen
2015-02-16btrfs: factor btrfs_init_workqueues() out of open_ctree()Eric Sandeen
2015-02-16btrfs: factor btrfs_init_qgroup() out of open_ctree()Eric Sandeen
2015-02-16btrfs: factor btrfs_init_dev_replace_locks() out of open_ctree()Eric Sandeen
2015-02-16btrfs: factor btrfs_init_btree_inode() out of open_ctree()Eric Sandeen
2015-02-16btrfs: factor btrfs_init_balance() out of open_ctree()Eric Sandeen
2015-02-16btrfs: factor btrfs_init_scrub() out of open_ctree()Eric Sandeen
2015-02-16btrfs: consistently use fs_info in close_ctree()Eric Sandeen
2015-02-16btrfs: remove unused fs_info arg from btrfs_close_extra_devices()Eric Sandeen
2015-02-16btrfs: fix sizeof format specifier in btrfs_check_super_valid()Fabian Frederick
2015-02-16btrfs: cleanup: use for() loop in btrfs_map_bio()Zhao Lei
2015-02-16btrfs: remove unused chunk_tree argument in several functionsZhao Lei
2015-02-16btrfs: cleanup: remove no-used alloc_chunk in btrfs_check_data_free_space()Zhao Lei
2015-02-16btrfs: constify structs with op functions or static definitionsDavid Sterba
2015-02-16Btrfs: switch to kvfree() helperWang Shilong
2015-02-16Btrfs: disk-io: replace root args iff only fs_info usedDaniel Dressler
2015-02-16Btrfs: delayed-inode: replace root args iff only fs_info usedDaniel Dressler
2015-02-16Btrfs: ctree: reduce args where only fs_info usedDaniel Dressler
2015-02-14Btrfs: don't remove extents and xattrs when logging new namesFilipe Manana
2015-02-14Btrfs: fix fsync data loss after adding hard link to inodeFilipe Manana
2015-02-14Btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block groupForrest Liu
2015-02-14Btrfs: account for large extents with enospcJosef Bacik
2015-02-14Btrfs: don't set and clear delalloc for O_DIRECT writesJosef Bacik
2015-02-14Btrfs: only adjust outstanding_extents when we do a short writeJosef Bacik
2015-02-14btrfs: Fix out-of-space bugZhao Lei
2015-02-14Btrfs: scrub, fix sleep in atomic contextFilipe Manana
2015-02-14Btrfs: fix scheduler warning when syncing logFilipe Manana
2015-02-02btrfs: cleanup init for list in free-space-cacheGui Hecheng
2015-02-02btrfs: delete chunk allocation attemp when setting block group roShaohua Li
2015-02-02btrfs: clear bio reference after submit_one_bio()Naohiro Aota
2015-02-02Btrfs: fix scrub race leading to use-after-freeFilipe Manana
2015-02-02Btrfs: add missing cleanup on sysfs init failureFilipe Manana
2015-02-02Btrfs: fix race between transaction commit and empty block group removalFilipe Manana
2015-02-02btrfs: add more checks to btrfs_read_sys_arrayDavid Sterba
2015-02-02btrfs: cleanup, rename a few variables in btrfs_read_sys_arrayDavid Sterba
2015-02-02btrfs: add checks for sys_chunk_array sizesDavid Sterba
2015-02-02btrfs: more superblock checks, lower bounds on devices and sectorsize/nodesizeDavid Sterba
2015-02-02Btrfs: Add code to support file creation timechandan r
2015-02-02btrfs: kill btrfs_inode_*time helpersDavid Sterba
2015-01-22Btrfs: insert_new_root: Fix lock type of the extent buffer.chandan
2015-01-21Btrfs: fix unused members in struct btrfs_rootAnand Jain
2015-01-21btrfs: qgroup: move WARN_ON() to the correct location.Yang Dongsheng
2015-01-21Btrfs: cleanup unused run_mostLiu Bo
2015-01-21Rename all ref_count to refs in structZhao Lei
2015-01-21Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simplyZhao Lei
2015-01-21Btrfs: Include map_type in raid_bioZhao Lei
2015-01-21Btrfs: Simplify scrub_setup_recheck_block()'s argumentZhao Lei
2015-01-21Btrfs: Combine per-page recover in dev-replace and scrubZhao Lei
2015-01-21Btrfs: Separate finding-right-mirror and writing-to-target's process in scrub...Zhao Lei