| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | reiserfs: balance_leaf refactor, pull out balance_leaf_paste_right | Jeff Mahoney | 2014-05-07 | 1 | -80/+90 |
| * | | | | | reiserfs: balance_leaf refactor, pull out balance_leaf_insert_right | Jeff Mahoney | 2014-05-07 | 1 | -63/+75 |
| * | | | | | reiserfs: balance_leaf refactor, pull out balance_leaf_paste_left | Jeff Mahoney | 2014-05-07 | 1 | -53/+64 |
| * | | | | | reiserfs: balance_leaf refactor, pull out balance_leaf_insert_left | Jeff Mahoney | 2014-05-07 | 1 | -49/+59 |
| * | | | | | reiserfs: balance_leaf refactor, move state variables into tree_balance | Jeff Mahoney | 2014-05-07 | 4 | -222/+214 |
| * | | | | | reiserfs: balance_leaf refactor, reformat balance_leaf comments | Jeff Mahoney | 2014-05-07 | 1 | -32/+52 |
| * | | | | | reiserfs: cleanup, make hash detection saner | Jeff Mahoney | 2014-05-07 | 1 | -58/+47 |
| * | | | | | reiserfs: cleanup, remove unnecessary parens | Jeff Mahoney | 2014-05-06 | 15 | -130/+129 |
| * | | | | | reiserfs: cleanup, remove leading whitespace from labels | Jeff Mahoney | 2014-05-06 | 11 | -68/+68 |
| * | | | | | reiserfs: cleanup, remove unnecessary parens in dirent creation | Jeff Mahoney | 2014-05-06 | 1 | -33/+34 |
| * | | | | | reiserfs: cleanup, remove blocks arg from journal_join | Jeff Mahoney | 2014-05-06 | 3 | -11/+11 |
| * | | | | | reiserfs: cleanup, remove sb argument from journal_mark_dirty | Jeff Mahoney | 2014-05-06 | 12 | -38/+35 |
| * | | | | | reiserfs: cleanup, remove sb argument from journal_end | Jeff Mahoney | 2014-05-06 | 10 | -79/+79 |
| * | | | | | reiserfs: cleanup, remove nblocks argument from journal_end | Jeff Mahoney | 2014-05-06 | 10 | -90/+75 |
| * | | | | | reiserfs: cleanup, reformat comments to normal kernel style | Jeff Mahoney | 2014-05-06 | 23 | -3311/+5124 |
| * | | | | | reiserfs: cleanup, rename key and item accessors to more friendly names | Jeff Mahoney | 2014-05-06 | 14 | -239/+284 |
| * | | | | | reiserfs: use per-fs commit workqueues | Jeff Mahoney | 2014-05-06 | 3 | -25/+20 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2014-06-11 | 47 | -1305/+3700 |
|\ \ \ \ \ \ |
|
| * | | | | | | Btrfs: convert smp_mb__{before,after}_clear_bit | Chris Mason | 2014-06-10 | 1 | -2/+2 |
| * | | | | | | Btrfs: fix scrub_print_warning to handle skinny metadata extents | Liu Bo | 2014-06-09 | 3 | -15/+24 |
| * | | | | | | Btrfs: make fsync work after cloning into a file | Filipe Manana | 2014-06-09 | 4 | -38/+155 |
| * | | | | | | Btrfs: use right type to get real comparison | Liu Bo | 2014-06-09 | 1 | -1/+1 |
| * | | | | | | Btrfs: don't check nodes for extent items | Josef Bacik | 2014-06-09 | 1 | -2/+3 |
| * | | | | | | Btrfs: don't release invalid page in btrfs_page_exists_in_range() | Filipe Manana | 2014-06-09 | 1 | -0/+1 |
| * | | | | | | Btrfs: make sure we retry if page is a retriable exception | Filipe Manana | 2014-06-09 | 1 | -1/+3 |
| * | | | | | | Btrfs: make sure we retry if we couldn't get the page | Filipe Manana | 2014-06-09 | 1 | -1/+3 |
| * | | | | | | btrfs: replace EINVAL with EOPNOTSUPP for dev_replace raid56 | Gui Hecheng | 2014-06-09 | 1 | -1/+1 |
| * | | | | | | trivial: fs/btrfs/ioctl.c: fix typo s/substract/subtract/ | Antonio Ospite | 2014-06-09 | 1 | -2/+2 |
| * | | | | | | Btrfs: fix leaf corruption after __btrfs_drop_extents | Liu Bo | 2014-06-09 | 1 | -0/+18 |
| * | | | | | | Btrfs: ensure btrfs_prev_leaf doesn't miss 1 item | Filipe Manana | 2014-06-09 | 1 | -1/+11 |
| * | | | | | | Btrfs: fix clone to deal with holes when NO_HOLES feature is enabled | Filipe Manana | 2014-06-09 | 1 | -25/+83 |
| * | | | | | | btrfs: free delayed node outside of root->inode_lock | Jeff Mahoney | 2014-06-09 | 1 | -2/+5 |
| * | | | | | | btrfs: replace EINVAL with ERANGE for resize when ULLONG_MAX | Gui Hecheng | 2014-06-09 | 1 | -1/+1 |
| * | | | | | | Btrfs: fix transaction leak during fsync call | Filipe Manana | 2014-06-09 | 1 | -1/+3 |
| * | | | | | | btrfs: Avoid trucating page or punching hole in a already existed hole. | Qu Wenruo | 2014-06-09 | 1 | -14/+98 |
| * | | | | | | Btrfs: update commit root on snapshot creation after orphan cleanup | Filipe Manana | 2014-06-09 | 1 | -0/+29 |
| * | | | | | | Btrfs: ioctl, don't re-lock extent range when not necessary | Filipe Manana | 2014-06-09 | 1 | -2/+7 |
| * | | | | | | Btrfs: avoid visiting all extent items when cloning a range | Filipe Manana | 2014-06-09 | 1 | -4/+22 |
| * | | | | | | Btrfs: set dead flag on the right root when destroying snapshot | Filipe Manana | 2014-06-09 | 1 | -6/+6 |
| * | | | | | | Btrfs: ensure readers see new data after a clone operation | Filipe Manana | 2014-06-09 | 1 | -5/+31 |
| * | | | | | | fs: btrfs: volumes.c: Fix for possible null pointer dereference | Rickard Strandqvist | 2014-06-09 | 1 | -2/+3 |
| * | | | | | | btrfs: allocate raid type kobjects dynamically | Jeff Mahoney | 2014-06-09 | 3 | -16/+36 |
| * | | | | | | Btrfs: send, use the right limits for xattr names and values | Filipe Manana | 2014-06-09 | 1 | -7/+23 |
| * | | | | | | Btrfs: send, don't error in the presence of subvols/snapshots | Filipe Manana | 2014-06-09 | 1 | -0/+4 |
| * | | | | | | Btrfs: async delayed refs | Chris Mason | 2014-06-09 | 5 | -3/+107 |
| * | | | | | | Btrfs: split up __extent_writepage to lower stack usage | Chris Mason | 2014-06-09 | 2 | -138/+194 |
| * | | | | | | btrfs: Drop EXTENT_UPTODATE check in hole punching and direct locking | Alex Gartrell | 2014-06-09 | 3 | -7/+71 |
| * | | | | | | Btrfs: cut down stack usage in btree_write_cache_pages | Chris Mason | 2014-06-09 | 1 | -4/+5 |
| * | | | | | | Btrfs: break up __btrfs_write_out_cache to cut down stack usage | Chris Mason | 2014-06-09 | 1 | -117/+191 |
| * | | | | | | Btrfs: free tmp ulist for qgroup rescan | Josef Bacik | 2014-06-09 | 1 | -0/+1 |