summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-01Btrfs: fix a bug in checking whether a inode is already in logLiu Bo4-8/+10
2012-10-01Btrfs: fix wrong orphan count of the fs/file treeMiao Xie1-1/+1
2012-10-01Btrfs: improve fsync by filtering extents that we wantLiu Bo4-3/+26
2012-10-01Btrfs: do not needlessly restart the transaction for enospcJosef Bacik3-36/+20
2012-10-01Btrfs: cleanup extents after we finish logging inodeLiu Bo1-0/+6
2012-10-01Btrfs: only warn if we hit an error when doing the tree loggingJosef Bacik1-1/+1
2012-10-01Btrfs: turbo charge fsyncJosef Bacik8-42/+416
2012-10-01Btrfs: fix possible corruption when fsyncing written prealloced extentsJosef Bacik1-0/+12
2012-10-01Btrfs: do not allocate chunks as agressivelyJosef Bacik1-9/+3
2012-10-01Btrfs: update last trans if we don't update the inodeJosef Bacik1-0/+2
2012-10-01Btrfs: fix gcc warnings for 32bit compilesJan Schmidt4-31/+32
2012-10-01Btrfs: fix btrfs send for inline items and compressionChris Mason3-15/+37
2012-10-01Btrfs: don't treat top/root directory inode as deleted/reusedAlexander Block1-1/+20
2012-10-01Btrfs: ignore non-FS inodes for send/receiveAlexander Block1-0/+5
2012-10-01Btrfs: pass root instead of parent_root to iterate_inode_refAlexander Block1-2/+2
2012-10-01Btrfs: use <= instead of < in is_extent_unchangedAlexander Block1-1/+1
2012-10-01Btrfs: fix check for changed extent in is_extent_unchangedAlexander Block1-2/+2
2012-10-01Btrfs: free nce and nce_head on error in name_cache_insertAlexander Block1-1/+5
2012-10-01Btrfs: remove unused tmp_path from iterate_dir_itemAlexander Block1-8/+0
2012-10-01Btrfs: code cleanups for send/receiveAlexander Block1-48/+35
2012-10-01Btrfs: add/fix comments/documentation for send/receiveAlexander Block1-6/+134
2012-10-01Btrfs: update send_progress at correct placesAlexander Block1-6/+20
2012-10-01Btrfs: make aux field of ulist 64 bitAlexander Block4-23/+21
2012-10-01Btrfs: fix use of radix_tree for name_cache in send/receiveAlexander Block1-39/+37
2012-10-01Btrfs: fix memory leak for name_cache in send/receiveAlexander Block1-0/+1
2012-10-01Btrfs: don't break in the final loop of find_extent_cloneAlexander Block1-1/+0
2012-10-01Btrfs: use normal return path for root == send_root caseAlexander Block1-6/+0
2012-10-01Btrfs: use kmalloc instead of stack for backref_ctxAlexander Block1-11/+18
2012-10-01Btrfs: rename backref_ctx::found_in_send_root to found_itselfAlexander Block1-4/+4
2012-10-01Btrfs: remove unused use_list from send/receive codeAlexander Block1-2/+0
2012-10-01Btrfs: add correct parent to check_dirs when dir got movedAlexander Block1-0/+11
2012-10-01Btrfs: remove unused code with #if 0Alexander Block1-0/+2
2012-10-01Btrfs: add missing check for dir != tmp_dir to is_first_refAlexander Block1-1/+1
2012-10-01Btrfs: fix cur_ino < parent_ino case for send/receiveAlexander Block1-244/+146
2012-10-01Btrfs: add rdev to get_inode_info in send/receiveAlexander Block1-13/+17
2012-09-30Linux 3.6v3.6Linus Torvalds1-1/+1
2012-09-29vfs: dcache: fix deadlock in tree traversalMiklos Szeredi1-0/+6
2012-09-29Merge tag 'iommu-fixes-v3.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-20/+28
2012-09-29Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2-50/+105
2012-09-28mtdchar: fix offset overflow detectionLinus Torvalds1-6/+42
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-26/+54
2012-09-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-4/+9
2012-09-28Merge branch 'for-linus-3.6-rc-final' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds15-106/+53
2012-09-28Merge tag 'dm-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk...Linus Torvalds6-78/+209
2012-09-28thp: avoid VM_BUG_ON page_count(page) false positives in __collapse_huge_page...Andrea Arcangeli1-1/+0
2012-09-28iommu/amd: Fix wrong assumption in iommu-group specific codeJoerg Roedel1-2/+4
2012-09-28netdev: octeon: fix return value check in octeon_mgmt_init_phy()Wei Yongjun1-3/+1
2012-09-27Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds6-4/+14
2012-09-27Merge tag 'usb-3.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-6/+5
2012-09-27ALSA: snd-usb: fix next_packet_size calls for pause caseDaniel Mack1-1/+7