aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds17-135/+312
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo12-61/+141
2014-08-21Btrfs: fix filemap_flush call in btrfs_file_releaseChris Mason1-1/+9
2014-08-21Btrfs: fix crash on endio of reading corrupted blockLiu Bo1-0/+1
2014-08-21btrfs: fix leak in qgroup_subtree_accounting() error pathEric Sandeen1-1/+1
2014-08-21btrfs: Use right extent length when inserting overlap extent map.Qu Wenruo2-6/+5
2014-08-21Btrfs: clone, don't create invalid hole extent mapFilipe Manana1-1/+2
2014-08-21Btrfs: don't monopolize a core when evicting inodeFilipe Manana1-0/+6
2014-08-21Btrfs: fix hole detection during file fsyncFilipe Manana1-4/+13
2014-08-21Btrfs: ensure tmpfile inode is always persisted with link count of 0Filipe Manana1-0/+15
2014-08-21Btrfs: race free update of commit root for ro snapshotsFilipe Manana2-33/+36
2014-08-21Btrfs: fix regression of btrfs device replaceLiu Bo1-1/+1
2014-08-19Btrfs: don't consider the missing device when allocating new chunksMiao Xie1-14/+2
2014-08-19Btrfs: Fix wrong device size when we are resizing the deviceMiao Xie2-2/+3
2014-08-19Btrfs: don't write any data into a readonly device when scrubMiao Xie1-0/+11
2014-08-19Btrfs: Fix the problem that the replace destroys the seed filesystemMiao Xie1-2/+6
2014-08-19btrfs: Return right extent when fiemap gives unaligned offset and len.Qu Wenruo1-2/+2
2014-08-19Btrfs: fix wrong extent mapping for DirectIOWang Shilong1-0/+2
2014-08-19Btrfs: fix wrong write range for filemap_fdatawrite_range()Wang Shilong1-1/+2
2014-08-19Btrfs: fix wrong missing device counter decreaseMiao Xie1-1/+1
2014-08-19Btrfs: fix unzeroed members in fs_devices when creating a fs from seed fsMiao Xie1-0/+3
2014-08-19btrfs: check generation as replace duplicates devid+uuidAnand Jain1-1/+21
2014-08-19Btrfs: device_list_add() should not update list when mountedAnand Jain1-0/+27
2014-08-19Btrfs: fill_holes: Fix slot number passed to hole_mergeable() call.chandan1-2/+1
2014-08-19Btrfs: fix put dio bio twice when we submit dio bio failMiao Xie1-3/+2
2014-08-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds17-305/+541
2014-08-15btrfs: disable strict file flushes for renames and truncatesChris Mason8-267/+6
2014-08-15Btrfs: fix csum tree corruption, duplicate and outdated checksumsFilipe Manana1-1/+1
2014-08-15Btrfs: Fix memory corruption by ulist_add_merge() on 32bit archTakashi Iwai2-6/+20
2014-08-15Btrfs: fix compressed write corruption on enospcLiu Bo1-0/+12
2014-08-15btrfs: correctly handle return from ulist_addMark Fasheh1-4/+9
2014-08-15btrfs: qgroup: account shared subtrees during snapshot deleteMark Fasheh3-0/+426
2014-08-15Btrfs: read lock extent buffer while walking backrefsFilipe Manana1-0/+3
2014-08-15Btrfs: __btrfs_mod_ref should always use no_quotaJosef Bacik3-25/+23
2014-08-15btrfs: adjust statfs calculations according to raid profilesDavid Sterba1-6/+45
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-9/+12
2014-08-07dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields1-8/+1
2014-08-07btrfs: add RENAME_NOREPLACEMiklos Szeredi1-1/+11
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying new changesIngo Molnar2-4/+15
2014-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds2-4/+15
2014-07-19btrfs: test for valid bdev before kobj removal in btrfs_rm_deviceEric Sandeen1-4/+4
2014-07-19Btrfs: fix abnormal long waiting in fsyncLiu Bo1-0/+11
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-8/+2
2014-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds13-47/+108
2014-07-03Btrfs: fix crash when starting transactionFilipe Manana1-0/+1
2014-07-03Btrfs: fix btrfs_print_leaf for skinny metadataJosef Bacik1-4/+5
2014-07-03Btrfs: fix race of using total_bytes_pinnedLiu Bo1-4/+1
2014-07-03btrfs: use E2BIG instead of EIO if compression does not helpDavid Sterba1-1/+1
2014-07-03btrfs: remove stale comment from btrfs_flush_all_pending_stuffsDavid Sterba1-5/+0
2014-07-03Btrfs: fix use-after-free when cloning a trailing file holeFilipe Manana1-11/+9