summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | jump_label: Add jump_entry_key() helperPeter Zijlstra2015-08-031-4/+9
| * | jump_label, locking/static_keys: Rename JUMP_LABEL_TYPE_* and related helpers...Peter Zijlstra2015-08-032-29/+21
| * | jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra2015-08-039-18/+18
| * | Merge branch 'x86/asm' into locking/coreIngo Molnar2015-08-0393-1261/+2076
| |\ \
| * | | locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_a...Andrey Konovalov2015-08-0310-22/+22
| * | | locking/pvqspinlock: Only kick CPU at unlock timeWaiman Long2015-08-032-21/+51
| * | | locking/qrwlock: Reduce reader/writer to reader lock transfer latencyWaiman Long2015-08-031-8/+4
| * | | locking/pvqspinlock: Order pv_unhash() after cmpxchg() on unlock slowpathWill Deacon2015-08-031-5/+18
| * | | locking/Documentation: Clarify failed cmpxchg() memory ordering semanticsWill Deacon2015-08-032-4/+6
| * | | locking: Clean up pvqspinlock warningPeter Zijlstra2015-08-031-6/+7
| | | |
| | \ \
| *-. \ \ Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up f...Ingo Molnar2015-08-031251-8335/+16323
| |\ \ \ \
| * | | | | futex: Make should_fail_futex() statickbuild test robot2015-07-201-1/+1
| * | | | | rtmutex: Delete scriptable testerDavidlohr Bueso2015-07-2023-1986/+1
| * | | | | futex: Fault/error injection capabilitiesDavidlohr Bueso2015-07-203-2/+105
| * | | | | futex: Enhance comments in futex_lock_pi() for blocking pathsDavidlohr Bueso2015-07-201-2/+9
| * | | | | locking/qrwlock: Better optimization for interrupt context readersWaiman Long2015-07-062-8/+9
| * | | | | locking/qrwlock: Rename functions to queued_*()Waiman Long2015-07-063-37/+37
* | | | | | Merge tag 'for-f2fs-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2015-09-0326-1026/+1903
|\ \ \ \ \ \
| * | | | | | f2fs: upset segment_info repairYunlei He2015-09-011-1/+1
| * | | | | | f2fs: avoid accessing NULL pointer in f2fs_drop_largest_extentChao Yu2015-08-281-2/+10
| * | | | | | f2fs: update extent tree in batchesChao Yu2015-08-263-61/+170
| * | | | | | f2fs: fix to release inode correctlyChao Yu2015-08-243-13/+56
| * | | | | | f2fs: handle f2fs_truncate error correctlyChao Yu2015-08-242-10/+18
| * | | | | | f2fs: avoid unneeded initializing when converting inline dentryChao Yu2015-08-241-1/+9
| * | | | | | f2fs: atomically set inode->i_flagsZhang Zhen2015-08-241-3/+2
| * | | | | | f2fs: fix wrong pointer access during try_to_free_nidsJaegeuk Kim2015-08-241-3/+1
| * | | | | | f2fs: use __GFP_NOFAIL to avoid infinite loopJaegeuk Kim2015-08-244-27/+16
| * | | | | | f2fs: lookup neighbor extent nodes for merging laterChao Yu2015-08-211-6/+28
| * | | | | | f2fs: split __insert_extent_tree_ret for readabilityChao Yu2015-08-211-20/+29
| * | | | | | f2fs: kill dead code in __insert_extent_treeChao Yu2015-08-211-76/+6
| * | | | | | f2fs: adjust showing of extent cache statChao Yu2015-08-213-15/+22
| * | | | | | f2fs: add largest/cached stat in extent cacheChao Yu2015-08-213-8/+23
| * | | | | | f2fs: fix incorrect mapping for bmapChao Yu2015-08-212-12/+42
| * | | | | | f2fs: add annotation for space utilization of regular/inline dentryChao Yu2015-08-211-3/+13
| * | | | | | f2fs: fix to update cached_en of extent tree properlyFan Li2015-08-211-4/+4
| * | | | | | f2fs: fix typoJunesung Lee2015-08-211-1/+1
| * | | | | | f2fs: check the node block address of newly allocated nidJaegeuk Kim2015-08-201-0/+9
| * | | | | | f2fs: go out for insert_inode_locked failureJaegeuk Kim2015-08-201-4/+1
| * | | | | | f2fs: retry gc if one section is not successfully reclaimedJaegeuk Kim2015-08-201-26/+20
| * | | | | | f2fs: fix to cover lock_op for update_inode_pageJaegeuk Kim2015-08-201-2/+2
| * | | | | | f2fs: reuse nids more aggressivelyJaegeuk Kim2015-08-201-0/+4
| * | | | | | f2fs: avoid garbage collecting already moved node blocksJaegeuk Kim2015-08-201-0/+10
| * | | | | | f2fs: handle failed bio allocationJaegeuk Kim2015-08-203-5/+28
| * | | | | | f2fs: increase the number of max hard linksJaegeuk Kim2015-08-201-1/+1
| * | | | | | f2fs: skip checkpoint if there is no dirty and prefree segmentsJaegeuk Kim2015-08-201-3/+5
| * | | | | | f2fs: shrink free_nids entriesChao Yu2015-08-204-0/+46
| * | | | | | f2fs: avoid clear valid pageChao Yu2015-08-201-2/+2
| * | | | | | MAINTAINERS: add myself as a dedicated reviewer of f2fsChao Yu2015-08-201-0/+1
| * | | | | | f2fs: do not write any node pages related to orphan inodesJaegeuk Kim2015-08-203-8/+6
| * | | | | | f2fs: avoid a build warningJaegeuk Kim2015-08-141-5/+4