summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge tag 'xfs-for-linus-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-01-228-102/+147
|\ \ \ \ \
| * \ \ \ \ Merge branch 'xfs-misc-fixes-for-4.5-3' into for-nextDave Chinner2016-01-182-1/+10
| |\ \ \ \ \
| | * | | | | xfs: log mount failures don't wait for buffers to be releasedDave Chinner2016-01-181-0/+10
| | * | | | | Revert "xfs: clear PF_NOFREEZE for xfsaild kthread"Dave Chinner2016-01-181-1/+0
| * | | | | | Merge branch 'xfs-setxattr-promotion' into for-nextDave Chinner2016-01-186-101/+137
| |\ \ \ \ \ \
| | * | | | | | xfs: introduce per-inode DAX enablementDave Chinner2016-01-045-12/+52
| | * | | | | | xfs: use FS_XFLAG definitions directlyDave Chinner2016-01-044-74/+53
| | * | | | | | fs: XFS_IOC_FS[SG]SETXATTR to FS_IOC_FS[SG]ETXATTR promotionDave Chinner2016-01-042-33/+50
| | |/ / / / /
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-227-6/+91
|\ \ \ \ \ \ \
| * | | | | | | [regression] fix braino in fs/dlm/user.cAl Viro2016-01-211-1/+1
| * | | | | | | pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2016-01-205-2/+87
| * | | | | | | find_filesystem(): simplify comparisonAl Viro2016-01-191-3/+3
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-2210-37/+54
|\ \ \ \ \ \ \ \
| * | | | | | | | ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lockTariq Saeed2016-01-221-0/+6
| * | | | | | | | reiserfs: fix dereference of ERR_PTRSudip Mukherjee2016-01-221-1/+1
| * | | | | | | | ratelimit: fix bug in time interval by resetting right begin timeJaewon Kim2016-01-221-1/+1
| * | | | | | | | mm: fix kernel crash in khugepaged threadyalin wang2016-01-222-9/+9
| * | | | | | | | mm: fix mlock accoutingKirill A. Shutemov2016-01-221-1/+1
| * | | | | | | | thp: change pmd_trans_huge_lock() interface to return ptlKirill A. Shutemov2016-01-225-25/+36
* | | | | | | | | Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-2219-2197/+2596
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | uapi: update install list after nvme.h renameMike Frysinger2016-01-131-1/+1
| * | | | | | | | | NVMe: Export NVMe attributes to sysfs groupKeith Busch2016-01-121-11/+33
| * | | | | | | | | NVMe: Shutdown controller only for power-offKeith Busch2016-01-121-21/+19
| * | | | | | | | | NVMe: IO queue deletion re-writeKeith Busch2016-01-121-170/+81
| * | | | | | | | | NVMe: Remove queue freezing on resetsKeith Busch2016-01-123-11/+8
| * | | | | | | | | NVMe: Use a retryable error code on resetKeith Busch2016-01-121-1/+1
| * | | | | | | | | NVMe: Fix admin queue ring wrapKeith Busch2016-01-121-1/+6
| * | | | | | | | | nvme: make SG_IO support optionalChristoph Hellwig2016-01-123-1/+15
| * | | | | | | | | nvme: fixes for NVME_IOCTL_IO_CMD on the char deviceChristoph Hellwig2016-01-121-5/+34
| * | | | | | | | | nvme: synchronize access to ctrl->namespacesChristoph Hellwig2016-01-122-0/+18
| * | | | | | | | | nvme: Move nvme_freeze/unfreeze_queues to nvme coreSagi Grimberg2016-01-123-30/+33
| * | | | | | | | | PCI/AER: include header fileSudip Mukherjee2015-12-231-0/+1
| * | | | | | | | | NVMe: Export namespace attributes to sysfsKeith Busch2015-12-222-2/+70
| * | | | | | | | | NVMe: Add pci error handlersKeith Busch2015-12-221-10/+44
| * | | | | | | | | block: remove REQ_NO_TIMEOUT flagChristoph Hellwig2015-12-223-7/+0
| * | | | | | | | | nvme: merge iod and cmd_infoChristoph Hellwig2015-12-221-111/+73
| * | | | | | | | | nvme: meta_sg doesn't have to be an arrayChristoph Hellwig2015-12-221-6/+6
| * | | | | | | | | nvme: properly free resources for cancelled commandChristoph Hellwig2015-12-221-39/+40
| * | | | | | | | | nvme: simplify completion handlingChristoph Hellwig2015-12-221-115/+26
| * | | | | | | | | nvme: special case AEN requestsChristoph Hellwig2015-12-221-35/+40
| * | | | | | | | | nvme: switch abort to blk_execute_rq_nowaitChristoph Hellwig2015-12-221-35/+26
| * | | | | | | | | nvme: switch delete SQ/CQ to blk_execute_rq_nowaitChristoph Hellwig2015-12-221-34/+15
| * | | | | | | | | nvme: factor out a few helpers from req_completionChristoph Hellwig2015-12-223-10/+20
| * | | | | | | | | nvme: fix admin queue depthChristoph Hellwig2015-12-221-1/+1
| * | | | | | | | | NVMe: Simplify metadata setupKeith Busch2015-12-221-25/+3
| * | | | | | | | | NVMe: Remove device management handles on removeKeith Busch2015-12-223-4/+11
| * | | | | | | | | NVMe: Use unbounded work queue for all workKeith Busch2015-12-221-6/+6
| * | | | | | | | | NVMe: Implement namespace list scanningKeith Busch2015-12-223-9/+79
| * | | | | | | | | nvme: switch abort_limit to an atomic_tChristoph Hellwig2015-12-223-6/+7
| * | | | | | | | | nvme: remove dead controllers from a work itemChristoph Hellwig2015-12-221-13/+9