summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | ceph: fix pending vmtruncate raceYan, Zheng2013-07-034-11/+13
| * | | | | | | | | | | | ceph: avoid accessing invalid memorySasha Levin2013-07-031-1/+1
| * | | | | | | | | | | | ceph: Reconstruct the func ceph_reserve_caps.majianpeng2013-07-032-15/+8
| * | | | | | | | | | | | ceph: Free mdsc if alloc mdsc->mdsmap failed.majianpeng2013-07-031-1/+3
| * | | | | | | | | | | | ceph: remove sb_start/end_write in ceph_aio_write.Jianpeng Ma2013-07-031-2/+0
| * | | | | | | | | | | | ceph: avoid meaningless calling ceph_caps_revoking if sync_mode == WB_SYNC_ALL.majianpeng2013-07-031-2/+2
| * | | | | | | | | | | | ceph: fix sleeping function called from invalid context.majianpeng2013-07-031-4/+5
| * | | | | | | | | | | | ceph: move inode to proper flushing list when auth MDS changesYan, Zheng2013-07-031-0/+7
| * | | | | | | | | | | | ceph: clear migrate seq when MDS restartsYan, Zheng2013-07-031-0/+1
| * | | | | | | | | | | | ceph: check migrate seq before changing auth capYan, Zheng2013-07-031-3/+5
| * | | | | | | | | | | | ceph: fix race between page writeback and truncateYan, Zheng2013-07-031-44/+40
| * | | | | | | | | | | | ceph: reset iov_len when discarding cap release messagesYan, Zheng2013-07-031-0/+1
| * | | | | | | | | | | | ceph: fix cap release raceYan, Zheng2013-07-031-12/+10
| * | | | | | | | | | | | ceph: tidy ceph_mdsmap_decode() a littleDan Carpenter2013-07-011-20/+22
| * | | | | | | | | | | | ceph: improve error handling in ceph_mdsmap_decodeEmil Goode2013-07-011-1/+3
| * | | | | | | | | | | | ceph: fix up comment for ceph_count_locks() as to which lock to holdJim Schutt2013-07-011-1/+1
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-07-0934-1726/+2327
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Btrfs: wait ordered range before doing direct ioJosef Bacik2013-07-021-1/+9
| * | | | | | | | | | | | Btrfs: only do the tree_mod_log_free_eb if this is our last refJosef Bacik2013-07-021-1/+2
| * | | | | | | | | | | | Btrfs: hold the tree mod lock in __tree_mod_log_rewindJosef Bacik2013-07-021-4/+6
| * | | | | | | | | | | | Btrfs: make backref walking code handle skinny metadataJosef Bacik2013-07-021-6/+25
| * | | | | | | | | | | | Btrfs: fix crash regarding to ulist_add_mergeLiu Bo2013-07-021-0/+15
| * | | | | | | | | | | | Btrfs: fix several potential problems in copy_nocow_pages_for_inodeMiao Xie2013-07-021-1/+22
| * | | | | | | | | | | | Btrfs: cleanup the code of copy_nocow_pages_for_inode()Miao Xie2013-07-021-25/+23
| * | | | | | | | | | | | Btrfs: fix oops when recovering the file data by scrub functionMiao Xie2013-07-021-1/+1
| * | | | | | | | | | | | Btrfs: make the chunk allocator completely tree locklessJosef Bacik2013-07-025-169/+166
| * | | | | | | | | | | | Btrfs: cleanup orphaned root orphan itemJosef Bacik2013-07-021-2/+29
| * | | | | | | | | | | | Btrfs: fix wrong mirror number tuningMiao Xie2013-07-021-3/+0
| * | | | | | | | | | | | Btrfs: cleanup redundant code in btrfs_submit_direct()Miao Xie2013-07-021-9/+1
| * | | | | | | | | | | | Btrfs: remove btrfs_sector_sum structureMiao Xie2013-07-025-142/+76
| * | | | | | | | | | | | Btrfs: check if we can nocow if we don't have data spaceJosef Bacik2013-07-026-26/+148
| * | | | | | | | | | | | Btrfs: stop using try_to_writeback_inodes_sb_nr to flush delallocJosef Bacik2013-07-021-5/+4
| * | | | | | | | | | | | Btrfs: use a percpu to keep track of possibly pinned bytesJosef Bacik2013-07-022-5/+66
| * | | | | | | | | | | | Btrfs: check for actual acls rather than just xattrs when caching no aclJosef Bacik2013-07-021-2/+16
| * | | | | | | | | | | | Btrfs: move btrfs_truncate_page to btrfs_cont_expand instead of btrfs_truncateJosef Bacik2013-07-013-12/+35
| * | | | | | | | | | | | Btrfs: optimize reada_for_balanceJosef Bacik2013-07-011-37/+9
| * | | | | | | | | | | | Btrfs: optimize read_block_for_searchJosef Bacik2013-07-011-27/+20
| * | | | | | | | | | | | Btrfs: unlock extent range on enospc in compressed submitJosef Bacik2013-07-011-1/+5
| * | | | | | | | | | | | Btrfs: fix the comment typo for btrfs_attach_transaction_barrierWang Sheng-Hui2013-07-011-1/+1
| * | | | | | | | | | | | Btrfs: fix not being able to find skinny extents during relocateJosef Bacik2013-07-011-8/+27
| * | | | | | | | | | | | Btrfs: cleanup backref search commit root flag stuffJosef Bacik2013-07-012-27/+16
| * | | | | | | | | | | | Btrfs: free csums when we're done scrubbing an extentJosef Bacik2013-07-011-0/+1
| * | | | | | | | | | | | Btrfs: fix transaction throttling for delayed refsJosef Bacik2013-07-013-18/+69
| * | | | | | | | | | | | Btrfs: stop waiting on current trans if we abortedJosef Bacik2013-07-012-4/+11
| * | | | | | | | | | | | Btrfs: wake up delayed ref flushing waiters on abortJosef Bacik2013-07-011-0/+1
| * | | | | | | | | | | | btrfs: fix the code comments for LZO compression workspaceJie Liu2013-07-011-2/+2
| * | | | | | | | | | | | Btrfs: fix broken nocow after balanceMiao Xie2013-07-011-0/+44
| * | | | | | | | | | | | Btrfs: exclude logged extents before replying when we are mixedJosef Bacik2013-06-143-37/+99
| * | | | | | | | | | | | Btrfs: put our inode if orphan cleanup failsJosef Bacik2013-06-141-1/+3
| * | | | | | | | | | | | Btrfs: add some missing iput()'s in btrfs_orphan_cleanupJosef Bacik2013-06-141-1/+4
OpenPOWER on IntegriCloud