Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | ceph: fix pending vmtruncate race | Yan, Zheng | 2013-07-03 | 4 | -11/+13 | |
| * | | | | | | | | | | | | ceph: avoid accessing invalid memory | Sasha Levin | 2013-07-03 | 1 | -1/+1 | |
| * | | | | | | | | | | | | ceph: Reconstruct the func ceph_reserve_caps. | majianpeng | 2013-07-03 | 2 | -15/+8 | |
| * | | | | | | | | | | | | ceph: Free mdsc if alloc mdsc->mdsmap failed. | majianpeng | 2013-07-03 | 1 | -1/+3 | |
| * | | | | | | | | | | | | ceph: remove sb_start/end_write in ceph_aio_write. | Jianpeng Ma | 2013-07-03 | 1 | -2/+0 | |
| * | | | | | | | | | | | | ceph: avoid meaningless calling ceph_caps_revoking if sync_mode == WB_SYNC_ALL. | majianpeng | 2013-07-03 | 1 | -2/+2 | |
| * | | | | | | | | | | | | ceph: fix sleeping function called from invalid context. | majianpeng | 2013-07-03 | 1 | -4/+5 | |
| * | | | | | | | | | | | | ceph: move inode to proper flushing list when auth MDS changes | Yan, Zheng | 2013-07-03 | 1 | -0/+7 | |
| * | | | | | | | | | | | | ceph: clear migrate seq when MDS restarts | Yan, Zheng | 2013-07-03 | 1 | -0/+1 | |
| * | | | | | | | | | | | | ceph: check migrate seq before changing auth cap | Yan, Zheng | 2013-07-03 | 1 | -3/+5 | |
| * | | | | | | | | | | | | ceph: fix race between page writeback and truncate | Yan, Zheng | 2013-07-03 | 1 | -44/+40 | |
| * | | | | | | | | | | | | ceph: reset iov_len when discarding cap release messages | Yan, Zheng | 2013-07-03 | 1 | -0/+1 | |
| * | | | | | | | | | | | | ceph: fix cap release race | Yan, Zheng | 2013-07-03 | 1 | -12/+10 | |
| * | | | | | | | | | | | | ceph: tidy ceph_mdsmap_decode() a little | Dan Carpenter | 2013-07-01 | 1 | -20/+22 | |
| * | | | | | | | | | | | | ceph: improve error handling in ceph_mdsmap_decode | Emil Goode | 2013-07-01 | 1 | -1/+3 | |
| * | | | | | | | | | | | | ceph: fix up comment for ceph_count_locks() as to which lock to hold | Jim Schutt | 2013-07-01 | 1 | -1/+1 | |
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | btrfs: fix the code comments for LZO compression workspace | Jie Liu | 2013-07-01 | 1 | -2/+2 | |
| * | | | | | | | | | | | | Btrfs: fix broken nocow after balance | Miao Xie | 2013-07-01 | 1 | -0/+44 | |
| * | | | | | | | | | | | | Btrfs: exclude logged extents before replying when we are mixed | Josef Bacik | 2013-06-14 | 3 | -37/+99 | |
| * | | | | | | | | | | | | Btrfs: put our inode if orphan cleanup fails | Josef Bacik | 2013-06-14 | 1 | -1/+3 | |
| * | | | | | | | | | | | | Btrfs: add some missing iput()'s in btrfs_orphan_cleanup | Josef Bacik | 2013-06-14 | 1 | -1/+4 |