summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-03-10Btrfs: fix skipped error handle when log sync failedMiao Xie5-31/+111
2014-03-10Btrfs: use signed integer instead of unsigned long integer for log transidMiao Xie3-11/+11
2014-03-10Btrfs: remove unnecessary memory barrier in btrfs_sync_log()Miao Xie1-3/+0
2014-03-10Btrfs: don't start the log transaction if the log tree init failsMiao Xie1-12/+14
2014-03-10Btrfs: fix the skipped transaction commit during the file syncMiao Xie1-10/+16
2014-03-10Btrfs: use ACCESS_ONCE to prevent the optimize accesses to ->last_trans_log_f...Miao Xie1-7/+10
2014-03-10Btrfs: avoid warning bomb of btrfs_invalidate_inodesLiu Bo1-1/+2
2014-03-10Btrfs: fix possible deadlock in btrfs_cleanup_transactionLiu Bo1-1/+3
2014-03-10Btrfs: faster/more efficient insertion of file extent itemsFilipe David Borba Manana1-22/+30
2014-03-10btrfs: always choose work from prio_head firstStanislaw Gruszka1-4/+5
2014-03-10Revert "Btrfs: remove transaction from btrfs send"Wang Shilong1-0/+33
2014-03-10Btrfs: skip readonly root for snapshot-aware defragmentWang Shilong1-0/+5
2014-03-10Btrfs: switch to btrfs_previous_extent_item()Wang Shilong1-31/+6
2014-03-10Btrfs: skip submitting barrier for missing deviceHidetoshi Seto1-0/+4
2014-03-10Btrfs: unlock extent and pages on error in cow_file_rangeJosef Bacik1-1/+2
2014-03-10Btrfs: balance delayed inode updatesJosef Bacik1-0/+4
2014-03-10btrfs: add simple debugfs interfaceDavid Sterba2-6/+32
2014-03-10btrfs: send: lower memory requirements in common caseDavid Sterba1-69/+37
2014-03-10Btrfs: make some tree searches in send.c more efficientFilipe David Borba Manana1-41/+64
2014-03-10Btrfs: use right extent item position in send when finding extent clonesFilipe David Borba Manana1-2/+0
2014-03-10btrfs: send: remove BUG_ON from name_cache_deleteDavid Sterba1-2/+9
2014-03-10btrfs: send: remove BUG from process_all_refsDavid Sterba1-1/+4
2014-03-10btrfs: send: squeeze bitfilelds in fs_pathDavid Sterba1-2/+2
2014-03-10btrfs: send: remove virtual_mem member from fs_pathDavid Sterba1-6/+2
2014-03-10btrfs: send: remove prepared member from fs_pathDavid Sterba1-13/+13
2014-03-10btrfs: send: replace check with an assert in gen_unique_nameDavid Sterba1-5/+1
2014-03-10Btrfs: more send support for parent/child dir relationship inversionFilipe David Borba Manana1-2/+2
2014-03-10Btrfs: fix send dealing with file renames and directory movesFilipe David Borba Manana1-9/+1
2014-03-10Btrfs: only add roots if necessary in find_parent_nodes()Wang Shilong1-11/+3
2014-03-10btrfs: Fix 32/64-bit problem with BTRFS_SET_RECEIVED_SUBVOL ioctlHugo Mills1-12/+111
2014-03-10Btrfs: add missing error check in incremental sendFilipe David Borba Manana1-1/+4
2014-03-10Btrfs: fix use-after-free in the finishing procedure of the device replaceMiao Xie5-15/+111
2014-03-10Btrfs: fix unprotected alloc list insertion during the finishing procedure of...Miao Xie1-0/+3
2014-03-10btrfs: Return EXDEV for cross file system snapshotKusanagi Kouichi1-1/+1
2014-03-10Btrfs: don't mix the ordered extents of all files together during logging the...Miao Xie3-35/+49
2014-02-15Btrfs: use right clone root offset for compressed extentsFilipe David Borba Manana1-0/+10
2014-02-15btrfs: fix null pointer deference at btrfs_sysfs_add_one+0x105Anand Jain1-2/+8
2014-02-14Btrfs: unset DCACHE_DISCONNECTED when mounting default subvolJosef Bacik2-2/+9
2014-02-14Btrfs: fix max_inline mount optionMitch Harder1-1/+1
2014-02-14Btrfs: fix a lockdep warning when cleaning up aborted transactionLiu Bo1-1/+0
2014-02-14Revert "btrfs: add ioctl to export size of global metadata reservation"Chris Mason1-16/+0
2014-02-08Btrfs: fix data corruption when reading/updating compressed extentsFilipe David Borba Manana1-0/+2
2014-02-08Btrfs: don't loop forever if we can't run because of the tree mod logJosef Bacik1-0/+1
2014-02-08btrfs: reserve no transaction units in btrfs_ioctl_set_featuresDavid Sterba1-1/+1
2014-02-08btrfs: commit transaction after setting label and featuresJeff Mahoney1-2/+2
2014-02-08Btrfs: fix assert screwup for the pending move stuffJosef Bacik1-5/+3
2014-02-03Btrfs: use late_initcall instead of module_initFilipe David Borba Manana1-1/+1
2014-02-03Btrfs: use btrfs_crc32c everywhere instead of libcrc32cFilipe David Borba Manana3-6/+6
2014-02-03Btrfs: disable snapshot aware defrag for nowJosef Bacik1-1/+1
2014-01-29Btrfs: fix spin_unlock in check_ref_cleanupChris Mason1-1/+3