summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)AuthorLines
2015-02-22Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-2/+2
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells-2/+2
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-859/+1062
2015-02-14Btrfs: don't remove extents and xattrs when logging new namesFilipe Manana-12/+27
2015-02-14Btrfs: fix fsync data loss after adding hard link to inodeFilipe Manana-9/+73
2015-02-14Btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block groupForrest Liu-1/+2
2015-02-14Btrfs: account for large extents with enospcJosef Bacik-7/+76
2015-02-14Btrfs: don't set and clear delalloc for O_DIRECT writesJosef Bacik-6/+2
2015-02-14Btrfs: only adjust outstanding_extents when we do a short writeJosef Bacik-5/+6
2015-02-14btrfs: Fix out-of-space bugZhao Lei-0/+11
2015-02-14Btrfs: scrub, fix sleep in atomic contextFilipe Manana-16/+23
2015-02-14Btrfs: fix scheduler warning when syncing logFilipe Manana-1/+1
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds-11/+3
2015-02-11page_writeback: put account_page_redirty() after set_page_dirty()Konstantin Khebnikov-1/+1
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov-1/+0
2015-02-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2015-02-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-0/+1
2015-02-04Btrfs: add missing blk_finish_plug in btrfs_sync_log()Forrest Liu-0/+1
2015-02-02btrfs: cleanup init for list in free-space-cacheGui Hecheng-4/+1
2015-02-02btrfs: delete chunk allocation attemp when setting block group roShaohua Li-8/+5
2015-02-02btrfs: clear bio reference after submit_one_bio()Naohiro Aota-1/+3
2015-02-02Btrfs: fix scrub race leading to use-after-freeFilipe Manana-1/+15
2015-02-02Btrfs: add missing cleanup on sysfs init failureFilipe Manana-1/+9
2015-02-02Btrfs: fix race between transaction commit and empty block group removalFilipe Manana-1/+22
2015-02-02btrfs: add more checks to btrfs_read_sys_arrayDavid Sterba-3/+23
2015-02-02btrfs: cleanup, rename a few variables in btrfs_read_sys_arrayDavid Sterba-15/+16
2015-02-02btrfs: add checks for sys_chunk_array sizesDavid Sterba-0/+19
2015-02-02btrfs: more superblock checks, lower bounds on devices and sectorsize/nodesizeDavid Sterba-0/+19
2015-02-02Btrfs: Add code to support file creation timechandan r-2/+36
2015-02-02btrfs: kill btrfs_inode_*time helpersDavid Sterba-69/+33
2015-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-0/+2
2015-01-27btrfs: fix raid56 scrub failed in xfstests btrfs/072Gui Hecheng-0/+2
2015-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-6/+17
2015-01-22Btrfs: insert_new_root: Fix lock type of the extent buffer.chandan-1/+1
2015-01-21Btrfs: fix unused members in struct btrfs_rootAnand Jain-4/+0
2015-01-21btrfs: qgroup: move WARN_ON() to the correct location.Yang Dongsheng-2/+1
2015-01-21Btrfs: cleanup unused run_mostLiu Bo-4/+1
2015-01-21Rename all ref_count to refs in structZhao Lei-13/+13
2015-01-21Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simplyZhao Lei-28/+19
2015-01-21Btrfs: Include map_type in raid_bioZhao Lei-18/+22
2015-01-21Btrfs: Simplify scrub_setup_recheck_block()'s argumentZhao Lei-16/+9
2015-01-21Btrfs: Combine per-page recover in dev-replace and scrubZhao Lei-72/+48
2015-01-21Btrfs: Separate finding-right-mirror and writing-to-target's process in scrub...Zhao Lei-27/+17
2015-01-21Btrfs: Break loop when reach BTRFS_MAX_MIRRORS in scrub_setup_recheck_block()Zhao Lei-1/+1
2015-01-21Btrfs: btrfs_rm_dev_replace_blocked(): Use wait_event()Zhao Lei-11/+2
2015-01-21Btrfs: Cleanup btrfs_bio_counter_inc_blocked()Zhao Lei-6/+6
2015-01-21Btrfs: Remove noneed force_write in scrub_write_block_to_dev_replaceZhao Lei-12/+7
2015-01-21Btrfs: Fix a jump typo of nodatasum_case to avoid wrong WARN_ON()Zhao Lei-1/+2
2015-01-21Btrfs: add ref_count and free function for btrfs_bioZhao Lei-54/+57
2015-01-21Btrfs: Make raid_map array be inlined in btrfs_bio structureZhao Lei-125/+105