summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | reiserfs: balance_leaf refactor, pull out balance_leaf_paste_rightJeff Mahoney2014-05-071-80/+90
| * | | | | reiserfs: balance_leaf refactor, pull out balance_leaf_insert_rightJeff Mahoney2014-05-071-63/+75
| * | | | | reiserfs: balance_leaf refactor, pull out balance_leaf_paste_leftJeff Mahoney2014-05-071-53/+64
| * | | | | reiserfs: balance_leaf refactor, pull out balance_leaf_insert_leftJeff Mahoney2014-05-071-49/+59
| * | | | | reiserfs: balance_leaf refactor, move state variables into tree_balanceJeff Mahoney2014-05-074-222/+214
| * | | | | reiserfs: balance_leaf refactor, reformat balance_leaf commentsJeff Mahoney2014-05-071-32/+52
| * | | | | reiserfs: cleanup, make hash detection sanerJeff Mahoney2014-05-071-58/+47
| * | | | | reiserfs: cleanup, remove unnecessary parensJeff Mahoney2014-05-0615-130/+129
| * | | | | reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney2014-05-0611-68/+68
| * | | | | reiserfs: cleanup, remove unnecessary parens in dirent creationJeff Mahoney2014-05-061-33/+34
| * | | | | reiserfs: cleanup, remove blocks arg from journal_joinJeff Mahoney2014-05-063-11/+11
| * | | | | reiserfs: cleanup, remove sb argument from journal_mark_dirtyJeff Mahoney2014-05-0612-38/+35
| * | | | | reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney2014-05-0610-79/+79
| * | | | | reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney2014-05-0610-90/+75
| * | | | | reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney2014-05-0623-3311/+5124
| * | | | | reiserfs: cleanup, rename key and item accessors to more friendly namesJeff Mahoney2014-05-0614-239/+284
| * | | | | reiserfs: use per-fs commit workqueuesJeff Mahoney2014-05-063-25/+20
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-1147-1305/+3700
|\ \ \ \ \ \
| * | | | | | Btrfs: convert smp_mb__{before,after}_clear_bitChris Mason2014-06-101-2/+2
| * | | | | | Btrfs: fix scrub_print_warning to handle skinny metadata extentsLiu Bo2014-06-093-15/+24
| * | | | | | Btrfs: make fsync work after cloning into a fileFilipe Manana2014-06-094-38/+155
| * | | | | | Btrfs: use right type to get real comparisonLiu Bo2014-06-091-1/+1
| * | | | | | Btrfs: don't check nodes for extent itemsJosef Bacik2014-06-091-2/+3
| * | | | | | Btrfs: don't release invalid page in btrfs_page_exists_in_range()Filipe Manana2014-06-091-0/+1
| * | | | | | Btrfs: make sure we retry if page is a retriable exceptionFilipe Manana2014-06-091-1/+3
| * | | | | | Btrfs: make sure we retry if we couldn't get the pageFilipe Manana2014-06-091-1/+3
| * | | | | | btrfs: replace EINVAL with EOPNOTSUPP for dev_replace raid56Gui Hecheng2014-06-091-1/+1
| * | | | | | trivial: fs/btrfs/ioctl.c: fix typo s/substract/subtract/Antonio Ospite2014-06-091-2/+2
| * | | | | | Btrfs: fix leaf corruption after __btrfs_drop_extentsLiu Bo2014-06-091-0/+18
| * | | | | | Btrfs: ensure btrfs_prev_leaf doesn't miss 1 itemFilipe Manana2014-06-091-1/+11
| * | | | | | Btrfs: fix clone to deal with holes when NO_HOLES feature is enabledFilipe Manana2014-06-091-25/+83
| * | | | | | btrfs: free delayed node outside of root->inode_lockJeff Mahoney2014-06-091-2/+5
| * | | | | | btrfs: replace EINVAL with ERANGE for resize when ULLONG_MAXGui Hecheng2014-06-091-1/+1
| * | | | | | Btrfs: fix transaction leak during fsync callFilipe Manana2014-06-091-1/+3
| * | | | | | btrfs: Avoid trucating page or punching hole in a already existed hole.Qu Wenruo2014-06-091-14/+98
| * | | | | | Btrfs: update commit root on snapshot creation after orphan cleanupFilipe Manana2014-06-091-0/+29
| * | | | | | Btrfs: ioctl, don't re-lock extent range when not necessaryFilipe Manana2014-06-091-2/+7
| * | | | | | Btrfs: avoid visiting all extent items when cloning a rangeFilipe Manana2014-06-091-4/+22
| * | | | | | Btrfs: set dead flag on the right root when destroying snapshotFilipe Manana2014-06-091-6/+6
| * | | | | | Btrfs: ensure readers see new data after a clone operationFilipe Manana2014-06-091-5/+31
| * | | | | | fs: btrfs: volumes.c: Fix for possible null pointer dereferenceRickard Strandqvist2014-06-091-2/+3
| * | | | | | btrfs: allocate raid type kobjects dynamicallyJeff Mahoney2014-06-093-16/+36
| * | | | | | Btrfs: send, use the right limits for xattr names and valuesFilipe Manana2014-06-091-7/+23
| * | | | | | Btrfs: send, don't error in the presence of subvols/snapshotsFilipe Manana2014-06-091-0/+4
| * | | | | | Btrfs: async delayed refsChris Mason2014-06-095-3/+107
| * | | | | | Btrfs: split up __extent_writepage to lower stack usageChris Mason2014-06-092-138/+194
| * | | | | | btrfs: Drop EXTENT_UPTODATE check in hole punching and direct lockingAlex Gartrell2014-06-093-7/+71
| * | | | | | Btrfs: cut down stack usage in btree_write_cache_pagesChris Mason2014-06-091-4/+5
| * | | | | | Btrfs: break up __btrfs_write_out_cache to cut down stack usageChris Mason2014-06-091-117/+191
| * | | | | | Btrfs: free tmp ulist for qgroup rescanJosef Bacik2014-06-091-0/+1
OpenPOWER on IntegriCloud