| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Btrfs: do delay iput in sync_fs | Josef Bacik | 2013-06-14 | 1 | -1/+1 |
| * | Btrfs: make the state of the transaction more readable | Miao Xie | 2013-06-14 | 4 | -94/+116 |
| * | Btrfs: remove the time check in btrfs_commit_transaction() | Miao Xie | 2013-06-14 | 1 | -23/+6 |
| * | Btrfs: remove unnecessary varient ->num_joined in btrfs_transaction structure | Miao Xie | 2013-06-14 | 2 | -9/+1 |
| * | Btrfs: don't flush the delalloc inodes in the while loop if flushoncommit is set | Miao Xie | 2013-06-14 | 1 | -8/+18 |
| * | Btrfs: don't wait for all the writers circularly during the transaction commit | Miao Xie | 2013-06-14 | 2 | -21/+65 |
| * | Btrfs: remove the code for the impossible case in cleanup_transaction() | Miao Xie | 2013-06-14 | 1 | -5/+6 |
| * | Btrfs: cleanup unnecessary assignment when cleaning up all the residual trans... | Miao Xie | 2013-06-14 | 1 | -8/+1 |
| * | Btrfs: just flush the delalloc inodes in the source tree before snapshot crea... | Miao Xie | 2013-06-14 | 2 | -9/+7 |
| * | Btrfs: introduce per-subvolume ordered extent list | Miao Xie | 2013-06-14 | 10 | -58/+143 |
| * | Btrfs: introduce per-subvolume delalloc inode list | Miao Xie | 2013-06-14 | 7 | -67/+183 |
| * | Btrfs: introduce grab/put functions for the root of the fs/file tree | Miao Xie | 2013-06-14 | 4 | -3/+26 |
| * | Btrfs: cleanup the similar code of the fs root read | Miao Xie | 2013-06-14 | 9 | -269/+228 |
| * | Btrfs: make the snap/subv deletion end more early when the fs is R/O | Miao Xie | 2013-06-14 | 3 | -14/+15 |
| * | Btrfs: move the R/O check out of btrfs_clean_one_deleted_snapshot() | Miao Xie | 2013-06-14 | 2 | -5/+9 |
| * | Btrfs: make the cleaner complete early when the fs is going to be umounted | Miao Xie | 2013-06-14 | 1 | -5/+7 |
| * | Btrfs: remove unnecessary ->s_umount in cleaner_kthread() | Miao Xie | 2013-06-14 | 1 | -12/+28 |
| * | Btrfs: cleanup: don't check the same thing twice | Stefan Behrens | 2013-06-14 | 5 | -27/+0 |
| * | Btrfs: cleanup, btrfs_read_fs_root_no_name() doesn't return NULL | Stefan Behrens | 2013-06-14 | 2 | -8/+2 |
| * | Btrfs: delete unused function | Stefan Behrens | 2013-06-14 | 1 | -14/+0 |
| * | Btrfs: remove useless copy in quota_ctl | Liu Bo | 2013-06-14 | 1 | -3/+0 |
| * | Minor format cleanup. | Andreas Philipp | 2013-06-14 | 1 | -2/+2 |
| * | Btrfs: cleanup unused arguments in send.c | Tsutomu Itoh | 2013-06-14 | 1 | -99/+90 |
| * | Btrfs: fix a comment | Stefan Behrens | 2013-06-14 | 1 | -1/+1 |
| * | Btrfs: add ioctl to wait for qgroup rescan completion | Jan Schmidt | 2013-06-14 | 3 | -0/+35 |
| * | Btrfs: introduce qgroup_ulist to avoid frequently allocating/freeing ulist | Wang Shilong | 2013-06-14 | 3 | -34/+43 |
| * | btrfs: show compiled-in config features at module load time | David Sterba | 2013-06-14 | 2 | -6/+13 |
| * | btrfs: move ifdef around sanity checks out of init_btrfs_fs | David Sterba | 2013-06-14 | 3 | -5/+3 |
| * | btrfs: add prefix to sanity tests messages | David Sterba | 2013-06-14 | 1 | -48/+49 |
| * | btrfs: add debug check for extent_io range alignment | David Sterba | 2013-06-14 | 1 | -0/+27 |
| * | Btrfs: fix check on same raid type flag twice | Henrik Nordvik | 2013-06-14 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-07-04 | 2 | -2/+2 |
|\ \ |
|
| * | | treewide: Fix typo in printk | Masanari Iida | 2013-05-28 | 1 | -1/+1 |
| * | | btrfs: fix btrfs_extend_item() comment | Stefan Behrens | 2013-05-28 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-07-03 | 2 | -18/+5 |
|\ \ \ |
|
| * | | | vfs: export lseek_execute() to modules | Jie Liu | 2013-07-03 | 1 | -14/+1 |
| * | | | btrfs: more open-coded file_inode() | Al Viro | 2013-06-29 | 1 | -4/+4 |
* | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2013-07-02 | 3 | -3/+5 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | mm: change invalidatepage prototype to accept length | Lukas Czerner | 2013-05-21 | 3 | -3/+5 |
| |/ / |
|
* | | | [readdir] convert btrfs | Al Viro | 2013-06-29 | 3 | -40/+21 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2013-06-13 | 3 | -9/+13 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Btrfs: stop all workers before cleaning up roots | Josef Bacik | 2013-06-08 | 1 | -3/+3 |
| * | Btrfs: fix use-after-free bug during umount | Liu Bo | 2013-06-08 | 1 | -2/+2 |
| * | Btrfs: init relocate extent_io_tree with a mapping | Josef Bacik | 2013-06-08 | 1 | -4/+5 |
| * | btrfs: Drop inode if inode root is NULL | Naohiro Aota | 2013-06-08 | 1 | -0/+3 |
| * | Btrfs: don't delete fs_roots until after we cleanup the transaction | Josef Bacik | 2013-06-08 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2013-05-18 | 21 | -246/+301 |
|\ \
| |/ |
|
| * | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos... | Chris Mason | 2013-05-17 | 16 | -174/+181 |
| |\ |
|
| | * | Btrfs: make sure roots are assigned before freeing their nodes | Josef Bacik | 2013-05-17 | 1 | -18/+21 |
| | * | Btrfs: explicitly use global_block_rsv for quota_tree | Stefan Behrens | 2013-05-17 | 1 | -0/+2 |