summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* lib: add module support to linked list sorting testsGeert Uytterhoeven2017-05-084-152/+155
* lib: add module support to array-based sort testsGeert Uytterhoeven2017-05-081-3/+4
* Revert "lib/test_sort.c: make it explicitly non-modular"Geert Uytterhoeven2017-05-081-6/+5
* drivers/misc/c2port/c2port-duramar2150.c: checking for NULL instead of IS_ERR()Dan Carpenter2017-05-081-2/+2
* drivers/misc/vmw_vmci/vmci_queue_pair.c: fix a couple integer overflow testsDan Carpenter2017-05-081-2/+8
* kernel/hung_task.c: defer showing held locksTetsuo Handa2017-05-081-1/+7
* make help: add tools help targetRandy Dunlap2017-05-081-2/+6
* jiffies.h: declare jiffies and jiffies_64 with ____cacheline_aligned_in_smpMatthias Kaehlcke2017-05-081-8/+3
* drivers/virt/fsl_hypervisor.c: use get_user_pages_unlocked()Lorenzo Stoakes2017-05-081-5/+2
* proc/sysctl: fix the int overflow for jiffies conversionGao Feng2017-05-081-1/+1
* fs/proc/inode.c: remove cast from memory allocationTobin C. Harding2017-05-081-1/+1
* mm, compaction: finish whole pageblock to reduce fragmentationVlastimil Babka2017-05-082-2/+35
* mm, compaction: restrict async compaction to pageblocks of same migratetypeVlastimil Babka2017-05-082-9/+22
* mm, compaction: add migratetype to compact_controlVlastimil Babka2017-05-082-8/+8
* mm, compaction: change migrate_async_suitable() to suitable_migration_source()Vlastimil Babka2017-05-082-8/+16
* mm, page_alloc: count movable pages when stealing from pageblockVlastimil Babka2017-05-083-21/+63
* mm, page_alloc: split smallest stolen page in fallbackVlastimil Babka2017-05-081-25/+37
* mm, compaction: remove redundant watermark check in compact_finished()Vlastimil Babka2017-05-081-8/+0
* mm, compaction: reorder fields in struct compact_controlVlastimil Babka2017-05-081-5/+5
* docs: complete bumping minimal GNU Make version to 3.81Max Filippov2017-05-061-1/+1
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-05-0614-105/+465
|\
| * CIFS: add misssing SFM mapping for doublequoteBjörn Jacke2017-05-052-0/+7
| * SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French2017-05-031-3/+11
| * cifs: fix CIFS_IOC_GET_MNT_INFO oopsDavid Disseldorp2017-05-031-0/+2
| * CIFS: fix mapping of SFM_SPACE and SFM_PERIODBjörn Jacke2017-05-031-2/+2
| * CIFS: fix oplock break deadlocksRabin Vincent2017-05-034-5/+18
| * cifs: fix CIFS_ENUMERATE_SNAPSHOTS oopsDavid Disseldorp2017-05-031-0/+2
| * cifs: fix leak in FSCTL_ENUM_SNAPS response handlingDavid Disseldorp2017-05-031-0/+1
| * Set unicode flag on cifs echo request to avoid Mac errorSteve French2017-05-021-0/+3
| * CIFS: Add asynchronous write support through kernel AIOPavel Shilovsky2017-05-022-51/+139
| * CIFS: Add asynchronous read support through kernel AIOPavel Shilovsky2017-05-022-39/+131
| * CIFS: Add asynchronous context to support kernel AIOPavel Shilovsky2017-05-023-0/+139
| * cifs: fix IPv6 link local, with scope id, address parsingDaniel N Pettersson2017-05-021-2/+7
| * cifs: small underflow in cnvrtDosUnixTm()Dan Carpenter2017-05-021-3/+3
* | Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-05-0656-667/+2162
|\ \
| * | xfs: fix use-after-free in xfs_finish_page_writebackEryu Guan2017-05-051-2/+2
| * | xfs: reserve enough blocks to handle btree splits when remappingDarrick J. Wong2017-05-033-9/+37
| * | xfs: wait on new inodes during quotaoff dquot releaseBrian Foster2017-04-281-1/+2
| * | xfs: update ag iterator to support wait on new inodesBrian Foster2017-04-282-8/+53
| * | xfs: support ability to wait on new inodesBrian Foster2017-04-282-2/+7
| * | xfs: publish UUID in struct super_blockAmir Goldstein2017-04-281-0/+4
| * | xfs: Allow user to kill fstrim processLukas Czerner2017-04-271-1/+9
| * | xfs: better log intent item refcount checkingDarrick J. Wong2017-04-254-0/+4
| * | xfs: fix up quotacheck buffer list error handlingBrian Foster2017-04-253-6/+26
| * | xfs: remove xfs_trans_ail_delete_bulkChristoph Hellwig2017-04-253-60/+55
| * | xfs: don't use bool values in trace buffersChristoph Hellwig2017-04-251-5/+5
| * | xfs: fix getfsmap userspace memory corruption while setting OF_LASTDarrick J. Wong2017-04-251-1/+1
| * | xfs: fix __user annotations for xfs_ioc_getfsmapChristoph Hellwig2017-04-251-8/+8
| * | xfs: corruption needs to respect endianess too!Christoph Hellwig2017-04-251-1/+1
| * | xfs: use NULL instead of 0 to initialize a pointer in xfs_ioc_getfsmapChristoph Hellwig2017-04-251-1/+1