summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-07-03Btrfs: atomically set inode->i_flags in btrfs_update_iflagsFilipe Manana1-7/+10
2014-06-29btrfs: only unlock block in verify_parent_transid if we locked itJosef Bacik1-1/+2
2014-06-29Btrfs: assert send doesn't attempt to start transactionsFilipe Manana1-2/+4
2014-06-29btrfs compression: reuse recently used workspaceSergey Senozhatsky1-1/+1
2014-06-29Btrfs: fix crash when mounting raid5 btrfs with missing disksLiu Bo1-2/+3
2014-06-29btrfs: create sprout should rename fsid on the sysfs as wellAnand Jain1-0/+9
2014-06-29btrfs: dev replace should replace the sysfs entryAnand Jain1-0/+5
2014-06-29btrfs: dev add should add its sysfs entryAnand Jain3-3/+16
2014-06-29btrfs: dev delete should remove sysfs entryAnand Jain3-0/+26
2014-06-29btrfs: rename add_device_membership to btrfs_kobj_add_deviceAnand Jain1-2/+2
2014-06-20Btrfs: fix wrong error handle when the device is missing or is not writeableMiao Xie1-7/+15
2014-06-20Btrfs: fix deadlock when mounting a degraded fsMiao Xie2-1/+9
2014-06-20Btrfs: use bio_endio_nodec instead of open codeMiao Xie1-8/+1
2014-06-20Btrfs: fix NULL pointer crash when running balance and scrub concurrentlyWang Shilong3-7/+6
2014-06-20btrfs: Skip scrubbing removed chunks to avoid -ENOENT.Qu Wenruo1-10/+9
2014-06-20Btrfs: fix broken free space cache after the system crashedMiao Xie4-44/+186
2014-06-20Btrfs: make free space cache write out functions more readableMiao Xie1-66/+93
2014-06-20Btrfs: remove unused wait queue in struct extent_bufferFilipe Manana1-1/+0
2014-06-20Btrfs: fix deadlocks with trylock on tree nodesChris Mason1-34/+46
2014-06-13btrfs: fix error handling in create_pending_snapshotEric Sandeen1-5/+7
2014-06-13btrfs: fix use of uninit "ret" in end_extent_writepage()Eric Sandeen1-1/+1
2014-06-13btrfs: free ulist in qgroup_shared_accounting() error pathEric Sandeen1-1/+3
2014-06-13Btrfs: fix qgroups sanity test crash or hangFilipe Manana1-0/+2
2014-06-13btrfs: prevent RCU warning when dereferencing radix tree slotSasha Levin1-1/+1
2014-06-13Btrfs: fix unfinished readahead thread for raid5/6 degraded mountingWang Shilong1-2/+7
2014-06-13btrfs: new ioctl TREE_SEARCH_V2Gerhard Heift1-0/+41
2014-06-13btrfs: tree_search, search_ioctl: direct copy to userspaceGerhard Heift1-15/+33
2014-06-13btrfs: new function read_extent_buffer_to_userGerhard Heift2-0/+40
2014-06-13btrfs: tree_search, copy_to_sk: return needed size on EOVERFLOWGerhard Heift1-9/+15
2014-06-13btrfs: tree_search, copy_to_sk: return EOVERFLOW for too small bufferGerhard Heift1-2/+26
2014-06-13btrfs: tree_search, search_ioctl: accept varying bufferGerhard Heift1-7/+11
2014-06-13btrfs: tree_search: eliminate redundant nr_items checkGerhard Heift1-5/+7
2014-06-11Btrfs: convert smp_mb__{before,after}_clear_bitChris Mason1-2/+2
2014-06-10Btrfs: fix scrub_print_warning to handle skinny metadata extentsLiu Bo3-15/+24
2014-06-10Btrfs: make fsync work after cloning into a fileFilipe Manana4-38/+155
2014-06-10Btrfs: use right type to get real comparisonLiu Bo1-1/+1
2014-06-10Btrfs: don't check nodes for extent itemsJosef Bacik1-2/+3
2014-06-10Btrfs: don't release invalid page in btrfs_page_exists_in_range()Filipe Manana1-0/+1
2014-06-10Btrfs: make sure we retry if page is a retriable exceptionFilipe Manana1-1/+3
2014-06-10Btrfs: make sure we retry if we couldn't get the pageFilipe Manana1-1/+3
2014-06-10btrfs: replace EINVAL with EOPNOTSUPP for dev_replace raid56Gui Hecheng1-1/+1
2014-06-10trivial: fs/btrfs/ioctl.c: fix typo s/substract/subtract/Antonio Ospite1-2/+2
2014-06-10Btrfs: fix leaf corruption after __btrfs_drop_extentsLiu Bo1-0/+18
2014-06-10Btrfs: ensure btrfs_prev_leaf doesn't miss 1 itemFilipe Manana1-1/+11
2014-06-10Btrfs: fix clone to deal with holes when NO_HOLES feature is enabledFilipe Manana1-25/+83
2014-06-10btrfs: free delayed node outside of root->inode_lockJeff Mahoney1-2/+5
2014-06-10btrfs: replace EINVAL with ERANGE for resize when ULLONG_MAXGui Hecheng1-1/+1
2014-06-10Btrfs: fix transaction leak during fsync callFilipe Manana1-1/+3
2014-06-10btrfs: Avoid trucating page or punching hole in a already existed hole.Qu Wenruo1-14/+98
2014-06-10Btrfs: update commit root on snapshot creation after orphan cleanupFilipe Manana1-0/+29