| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mm/debug-pagealloc: cleanup page guard code | Joonsoo Kim | 2014-12-13 | 1 | -19/+19 |
* | mm/memblock.c: refactor functions to set/clear MEMBLOCK_HOTPLUG | Tony Luck | 2014-12-13 | 1 | -23/+20 |
* | memcg: do not abuse memcg_kmem_skip_account | Vladimir Davydov | 2014-12-13 | 1 | -7/+0 |
* | memcg: don't check mm in __memcg_kmem_{get_cache,newpage_charge} | Vladimir Davydov | 2014-12-13 | 1 | -2/+2 |
* | memcg: __mem_cgroup_free: remove stale disarm_static_keys comment | Vladimir Davydov | 2014-12-13 | 1 | -11/+0 |
* | mm: cma: align to physical address, not CMA region position | Gregory Fong | 2014-12-13 | 1 | -3/+16 |
* | lib: bitmap: add alignment offset for bitmap_find_next_zero_area() | Michal Nazarewicz | 2014-12-13 | 2 | -16/+44 |
* | mm/memory.c: share the i_mmap_rwsem | Davidlohr Bueso | 2014-12-13 | 1 | -2/+2 |
* | mm/nommu: share the i_mmap_rwsem | Davidlohr Bueso | 2014-12-13 | 1 | -5/+4 |
* | mm/memory-failure: share the i_mmap_rwsem | Davidlohr Bueso | 2014-12-13 | 1 | -2/+2 |
* | mm/xip: share the i_mmap_rwsem | Davidlohr Bueso | 2014-12-13 | 1 | -14/+9 |
* | uprobes: share the i_mmap_rwsem | Davidlohr Bueso | 2014-12-13 | 1 | -2/+2 |
* | mm/rmap: share the i_mmap_rwsem | Davidlohr Bueso | 2014-12-13 | 2 | -3/+13 |
* | mm: convert i_mmap_mutex to rwsem | Davidlohr Bueso | 2014-12-13 | 10 | -29/+30 |
* | mm: use new helper functions around the i_mmap_mutex | Davidlohr Bueso | 2014-12-13 | 12 | -40/+40 |
* | mm,fs: introduce helpers around the i_mmap_mutex | Davidlohr Bueso | 2014-12-13 | 1 | -0/+10 |
* | MAINTAINERS: update Xiubo's email address | Xiubo Li | 2014-12-13 | 1 | -1/+1 |
* | rtc: snvs: fix build with CONFIG_PM_SLEEP disabled | Guenter Roeck | 2014-12-13 | 1 | -2/+9 |
* | Merge tag 'please-pull-morepstore' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-12-12 | 4 | -14/+47 |
|\ |
|
| * | pstore-ram: Allow optional mapping with pgprot_noncached | Tony Lindgren | 2014-12-11 | 4 | -14/+47 |
| * | pstore-ram: Fix hangs by using write-combine mappings | Rob Herring | 2014-12-11 | 1 | -2/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2014-12-12 | 32 | -641/+2740 |
|\ \ |
|
| * \ | Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs i... | Chris Mason | 2014-12-02 | 212 | -910/+2916 |
| |\ \ |
|
| | * | | Btrfs, replace: enable dev-replace for raid56 | Zhao Lei | 2014-12-03 | 1 | -5/+0 |
| | * | | Btrfs, raid56: fix use-after-free problem in the final device replace procedu... | Miao Xie | 2014-12-03 | 6 | -20/+45 |
| | * | | Btrfs, replace: write raid56 parity into the replace target device | Miao Xie | 2014-12-03 | 2 | -1/+24 |
| | * | | Btrfs, replace: write dirty pages into the replace target device | Miao Xie | 2014-12-03 | 3 | -43/+97 |
| | * | | Btrfs, raid56: support parity scrub on raid56 | Miao Xie | 2014-12-03 | 3 | -20/+1115 |
| | * | | Btrfs, raid56: use a variant to record the operation type | Miao Xie | 2014-12-03 | 1 | -14/+17 |
| | * | | Btrfs, scrub: repair the common data on RAID5/6 if it is corrupted | Miao Xie | 2014-12-03 | 5 | -33/+235 |
| | * | | Btrfs, raid56: don't change bbio and raid_map | Miao Xie | 2014-12-03 | 1 | -19/+23 |
| | * | | Btrfs: remove unnecessary code of stripe_index assignment in __btrfs_map_block | Zhao Lei | 2014-12-03 | 1 | -3/+1 |
| | * | | Btrfs: remove noused bbio_ret in __btrfs_map_block in condition | Zhao Lei | 2014-12-03 | 1 | -2/+1 |
| * | | | Btrfs: make get_caching_control unconditionally return the ctl | Josef Bacik | 2014-12-02 | 1 | -6/+4 |
| * | | | Btrfs: fix unprotected deletion from pending_chunks list | Filipe Manana | 2014-12-02 | 1 | -1/+7 |
| * | | | Btrfs: fix fs mapping extent map leak | Filipe Manana | 2014-12-02 | 2 | -0/+6 |
| * | | | Btrfs: fix memory leak after block remove + trimming | Filipe Manana | 2014-12-02 | 1 | -0/+6 |
| * | | | Btrfs: make btrfs_abort_transaction consider existence of new block groups | Filipe Manana | 2014-12-02 | 2 | -3/+4 |
| * | | | Btrfs: fix race between writing free space cache and trimming | Filipe Manana | 2014-12-02 | 3 | -6/+71 |
| * | | | Btrfs: fix race between fs trimming and block group remove/allocation | Filipe Manana | 2014-12-02 | 6 | -21/+140 |
| * | | | Btrfs: fix freeing used extents after removing empty block group | Filipe Manana | 2014-12-02 | 1 | -11/+10 |
| * | | | Btrfs: fix crash caused by block group removal | Filipe Manana | 2014-12-02 | 2 | -0/+28 |
| * | | | Btrfs: fix invalid block group rbtree access after bg is removed | Filipe Manana | 2014-12-02 | 1 | -0/+13 |
| * | | | Btrfs: fix snapshot inconsistency after a file write followed by truncate | Filipe Manana | 2014-11-25 | 5 | -24/+60 |
| * | | | Btrfs: ensure send always works on roots without orphans | Filipe Manana | 2014-11-25 | 2 | -29/+49 |
| * | | | Btrfs: fix freeing used extent after removing empty block group | Filipe Manana | 2014-11-25 | 1 | -2/+11 |
| * | | | Btrfs: include vmalloc.h in check-integrity.c | Chris Mason | 2014-11-25 | 1 | -0/+1 |
| * | | | btrfs: Fix a lockdep warning when running xfstest. | Qu Wenruo | 2014-11-25 | 3 | -9/+18 |
| * | | | Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kern... | Chris Mason | 2014-11-25 | 7 | -37/+115 |
| |\ \ \ |
|
| | * | | | btrfs: move commit out of sysfs when changing label | David Sterba | 2014-11-12 | 1 | -13/+8 |