summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-03-03btrfs: replace remaining do_div calls with div_u64 variantsDavid Sterba4-19/+20
2015-03-03btrfs: cleanup 64bit/32bit divs, provably bounded valuesDavid Sterba5-26/+24
2015-03-03btrfs: use explicit initializer for seq_elemDavid Sterba4-6/+8
2015-03-03btrfs: remove shadowing variables in __btrfs_buffered_writeDavid Sterba1-2/+2
2015-03-03btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba11-21/+18
2015-03-03btrfs: cleanup 64bit/32bit divs, compile time constantsDavid Sterba6-21/+18
2015-03-03btrfs: use cond_resched_lock where possibleDavid Sterba3-20/+7
2015-03-03btrfs: need_resched not needed with cond_reschedDavid Sterba1-4/+3
2015-02-20Btrfs: fix allocation size calculations in alloc_btrfs_bioChris Mason1-1/+8
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-02btrfs: cleanup init for list in free-space-cacheGui Hecheng1-4/+1
2015-02-02btrfs: delete chunk allocation attemp when setting block group roShaohua Li1-8/+5
2015-02-02btrfs: clear bio reference after submit_one_bio()Naohiro Aota1-1/+3
2015-02-02Btrfs: fix scrub race leading to use-after-freeFilipe Manana1-1/+15
2015-02-02Btrfs: add missing cleanup on sysfs init failureFilipe Manana1-1/+9
2015-02-02Btrfs: fix race between transaction commit and empty block group removalFilipe Manana3-1/+22
2015-02-02btrfs: add more checks to btrfs_read_sys_arrayDavid Sterba1-3/+23
2015-02-02btrfs: cleanup, rename a few variables in btrfs_read_sys_arrayDavid Sterba1-15/+16
2015-02-02btrfs: add checks for sys_chunk_array sizesDavid Sterba1-0/+19
2015-02-02btrfs: more superblock checks, lower bounds on devices and sectorsize/nodesizeDavid Sterba1-0/+19
2015-02-02Btrfs: Add code to support file creation timechandan r3-2/+36
2015-02-02btrfs: 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-21Btrfs: fix unused members in struct btrfs_rootAnand Jain2-4/+0
2015-01-21btrfs: qgroup: move WARN_ON() to the correct location.Yang Dongsheng1-2/+1
2015-01-21Btrfs: cleanup unused run_mostLiu Bo1-4/+1
2015-01-21Rename all ref_count to refs in structZhao Lei1-13/+13
2015-01-21Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simplyZhao Lei4-28/+19
2015-01-21Btrfs: Include map_type in raid_bioZhao Lei4-18/+22
2015-01-21Btrfs: Simplify scrub_setup_recheck_block()'s argumentZhao Lei1-16/+9
2015-01-21Btrfs: Combine per-page recover in dev-replace and scrubZhao Lei1-72/+48
2015-01-21Btrfs: Separate finding-right-mirror and writing-to-target's process in scrub...Zhao Lei1-27/+17
2015-01-21Btrfs: Break loop when reach BTRFS_MAX_MIRRORS in scrub_setup_recheck_block()Zhao Lei1-1/+1
2015-01-21Btrfs: btrfs_rm_dev_replace_blocked(): Use wait_event()Zhao Lei1-11/+2
2015-01-21Btrfs: Cleanup btrfs_bio_counter_inc_blocked()Zhao Lei1-6/+6
2015-01-21Btrfs: Remove noneed force_write in scrub_write_block_to_dev_replaceZhao Lei1-12/+7
2015-01-21Btrfs: Fix a jump typo of nodatasum_case to avoid wrong WARN_ON()Zhao Lei1-1/+2
2015-01-21Btrfs: add ref_count and free function for btrfs_bioZhao Lei7-54/+57
2015-01-21Btrfs: Make raid_map array be inlined in btrfs_bio structureZhao Lei5-125/+105
2015-01-21Btrfs: sort raid_map before adding tgtdev stripesZhao Lei1-14/+8
2015-01-21Btrfs: fix a out-of-bound access of raid_mapZhao Lei1-2/+5
2015-01-21Btrfs: fix fsync log replay for inodes with a mix of regular refs and extrefsFilipe Manana2-5/+43