| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-09-06 | 1 | -1/+1 |
|\ |
|
| * | treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacks | Joe Perches | 2013-08-20 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-09-05 | 1 | -1/+1 |
|\ \ |
|
| * | | direct-io: Handle O_(D)SYNC AIO | Christoph Hellwig | 2013-09-04 | 1 | -1/+1 |
* | | | Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-09-05 | 3 | -3/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | Btrfs: volume: Replace PTR_RET with PTR_ERR_OR_ZERO | Sachin Kamat | 2013-07-16 | 1 | -1/+1 |
| * | | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. | Rusty Russell | 2013-07-15 | 2 | -2/+2 |
* | | | btrfs: don't loop on large offsets in readdir | Zach Brown | 2013-08-10 | 1 | -8/+25 |
* | | | Btrfs: check to see if root_list is empty before adding it to dead roots | Josef Bacik | 2013-08-10 | 2 | -5/+5 |
* | | | Btrfs: release both paths before logging dir/changed extents | Josef Bacik | 2013-08-10 | 1 | -3/+2 |
* | | | Btrfs: allow splitting of hole em's when dropping extent cache | Josef Bacik | 2013-08-10 | 1 | -22/+40 |
* | | | Btrfs: make sure the backref walker catches all refs to our extent | Josef Bacik | 2013-08-10 | 1 | -11/+14 |
* | | | Btrfs: fix backref walking when we hit a compressed extent | Josef Bacik | 2013-08-10 | 1 | -8/+15 |
* | | | Btrfs: do not offset physical if we're compressed | Josef Bacik | 2013-08-10 | 1 | -3/+6 |
* | | | Btrfs: fix extent buffer leak after backref walking | Liu Bo | 2013-08-10 | 1 | -1/+0 |
* | | | Btrfs: fix a bug of snapshot-aware defrag to make it work on partial extents | Liu Bo | 2013-08-10 | 1 | -4/+12 |
* | | | btrfs: fix file truncation if FALLOC_FL_KEEP_SIZE is specified | Jie Liu | 2013-08-10 | 1 | -3/+0 |
| |/
|/| |
|
* | | Btrfs: fix wrong write offset when replacing a device | Stefan Behrens | 2013-07-19 | 1 | -1/+1 |
* | | Btrfs: re-add root to dead root list if we stop dropping it | Josef Bacik | 2013-07-19 | 1 | -0/+11 |
* | | Btrfs: fix lock leak when resuming snapshot deletion | Josef Bacik | 2013-07-19 | 1 | -0/+2 |
* | | Btrfs: update drop progress before stopping snapshot dropping | Josef Bacik | 2013-07-19 | 1 | -6/+8 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2013-07-09 | 34 | -1726/+2327 |
|\ |
|
| * | Btrfs: wait ordered range before doing direct io | Josef Bacik | 2013-07-02 | 1 | -1/+9 |
| * | Btrfs: only do the tree_mod_log_free_eb if this is our last ref | Josef Bacik | 2013-07-02 | 1 | -1/+2 |
| * | Btrfs: hold the tree mod lock in __tree_mod_log_rewind | Josef Bacik | 2013-07-02 | 1 | -4/+6 |
| * | Btrfs: make backref walking code handle skinny metadata | Josef Bacik | 2013-07-02 | 1 | -6/+25 |
| * | Btrfs: fix crash regarding to ulist_add_merge | Liu Bo | 2013-07-02 | 1 | -0/+15 |
| * | Btrfs: fix several potential problems in copy_nocow_pages_for_inode | Miao Xie | 2013-07-02 | 1 | -1/+22 |
| * | Btrfs: cleanup the code of copy_nocow_pages_for_inode() | Miao Xie | 2013-07-02 | 1 | -25/+23 |
| * | Btrfs: fix oops when recovering the file data by scrub function | Miao Xie | 2013-07-02 | 1 | -1/+1 |
| * | Btrfs: make the chunk allocator completely tree lockless | Josef Bacik | 2013-07-02 | 5 | -169/+166 |
| * | Btrfs: cleanup orphaned root orphan item | Josef Bacik | 2013-07-02 | 1 | -2/+29 |
| * | Btrfs: fix wrong mirror number tuning | Miao Xie | 2013-07-02 | 1 | -3/+0 |
| * | Btrfs: cleanup redundant code in btrfs_submit_direct() | Miao Xie | 2013-07-02 | 1 | -9/+1 |
| * | Btrfs: remove btrfs_sector_sum structure | Miao Xie | 2013-07-02 | 5 | -142/+76 |
| * | Btrfs: check if we can nocow if we don't have data space | Josef Bacik | 2013-07-02 | 6 | -26/+148 |
| * | Btrfs: stop using try_to_writeback_inodes_sb_nr to flush delalloc | Josef Bacik | 2013-07-02 | 1 | -5/+4 |
| * | Btrfs: use a percpu to keep track of possibly pinned bytes | Josef Bacik | 2013-07-02 | 2 | -5/+66 |
| * | Btrfs: check for actual acls rather than just xattrs when caching no acl | Josef Bacik | 2013-07-02 | 1 | -2/+16 |
| * | Btrfs: move btrfs_truncate_page to btrfs_cont_expand instead of btrfs_truncate | Josef Bacik | 2013-07-01 | 3 | -12/+35 |
| * | Btrfs: optimize reada_for_balance | Josef Bacik | 2013-07-01 | 1 | -37/+9 |
| * | Btrfs: optimize read_block_for_search | Josef Bacik | 2013-07-01 | 1 | -27/+20 |
| * | Btrfs: unlock extent range on enospc in compressed submit | Josef Bacik | 2013-07-01 | 1 | -1/+5 |
| * | Btrfs: fix the comment typo for btrfs_attach_transaction_barrier | Wang Sheng-Hui | 2013-07-01 | 1 | -1/+1 |
| * | Btrfs: fix not being able to find skinny extents during relocate | Josef Bacik | 2013-07-01 | 1 | -8/+27 |
| * | Btrfs: cleanup backref search commit root flag stuff | Josef Bacik | 2013-07-01 | 2 | -27/+16 |
| * | Btrfs: free csums when we're done scrubbing an extent | Josef Bacik | 2013-07-01 | 1 | -0/+1 |
| * | Btrfs: fix transaction throttling for delayed refs | Josef Bacik | 2013-07-01 | 3 | -18/+69 |
| * | Btrfs: stop waiting on current trans if we aborted | Josef Bacik | 2013-07-01 | 2 | -4/+11 |
| * | Btrfs: wake up delayed ref flushing waiters on abort | Josef Bacik | 2013-07-01 | 1 | -0/+1 |