aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2014-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus 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-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus 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
2014-07-03btrfs: fix null pointer dereference in btrfs_show_devname when name is nullAnand Jain1-0/+2
2014-07-03btrfs: fix null pointer dereference in clone_fs_devices when name is nullAnand Jain1-5/+7
2014-07-03btrfs: fix nossd and ssd_spread mount option regressionEric Sandeen1-1/+2
2014-07-03Btrfs: fix race between balance recovery and root deletionWang Shilong2-0/+4
2014-07-03Btrfs: atomically set inode->i_flags in btrfs_update_iflagsFilipe Manana1-7/+10
2014-06-28btrfs: only unlock block in verify_parent_transid if we locked itJosef Bacik1-1/+2
2014-06-28Btrfs: assert send doesn't attempt to start transactionsFilipe Manana1-2/+4
2014-06-28btrfs compression: reuse recently used workspaceSergey Senozhatsky1-1/+1
2014-06-28Btrfs: fix crash when mounting raid5 btrfs with missing disksLiu Bo1-2/+3
2014-06-28btrfs: create sprout should rename fsid on the sysfs as wellAnand Jain1-0/+9
2014-06-28btrfs: dev replace should replace the sysfs entryAnand Jain1-0/+5
2014-06-28btrfs: dev add should add its sysfs entryAnand Jain3-3/+16
2014-06-28btrfs: dev delete should remove sysfs entryAnand Jain3-0/+26
2014-06-28btrfs: rename add_device_membership to btrfs_kobj_add_deviceAnand Jain1-2/+2
2014-06-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds11-172/+359
2014-06-19Btrfs: fix wrong error handle when the device is missing or is not writeableMiao Xie1-7/+15
2014-06-19Btrfs: fix deadlock when mounting a degraded fsMiao Xie2-1/+9
2014-06-19Btrfs: use bio_endio_nodec instead of open codeMiao Xie1-8/+1
2014-06-19Btrfs: fix NULL pointer crash when running balance and scrub concurrentlyWang Shilong3-7/+6
2014-06-19btrfs: Skip scrubbing removed chunks to avoid -ENOENT.Qu Wenruo1-10/+9
2014-06-19Btrfs: fix broken free space cache after the system crashedMiao Xie4-44/+186
2014-06-19Btrfs: make free space cache write out functions more readableMiao Xie1-66/+93
2014-06-19Btrfs: remove unused wait queue in struct extent_bufferFilipe Manana1-1/+0
2014-06-19Btrfs: fix deadlocks with trylock on tree nodesChris Mason1-34/+46
2014-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds8-36/+182
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-12btrfs: tree_search, search_ioctl: direct copy to userspaceGerhard Heift1-15/+33
2014-06-12btrfs: new function read_extent_buffer_to_userGerhard Heift2-0/+40
2014-06-12btrfs: tree_search, copy_to_sk: return needed size on EOVERFLOWGerhard Heift1-9/+15
2014-06-12btrfs: tree_search, copy_to_sk: return EOVERFLOW for too small bufferGerhard Heift1-2/+26
2014-06-12btrfs: tree_search, search_ioctl: accept varying bufferGerhard Heift1-7/+11
2014-06-12btrfs: tree_search: eliminate redundant nr_items checkGerhard Heift1-5/+7
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-62/+36
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro2-2/+6
2014-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds46-1303/+3693
2014-06-10Btrfs: convert smp_mb__{before,after}_clear_bitChris Mason1-2/+2
2014-06-09Btrfs: fix scrub_print_warning to handle skinny metadata extentsLiu Bo3-15/+24
2014-06-09Btrfs: make fsync work after cloning into a fileFilipe Manana4-38/+155
2014-06-09Btrfs: use right type to get real comparisonLiu Bo1-1/+1
2014-06-09Btrfs: don't check nodes for extent itemsJosef Bacik1-2/+3
2014-06-09Btrfs: don't release invalid page in btrfs_page_exists_in_range()Filipe Manana1-0/+1
2014-06-09Btrfs: make sure we retry if page is a retriable exceptionFilipe Manana1-1/+3
2014-06-09Btrfs: make sure we retry if we couldn't get the pageFilipe Manana1-1/+3
2014-06-09btrfs: replace EINVAL with EOPNOTSUPP for dev_replace raid56Gui Hecheng1-1/+1
2014-06-09trivial: fs/btrfs/ioctl.c: fix typo s/substract/subtract/Antonio Ospite1-2/+2
2014-06-09Btrfs: fix leaf corruption after __btrfs_drop_extentsLiu Bo1-0/+18
2014-06-09Btrfs: ensure btrfs_prev_leaf doesn't miss 1 itemFilipe Manana1-1/+11
2014-06-09Btrfs: fix clone to deal with holes when NO_HOLES feature is enabledFilipe Manana1-25/+83
2014-06-09btrfs: free delayed node outside of root->inode_lockJeff Mahoney1-2/+5
2014-06-09btrfs: replace EINVAL with ERANGE for resize when ULLONG_MAXGui Hecheng1-1/+1
2014-06-09Btrfs: fix transaction leak during fsync callFilipe Manana1-1/+3
2014-06-09btrfs: Avoid trucating page or punching hole in a already existed hole.Qu Wenruo1-14/+98
2014-06-09Btrfs: update commit root on snapshot creation after orphan cleanupFilipe Manana1-0/+29
2014-06-09Btrfs: ioctl, don't re-lock extent range when not necessaryFilipe Manana1-2/+7
2014-06-09Btrfs: avoid visiting all extent items when cloning a rangeFilipe Manana1-4/+22
2014-06-09Btrfs: set dead flag on the right root when destroying snapshotFilipe Manana1-6/+6
2014-06-09Btrfs: ensure readers see new data after a clone operationFilipe Manana1-5/+31
2014-06-09fs: btrfs: volumes.c: Fix for possible null pointer dereferenceRickard Strandqvist1-2/+3
2014-06-09btrfs: allocate raid type kobjects dynamicallyJeff Mahoney3-16/+36
2014-06-09Btrfs: send, use the right limits for xattr names and valuesFilipe Manana1-7/+23
2014-06-09Btrfs: send, don't error in the presence of subvols/snapshotsFilipe Manana1-0/+4
2014-06-09Btrfs: async delayed refsChris Mason5-3/+107
2014-06-09Btrfs: split up __extent_writepage to lower stack usageChris Mason2-138/+194
2014-06-09btrfs: Drop EXTENT_UPTODATE check in hole punching and direct lockingAlex Gartrell3-7/+71
2014-06-09Btrfs: cut down stack usage in btree_write_cache_pagesChris Mason1-4/+5
2014-06-09Btrfs: break up __btrfs_write_out_cache to cut down stack usageChris Mason1-117/+191
2014-06-09Btrfs: free tmp ulist for qgroup rescanJosef Bacik1-0/+1
2014-06-09btrfs: usage error should not be logged into system logAnand Jain1-4/+1
2014-06-09btrfs: remove newline from inode cache kthread nameDavid Sterba1-1/+1
2014-06-09btrfs: remove stale newlines from log messagesDavid Sterba7-14/+14
2014-06-09Btrfs: fix double free in find_lock_delalloc_rangeChris Mason1-0/+1
2014-06-09btrfs: replace simple_strtoull() with kstrtoull()ZhangZhen1-2/+3
2014-06-09Btrfs: set right total device count for seeding supportWang Shilong1-1/+0
2014-06-09Btrfs: remove OPT_acl parse when acl disabledGuangliang Zhao1-0/+7
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik16-37/+700
2014-06-09Btrfs: rework qgroup accountingJosef Bacik12-479/+1044
2014-06-09Btrfs: mark mapping with error flag to report errors to userspaceLiu Bo1-0/+2
2014-06-09Btrfs: fix NULL pointer crash of deleting a seed deviceLiu Bo1-4/+8
2014-06-09Btrfs: fix joining same transaction handle more than twiceWang Shilong1-2/+9
2014-06-09Btrfs: use helpers for last_trans_log_full_commit instead of opencodeMiao Xie4-27/+36
2014-06-09Btrfs: check if items are ordered when a leaf is marked dirtyFilipe Manana1-0/+6
2014-06-09Btrfs: don't access non-existent key when csum tree is emptyFilipe Manana1-1/+1
2014-06-09Btrfs: make sure there are not any read requests before stopping workersWang Shilong1-0/+5
2014-06-09Btrfs: fix possible memory leak in btrfs_create_tree()Tsutomu Itoh1-0/+1
2014-06-09btrfs: remove useless ACL checkZhangZhen1-7/+0
2014-06-09btrfs: btrfs_rm_device() should zero mirror SB as wellAnand Jain1-0/+31
2014-06-09Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie12-94/+109
2014-06-09Btrfs: send, fix more issues related to directory renamesFilipe Manana1-94/+96
2014-06-09Btrfs: send, remove dead code from __get_cur_name_and_parentFilipe Manana1-6/+0
2014-06-09Btrfs: send, account for orphan directories when building path stringsFilipe Manana1-24/+9
2014-06-09Btrfs: send, avoid unnecessary inode item lookup in the btreeFilipe Manana1-6/+7
2014-06-09btrfs: add dev maxs limit for __btrfs_alloc_chunk in kernel spaceGui Hecheng1-0/+16
2014-06-09btrfs: fix wrong max system array size check in kernel spaceGui Hecheng1-1/+2
2014-06-09btrfs: Add check to avoid cleanup roots already in fs_info->dead_roots.Qu Wenruo1-7/+30
2014-06-09Btrfs: reclaim the reserved metadata space at backgroundMiao Xie4-1/+114
2014-06-09Btrfs: output warning instead of error when loading free space cache failedMiao Xie1-2/+2
2014-06-09btrfs: Add ctime/mtime update for btrfs device add/remove.Qu Wenruo1-2/+24
2014-06-09btrfs: assert that send is not in progres before root deletionDavid Sterba2-13/+1
2014-06-09btrfs: protect snapshots from deleting during sendDavid Sterba3-2/+53
2014-06-09btrfs: remove redundant null check in btrfs_dentry_release()Daeseok Youn1-2/+1
2014-06-09Btrfs: implement inode_operations callback tmpfileFilipe Manana1-20/+98
2014-06-09btrfs: make FS_INFO ioctl available to anyoneDavid Sterba1-3/+0
2014-06-09btrfs: make DEV_INFO ioctl available to anyoneDavid Sterba1-3/+0
2014-06-09btrfs: export more from FS_INFO to sysfsDavid Sterba1-0/+40
2014-06-09btrfs: retrieve more info from FS_INFO ioctlDavid Sterba1-0/+4
2014-06-09btrfs: balance filter: add limit of processed chunksDavid Sterba3-1/+25
2014-06-09Btrfs: fix leaf corruption caused by ENOSPC while hole punchingFilipe Manana1-1/+19
2014-06-09Btrfs: do not increment on bio_index one by oneLiu Bo1-1/+1
2014-06-09Btrfs: read inode size after acquiring the mutex when punching a holeFilipe Manana1-1/+2
2014-06-09btrfs: Remove unnecessary check for NULLTobias Klauser1-2/+2
2014-06-09btrfs: fix inline compressed read err corruptionZach Brown1-10/+5
2014-06-09btrfs: return ptr error from compression workspaceZach Brown1-3/+3
2014-06-09btrfs: return errno instead of -1 from compressionZach Brown2-20/+20
2014-06-09btrfs: check_int: propagate out-of-memory error upwardsStefan Behrens1-1/+4
2014-06-09Btrfs: fix hang on error (such as ENOSPC) when writing extent pagesFilipe Manana1-5/+11
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds5-13/+15
2014-06-06Btrfs: send, fix corrupted path strings for long pathsFilipe Manana1-2/+5
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman2-7/+9
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-6/+6
2014-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-2/+6
2014-05-20Btrfs: send, fix incorrect ref access when using extrefsFilipe Manana1-1/+1
2014-05-20Btrfs: fix EIO on reading file after ioctl clone works on itLiu Bo1-1/+5
2014-05-06btrfs: switch to ->write_iter()Al Viro1-14/+10
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-05-06iov_iter_truncate()Al Viro1-9/+8
2014-05-06btrfs: switch check_direct_IO() to iov_iterAl Viro1-25/+15
2014-05-06start adding the tag to iov_iterAl Viro1-1/+1
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-2/+1
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+1
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-6/+6
2014-05-06kill generic_segment_checks()Al Viro1-6/+1
2014-05-06__btrfs_direct_write(): switch to iov_iterAl Viro1-11/+8
2014-05-06generic_file_direct_write(): switch to iov_iterAl Viro1-4/+2
2014-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds8-45/+48
2014-04-26Btrfs: limit the path size in send to PATH_MAXChris Mason1-0/+5
2014-04-24Btrfs: correctly set profile flags on seqlock retryFilipe Manana1-1/+3
2014-04-24Btrfs: use correct key when repeating search for extent itemFilipe Manana1-0/+2
2014-04-24Btrfs: fix inode caching vs tree logMiao Xie1-16/+2
2014-04-24Btrfs: fix possible memory leaks in open_ctree()Wang Shilong1-5/+5
2014-04-24Btrfs: avoid triggering bug_on() when we fail to start inode caching taskWang Shilong1-1/+5
2014-04-24Btrfs: move btrfs_{set,clear}_and_info() to ctree.hWang Shilong2-14/+14
2014-04-24btrfs: replace error code from btrfs_drop_extentsDavid Sterba2-5/+5
2014-04-24btrfs: Change the hole range to a more accurate value.Qu Wenruo1-1/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra4-6/+6
2014-04-14btrfs: fix use-after-free in mount_subvol()Christoph Jaeger1-2/+6
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-11/+5
2014-04-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds19-279/+374
2014-04-11Btrfs: fix compile warnings on on avr32 platformWang Shilong1-1/+1
2014-04-10btrfs: allow mounting btrfs subvolumes with different ro/rw optionsHarald Hoyer1-0/+22
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov1-0/+1
2014-04-07btrfs: export global block reserve size as space_infoDavid Sterba2-1/+28
2014-04-07btrfs: fix crash in remount(thread_pool=) caseSergei Trofimovich1-0/+2
2014-04-07Btrfs: abort the transaction when we don't find our extent refJosef Bacik1-0/+2
2014-04-07Btrfs: fix EINVAL checks in btrfs_cloneChris Mason1-2/+3
2014-04-07Btrfs: fix unlock in __start_delalloc_inodes()Wang Shilong1-2/+3
2014-04-07Btrfs: scrub raid56 stripes in the right wayWang Shilong1-19/+89
2014-04-07Btrfs: don't compress for a small writeWang Shilong1-0/+8
2014-04-07Btrfs: more efficient io tree navigation on wait_extent_bitFilipe Manana1-1/+5
2014-04-07Btrfs: send, build path string only once in send_holeFilipe Manana1-3/+3
2014-04-07btrfs: filter invalid arg for btrfs resizeGui Hecheng1-2/+3
2014-04-07Btrfs: send, fix data corruption due to incorrect hole detectionFilipe Manana1-1/+3
2014-04-07Btrfs: kmalloc() doesn't return an ERR_PTRDan Carpenter1-3/+2
2014-04-07Btrfs: fix snapshot vs nocow writtingWang Shilong1-2/+21
2014-04-07btrfs: Change the expanding write sequence to fix snapshot related bug.Qu Wenruo1-1/+4
2014-04-07btrfs: make device scan less noisyDavid Sterba1-11/+24
2014-04-07btrfs: fix lockdep warning with reclaim lock inversionJeff Mahoney1-3/+7
2014-04-07Btrfs: hold the commit_root_sem when getting the commit root during sendJosef Bacik3-16/+39
2014-04-06Btrfs: remove transaction from sendJosef Bacik9-187/+77
2014-04-06Btrfs: don't clear uptodate if the eb is under IOJosef Bacik6-3/+27
2014-04-06Btrfs: check for an extent_op on the locked refJosef Bacik1-1/+2
2014-04-06Btrfs: do not reset last_snapshot after relocationJosef Bacik1-21/+0
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds34-1626/+2000
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner1-1/+1
2014-04-03fs/direct-io.c: remove some left over checksDan Carpenter1-1/+1
2014-04-01generic_file_direct_write(): get rid of ppos argumentAl Viro1-1/+1
2014-04-01btrfs_file_aio_write(): get rid of pposAl Viro1-6/+5
2014-04-01callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro1-5/+0
2014-03-21Btrfs: fix a crash of clone with inline extents's splitLiu Bo2-7/+18
2014-03-21btrfs: fix uninit variable warningChris Mason1-1/+1
2014-03-21Btrfs: take into account total references when doing backref lookupJosef Bacik1-11/+18
2014-03-21Btrfs: part 2, fix incremental send's decision to delay a dir move/renameFilipe Manana1-5/+66
2014-03-21Btrfs: fix incremental send's decision to delay a dir move/renameFilipe Manana1-3/+3