summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-10btrfs: Handle unaligned length in extent_sameMark Fasheh1-6/+14
2015-06-10Btrfs: btrfs_defrag_file: Fix calculation of max_to_defrag.chandan1-1/+1
2015-06-10Btrfs: btrfs_defrag_file: Fix ra_index computation.chandan1-1/+1
2015-06-10Btrfs: fix necessary chunk tree space calculation when allocating a chunkFilipe Manana3-12/+7
2015-06-10Btrfs: don't attach unnecessary extents to transaction on fsyncFilipe Manana1-1/+15
2015-06-10Btrfs: avoid syncing log in the fast fsync path when not necessaryFilipe Manana3-3/+23
2015-06-10Merge branch 'send_fixes_4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason1-21/+83
2015-06-03Btrfs: fix hang during inode eviction due to concurrent readaheadFilipe Manana1-5/+21
2015-06-03Btrfs: fix up read_tree_block to return proper errorLiu Bo5-29/+54
2015-06-03Btrfs: add missing free_extent_bufferLiu Bo1-0/+1
2015-06-03Btrfs: remove csum_bytes_leftLiu Bo3-16/+0
2015-06-03Btrfs: fix -ENOSPC on block group removalFilipe Manana3-8/+30
2015-06-03Btrfs: fix -ENOSPC when finishing block group creationFilipe Manana4-2/+50
2015-06-03Btrfs: set UNWRITTEN for prealloc'ed extents in fiemapJosef Bacik1-0/+2
2015-06-03Btrfs: show subvol= and subvolid= in /proc/mountsOmar Sandoval2-0/+5
2015-06-03Btrfs: unify subvol= and subvolid= mountingOmar Sandoval1-67/+171
2015-06-03Btrfs: fail on mismatched subvol and subvolid mount optionsOmar Sandoval1-8/+25
2015-06-03Btrfs: clean up error handling in mount_subvol()Omar Sandoval1-28/+33
2015-06-03Btrfs: remove all subvol options before mounting top-levelOmar Sandoval1-36/+20
2015-06-03Btrfs: lock superblock before remounting for rw subvolOmar Sandoval1-0/+2
2015-06-03Btrfs: wake up extent state waiters on unlock through clear_extent_bitsFilipe Manana1-1/+6
2015-06-03Btrfs: fix chunk allocation regression leading to transaction abortFilipe Manana1-3/+19
2015-06-03btrfs: use after free when closing devicesSasha Levin1-2/+2
2015-06-03btrfs: make root id query unprivilegedDavid Sterba1-4/+16
2015-06-03Btrfs: fix block group ->space_info null pointer dereferenceFilipe Manana1-2/+23
2015-06-03Btrfs: check error before reporting missing device and add uuidAnand Jain1-1/+2
2015-06-03btrfs: Fix superblock csum type check.Qu Wenruo1-1/+1
2015-06-03Btrfs: incremental send, fix clone operations for compressed extentsFilipe Manana1-1/+17
2015-06-03btrfs: qgroup: Fix possible leak in btrfs_add_qgroup_relation()Christian Engelmayer1-4/+4
2015-06-03Btrfs: fix mutex unlock without prior lock on space cache truncationFilipe Manana1-8/+6
2015-06-03Btrfs: log when missing device is createdAnand Jain1-0/+2
2015-06-03btrfs: fix warnings after changes in btrfs_abort_transactionDavid Sterba2-4/+4
2015-06-03btrfs: add 'cold' compiler annotations to all error handling functionsDavid Sterba2-0/+7
2015-06-03btrfs: report exact callsite where transaction abort occursDavid Sterba2-11/+9
2015-06-03btrfs: let tree defrag work in SSD modeDavid Sterba1-3/+0
2015-06-03Btrfs: check pending chunks when shrinking fs to avoid corruptionFilipe Manana1-9/+40
2015-06-03Btrfs: don't invalidate root dentry when subvolume deletion failsOmar Sandoval1-3/+1
2015-06-03Btrfs: incremental send, check if orphanized dir inode needs delayed renameFilipe Manana1-19/+37
2015-06-03Btrfs: incremental send, don't delay directory renames unnecessarilyFilipe Manana1-2/+46
2015-06-01Linux 4.1-rc6v4.1-rc6Linus Torvalds1-1/+1
2015-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+4
2015-05-31Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds3-15/+18
2015-05-31Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf...Linus Torvalds7-15/+30
2015-05-31Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds2-40/+185
2015-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds24-287/+180
2015-05-31Merge tag 'hwmon-for-linus-v4.1-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-2/+15
2015-05-31iser-target: Fix error path in isert_create_pi_ctx()Roland Dreier1-3/+3
2015-05-31target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover11-22/+17
2015-05-31target: Move passthrough CDB parsing into a common functionAndy Grover4-94/+78
2015-05-31target/user: Only support full command pass-throughAndy Grover2-70/+75