summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-07f2fs: return errors right after checking themJaegeuk Kim1-1/+9
2014-05-07f2fs: pass flags field to setxattr functionsJaegeuk Kim3-9/+10
2014-05-07f2fs: clean up long variable namesJaegeuk Kim2-45/+47
2014-05-07f2fs: handle inline data independently in f2fs_bmapChao Yu1-0/+5
2014-05-07f2fs: adjust free mem size to flush dentry blocksJaegeuk Kim4-21/+32
2014-05-07f2fs: avoid BUG_ON when mouting corrupted image having garbage blocksJaegeuk Kim1-1/+5
2014-05-07f2fs: add available_nids to fix handling max_nid correctlyJaegeuk Kim2-2/+5
2014-05-07f2fs: add static to get_max_meta_blksFabian Frederick1-1/+1
2014-05-07f2fs: introduce raw_nat_from_node_info() to simplfy codesChao Yu2-12/+11
2014-05-07f2fs: add the flush_merge handle in the remount flowGu Zheng3-3/+45
2014-05-07f2fs: atomically set inode->i_flags in f2fs_set_inode_flags()Zhang Zhen1-8/+9
2014-05-07f2fs: make recover_inline_xattr() staticJingoo Han1-1/+1
2014-05-07f2fs: remove costly dirty_dir_inode operationsJaegeuk Kim3-48/+25
2014-05-07f2fs: fix to unlock f2fs_lock at the omitted error caseJaegeuk Kim1-6/+7
2014-05-07f2fs: call redirty_page_for_writepageJaegeuk Kim3-15/+5
2014-05-07f2fs: avoid to conduct roll-forward due to the remained garbage blocksJaegeuk Kim3-2/+22
2014-05-07f2fs: enable flush_merge only in f2fs is not read-onlyGu Zheng2-4/+3
2014-05-07f2fs: use __GFP_ZERO to avoid appending set-NULLGu Zheng1-3/+1
2014-05-07f2fs: put the bio when issue_flush completedGu Zheng1-0/+1
2014-05-06Merge branch 'akpm' (incoming from Andrew)Linus Torvalds19-91/+147
2014-05-06agp: info leak in agpioc_info_wrap()Dan Carpenter1-0/+1
2014-05-06fs/affs/super.c: bugfix / double freeFabian Frederick1-2/+0
2014-05-06fanotify: fix -EOVERFLOW with large files on 64-bitWill Woods1-0/+2
2014-05-06slub: use sysfs'es release mechanism for kmem_cacheChristoph Lameter4-24/+29
2014-05-06revert "mm: vmscan: do not swap anon pages just because free+file is low"Johannes Weiner1-0/+18
2014-05-06autofs: fix lockref lookupIan Kent1-2/+2
2014-05-06mm: filemap: update find_get_pages_tag() to deal with shadow entriesJohannes Weiner3-37/+40
2014-05-06mm/compaction: make isolate_freepages start at pageblock boundaryVlastimil Babka1-10/+12
2014-05-06MAINTAINERS: zswap/zbud: change maintainer email addressSeth Jennings1-2/+2
2014-05-06mm/page-writeback.c: fix divide by zero in pos_ratio_polynomRik van Riel1-3/+3
2014-05-06hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan3-5/+29
2014-05-06slub: fix memcg_propagate_slab_attrsVladimir Davydov1-4/+7
2014-05-06drivers/rtc/rtc-pcf8523.c: fix month definitionChris Cui1-2/+2
2014-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-234/+125
2014-05-06nick kvfree() from apparmorAl Viro4-15/+12
2014-05-06posix_acl: handle NULL ACL in posix_acl_equiv_modeChristoph Hellwig1-0/+6
2014-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds6-88/+192
2014-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds12-107/+148
2014-05-05slab: Fix off by one in object max number tests.David Miller1-1/+1
2014-05-05slab: fix the type of the index on freelist index accessorJoonsoo Kim1-2/+2
2014-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds133-1043/+1496
2014-05-05Merge tag 'usb-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds9-16/+58
2014-05-05Merge tag 'tty-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-18/+20
2014-05-05Merge tag 'staging-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-8/+12
2014-05-05Merge tag 'xtensa-next-20140503' of git://github.com/czankel/xtensa-linuxLinus Torvalds24-167/+696
2014-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds7-76/+44
2014-05-05net: macb: Fix race between HW and driverSoren Brinkmann1-10/+0
2014-05-05net: macb: Remove 'unlikely' optimizationSoren Brinkmann1-1/+1
2014-05-05net: macb: Re-enable RX interrupt only when RX is doneSoren Brinkmann1-7/+6
2014-05-05net: macb: Clear interrupt flagsSoren Brinkmann1-0/+10