aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2015-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 8-46/+352
2015-03-17Btrfs: fix outstanding_extents accounting in DIOGravatar Josef Bacik 1-2/+35
2015-03-17Btrfs: add sanity test for outstanding_extents accountingGravatar Josef Bacik 4-1/+217
2015-03-17Btrfs: just free dummy extent buffersGravatar Josef Bacik 1-0/+6
2015-03-17Btrfs: account merges/splits properlyGravatar Josef Bacik 1-27/+30
2015-03-17Btrfs: prepare block group cache before writingGravatar Josef Bacik 3-1/+32
2015-03-13Btrfs: fix ASSERT(list_empty(&cur_trans->dirty_bgs_list)Gravatar Josef Bacik 1-13/+18
2015-03-13Btrfs: account for the correct number of extents for delalloc reservationsGravatar Josef Bacik 1-1/+5
2015-03-13Btrfs: fix merge delalloc logicGravatar Josef Bacik 1-1/+6
2015-03-13Btrfs: fix comp_oper to get right orderGravatar Liu Bo 1-1/+1
2015-03-13Btrfs: catch transaction abortion after waiting for itGravatar Liu Bo 1-0/+3
2015-03-13btrfs: fix sizeof format specifier in btrfs_check_super_valid()Gravatar Fabian Frederick 1-1/+1
2015-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 9-62/+241
2015-03-05Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref.Gravatar Quentin Casasnovas 1-1/+1
2015-03-05Btrfs: fix data loss in the fast fsync pathGravatar Filipe Manana 1-28/+28
2015-03-05Btrfs: remove extra run_delayed_refs in update_cowonly_rootGravatar Josef Bacik 1-3/+0
2015-03-02Btrfs: incremental send, don't rename a directory too soonGravatar Filipe Manana 1-15/+156
2015-03-02btrfs: fix lost return value due to variable shadowingGravatar David Sterba 1-1/+0
2015-03-02Btrfs: do not ignore errors from btrfs_lookup_xattr in do_setxattrGravatar Filipe Manana 1-2/+6
2015-03-02Btrfs: fix off-by-one logic error in btrfs_realloc_nodeGravatar Filipe Manana 1-4/+4
2015-03-02Btrfs: add missing inode update when punching holeGravatar Filipe Manana 1-3/+28
2015-03-02Btrfs: abort the transaction if we fail to update the free space cache inodeGravatar Josef Bacik 1-0/+16
2015-03-02Btrfs: fix fsync race leading to ordered extent memory leaksGravatar Filipe Manana 1-5/+2
2015-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+8
2015-02-22Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-2/+2
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)Gravatar David Howells 1-2/+2
2015-02-20Btrfs: fix allocation size calculations in alloc_btrfs_bioGravatar Chris Mason 1-1/+8
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 33-859/+1062
2015-02-14Btrfs: don't remove extents and xattrs when logging new namesGravatar Filipe Manana 1-12/+27
2015-02-14Btrfs: fix fsync data loss after adding hard link to inodeGravatar Filipe Manana 1-9/+73
2015-02-14Btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block groupGravatar Forrest Liu 1-1/+2
2015-02-14Btrfs: account for large extents with enospcGravatar Josef Bacik 4-7/+76
2015-02-14Btrfs: don't set and clear delalloc for O_DIRECT writesGravatar Josef Bacik 1-6/+2
2015-02-14Btrfs: only adjust outstanding_extents when we do a short writeGravatar Josef Bacik 1-5/+6
2015-02-14btrfs: Fix out-of-space bugGravatar Zhao Lei 3-0/+11
2015-02-14Btrfs: scrub, fix sleep in atomic contextGravatar Filipe Manana 1-16/+23
2015-02-14Btrfs: fix scheduler warning when syncing logGravatar Filipe Manana 1-1/+1
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-11/+3
2015-02-11page_writeback: put account_page_redirty() after set_page_dirty()Gravatar Konstantin Khebnikov 1-1/+1
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubGravatar Kirill A. Shutemov 1-1/+0
2015-02-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2015-02-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-0/+1
2015-02-04Btrfs: add missing blk_finish_plug in btrfs_sync_log()Gravatar Forrest Liu 1-0/+1
2015-02-02btrfs: cleanup init for list in free-space-cacheGravatar Gui Hecheng 1-4/+1
2015-02-02btrfs: delete chunk allocation attemp when setting block group roGravatar Shaohua Li 1-8/+5
2015-02-02btrfs: clear bio reference after submit_one_bio()Gravatar Naohiro Aota 1-1/+3
2015-02-02Btrfs: fix scrub race leading to use-after-freeGravatar Filipe Manana 1-1/+15
2015-02-02Btrfs: add missing cleanup on sysfs init failureGravatar Filipe Manana 1-1/+9
2015-02-02Btrfs: fix race between transaction commit and empty block group removalGravatar Filipe Manana 3-1/+22
2015-02-02btrfs: add more checks to btrfs_read_sys_arrayGravatar David Sterba 1-3/+23