aboutsummaryrefslogtreecommitdiffstats
path: root/block (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-03lib: radix_tree: tree node interfaceJohannes Weiner2-115/+182
2014-04-03mm: thrash detection-based file cache sizingJohannes Weiner8-23/+331
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner50-65/+147
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner11-130/+349
2014-04-03mm: filemap: move radix tree hole searching hereJohannes Weiner6-82/+84
2014-04-03mm: shmem: save one radix tree lookup when truncating swapped pagesJohannes Weiner1-13/+12
2014-04-03lib: radix-tree: add radix_tree_delete_item()Johannes Weiner2-4/+28
2014-04-03fs: cachefiles: use add_to_page_cache_lru()Johannes Weiner1-20/+13
2014-04-03mm: vmstat: fix UP zone state accountingJohannes Weiner1-8/+9
2014-04-03mm: vmscan: shrink_slab: rename max_pass -> freeableVladimir Davydov1-13/+13
2014-04-03mm, hugetlb: improve page-fault scalabilityDavidlohr Bueso1-13/+71
2014-04-03mm, hugetlb: use vma_resv_map() map typesJoonsoo Kim1-50/+45
2014-04-03mm, hugetlb: remove resv_map_putJoonsoo Kim1-12/+3
2014-04-03mm, hugetlb: fix race in region trackingDavidlohr Bueso2-20/+39
2014-04-03mm, hugetlb: improve, cleanup resv_map parametersJoonsoo Kim1-13/+17
2014-04-03mm, hugetlb: unify region structure handlingJoonsoo Kim3-18/+45
2014-04-03mm: optimize put_mems_allowed() usageMel Gorman8-39/+38
2014-04-03mm, compaction: ignore pageblock skip when manually invoking compactionDavid Rientjes1-0/+1
2014-04-03mm: vmscan: remove shrink_control arg from do_try_to_free_pages()Vladimir Davydov1-20/+12
2014-04-03mm: vmscan: move call to shrink_slab() to shrink_zones()Vladimir Davydov1-31/+25
2014-04-03mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaimVladimir Davydov1-2/+2
2014-04-03kernel/watchdog.c: touch_nmi_watchdog should only touch local cpu not every oneBen Zhang1-8/+8
2014-04-03fs/direct-io.c: remove some left over checksDan Carpenter3-3/+3
2014-04-03fs/direct-io.c: remove redundant comparisonGu Zheng1-1/+0
2014-04-03ocfs2: pass "new" parameter to ocfs2_init_xattr_bucketWengang Wang1-8/+15
2014-04-03ocfs2: avoid system inode ref confusion by adding mutex lockjiangyiwen3-0/+7
2014-04-03ocfs2: iput inode alloc when failed locallyjiangyiwen2-2/+4
2014-04-03ocfs2/o2net: o2net_listen_data_ready should do nothing if socket state is not TCP_LISTENTariq Saeed1-5/+17
2014-04-03ocfs2: rollback alloc_dinode counts when ocfs2_block_group_set_bits() failedYounger Liu3-2/+32
2014-04-03ocfs2: flock: drop cross-node lock when failed locallyWengang Wang1-0/+2
2014-04-03ocfs2: call ocfs2_update_inode_fsync_trans when updating any inodeDarrick J. Wong8-1/+20
2014-04-03ocfs2: fix panic on kfree(xattr->name)Tetsuo Handa1-2/+0
2014-04-03ocfs2: do not put bh when buffer_uptodate failedalex chen1-2/+0
2014-04-03ocfs2: __ocfs2_mknod_locked should return error when ocfs2_create_new_inode_locks() failedXue jiufei1-3/+0
2014-04-03ocfs2: allow for more than one data extent when creating xattrTariq Saeed1-1/+8
2014-04-03ocfs2: fix deadlock risk when kmalloc failed in dlm_query_region_handlerZhonghua Guo1-12/+9
2014-04-03ocfs2: llseek requires ocfs2 inode lock for the file in SEEK_ENDJensen1-1/+10
2014-04-03ocfs2: fix type conversion risk when get cluster attributesJoseph Qi1-3/+3
2014-04-03ocfs2: revert iput deferring code in ocfs2_drop_dentry_lockGoldwyn Rodrigues4-122/+9
2014-04-03ocfs2: avoid blocking in ocfs2_mark_lockres_freeing() in downconvert threadJan Kara3-7/+47
2014-04-03ocfs2: implement delayed dropping of last dquot referenceJan Kara4-0/+50
2014-04-03quota: provide function to grab quota structure referenceJan Kara2-2/+10
2014-04-03ocfs2: move dquot_initialize() in ocfs2_delete_inode() somewhat laterJan Kara1-7/+9
2014-04-03ocfs2: remove OCFS2_INODE_SKIP_DELETE flagJan Kara3-17/+3
2014-04-03ocfs2: add dlm_recover_callback_support in sysfsGoldwyn Rodrigues1-0/+14
2014-04-03ocfs2: dlm: fix recovery hungJunxiao Bi1-2/+13
2014-04-03ocfs2: dlm: fix lock migration crashJunxiao Bi1-6/+8
2014-04-03ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_fileDarrick J. Wong9-21/+74
2014-04-03ocfs2: remove unused variable uuid_net_key in ocfs2_initialize_superjoyce.xue1-3/+0
2014-04-03ocfs2: change ip_unaligned_aio to of type mutex from atomit_tWengang Wang5-30/+7